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.