Releases: SciTools/python-stratify
Releases · SciTools/python-stratify
v0.4.0
What's Changed
- fix readme by @bjlittle in #84
- parallel macos wheels by @bjlittle in #85
- update manifest by @bjlittle in #87
- fix typo by @bjlittle in #86
- Updating the issue templates by @HGWright in #117
- adding a basic pull request template by @HGWright in #118
- Adding the zenodo DOI badge to the readme by @HGWright in #119
- Adding a GHA to check for stale issues and pull-requests by @HGWright in #120
- adding a CITATION.cff and a GHA to check it by @HGWright in #123
- adopting sort-all pre-commit git hook by @HGWright in #128
- Auto labels for PR's and issues by @HGWright in #130
- Add 3.12 excepton to ci-wheels.yml by @HGWright in #146
- fixing a couple of bugs with the labeler by @HGWright in #147
- Update pyproject.toml by @bjlittle in #164
- change references from master to main by @HGWright in #175
- v4 of upload and download artifact by @HGWright in #184
- Testing methods to upload and download all artifacts by @HGWright in #185
- Update ci-locks.yml ref to workflows by @HGWright in #187
- Group dependabot PR's by @HGWright in #189
- Changing autolabeler by @HGWright in #186
- add_numpy_array_import by @HGWright in #241
- Dependabot check weekly by @trexfeathers in #264
- change py version on wheel runs by @HGWright in #266
- Move to python 3.12 by @HGWright in #271
- Accepting Ruff, MyPy, NumPydoc pre-commit checks by @HGWright in #288
- Update Mambaforge to Miniforge3 in test GHA by @HGWright in #302
- NumPy 2 by @HGWright in #292
- Add
ci-template-check.yml
by @trexfeathers in #330 - pep639: setuptools license and license-files fields by @bjlittle in #337
- Cython 3.0 pin by @HGWright in #348
- Aligns MANIFEST.in to template by @HGWright in #360
- Update CITATION.cff to match template by @ESadek-MO in #359
- Add
CODE_OF_CONDUCT.md
in line with SciTools template by @trexfeathers in #361 - New locksflies by @HGWright in #365
- block py3.14 wheels by @HGWright in #371
New Contributors
- @ESadek-MO made their first contribution in #359
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This is a minor release of python-stratify
.
What's Changed
- bump version to 0.2.dev0 by @bjlittle in #34
- Add long_description to setup.py by @bjlittle in #37
- Use raw strings to avoid invalid escape sequences by @evertrol in #36
- CI migration and refresh by @bjlittle in #41
- reinstate .coveragerc by @bjlittle in #43
- Support interpolation on dask arrays by @bouweandela in #52
- Advertise
iris.experimental.stratify
inREADME
. by @trexfeathers in #53 - Updating supported python versions by @HGWright in #55
- Adding a lockfile CI GHA by @HGWright in #63
- add requirements/locks readme by @bjlittle in #64
- moving the pytest configuration from setup.cfg to pyproject.toml by @HGWright in #67
- Unpinning the dependencies in the requirements directory and setup.cfg by @HGWright in #61
- use refresh-lockfiles version by @bjlittle in #69
- Adding a check-manifest GHA and updating dependent files by @HGWright in #57
- use ci-manifest reusable workflow by @bjlittle in #72
- update to latest workflows version by @bjlittle in #73
- Setting up dependabot by @HGWright in #74
- enable ci-tests and ci-wheels by @bjlittle in #79
- update readme badges by @bjlittle in #82
New Contributors
- @evertrol made their first contribution in #36
- @bouweandela made their first contribution in #52
- @trexfeathers made their first contribution in #53
- @HGWright made their first contribution in #55
Full Changelog: v0.1.1...v0.3.0
v0.2.post0
v0.1.1
This patch release includes the following changes:
Issues Closed
- Issue 25 - Installation from PyPI fails (PR 29)
- Issue 26 - PyPI tar file misses *.pyx file, causing
pip install python-stratify
to fail (PR 29)
Pull Requests Merged
- PR 20 - Add coveralls (@lbdreyer)
- PR 21 - Add pytest + coveralls (@lbdreyer)
- PR 22 - Test with Python3.6 and Python3.* (@lbdreyer)
- PR 28 - update travis (@bjlittle)
- PR 29 - Fix installation via setup.py and pip (take 2) (@tjtg)
- PR 30 - Address numpy future warnings in stratify.interpolate (@bayliffe)
- PR 32 - remove redundant cython binding directive (@bjlittle)
- PR 33 - set release version 0.1.1 (@bjlittle)
Contributors
Thanks to @lbdreyer, @bjlittle, @tjtg, and @bayliffe for contributions to this release.
Acknowledgements
Thanks goes to @dopplershift, basing the format of these release notes on cartopy v0.17.0 release notes.