Skip to content

Releases: SciTools/python-stratify

v0.3.0

25 Apr 15:22
6425e33
Compare
Choose a tag to compare

This is a minor release of python-stratify.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.3.0

v0.2.post0

20 May 01:01
6248316
Compare
Choose a tag to compare

This minor release includes the following changes.

Issues Closed

  1. Issue 35 - Add setuptools.setup long_description (PR 37)
  2. Issue 40 - Remove cython from install_requires (PR 41)

Pull Requests Merged

  1. PR 36 - Use raw strings to avoid invalid escape sequences (@evertrol)
  2. PR 37 - Add long_description to setup.py (@bjlittle)
  3. PR 41 - CI migration and refresh (@bjlittle)

v0.1.1

11 Sep 14:17
ea5f45b
Compare
Choose a tag to compare

This patch release includes the following changes:

Issues Closed

  1. Issue 25 - Installation from PyPI fails (PR 29)
  2. Issue 26 - PyPI tar file misses *.pyx file, causing pip install python-stratify to fail (PR 29)

Pull Requests Merged

  1. PR 20 - Add coveralls (@lbdreyer)
  2. PR 21 - Add pytest + coveralls (@lbdreyer)
  3. PR 22 - Test with Python3.6 and Python3.* (@lbdreyer)
  4. PR 28 - update travis (@bjlittle)
  5. PR 29 - Fix installation via setup.py and pip (take 2) (@tjtg)
  6. PR 30 - Address numpy future warnings in stratify.interpolate (@bayliffe)
  7. PR 32 - remove redundant cython binding directive (@bjlittle)
  8. 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.

v0.1

26 Jan 13:20
af7074c
Compare
Choose a tag to compare
REL: Update version

v0.1a2

02 Mar 08:43
Compare
Choose a tag to compare
v0.1a2 Pre-release
Pre-release

Fix nd z_target

v0.1a1

10 Feb 22:54
Compare
Choose a tag to compare
v0.1a1 Pre-release
Pre-release

Windows VC9 friendly

v0.1a0

09 Feb 11:27
Compare
Choose a tag to compare
v0.1a0 Pre-release
Pre-release
Merge pull request #7 from bjlittle/alpha-version

Tidy setup.py and pin to first alpha version.