Releases: SciTools/python-stratify
Releases · SciTools/python-stratify
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.