Skip to content

Releases: sgrieve/spatial_efd

Documentation fixes

04 Mar 17:57
Compare
Choose a tag to compare

Some of the links in the pypi version of the documentation were broken. I have added some code to setup.py to fix this.

Performance improvements and modernization

04 Mar 14:01
Compare
Choose a tag to compare

This release covers the following changes:

  • Vectorisation of EFD calculation and inverse transform - contributed by @mgb45
  • Support for the pyshp 2.x new file IO interface
  • Support for pytest 5.3.5 and redesign of tests to cope with these breaking changes
  • Updates to the CI pipeline
  • Full testing of python 3.7 and 3.8 and dropping testing on python 2.x on Windows
  • Highlighting the end of support for python 2.x
  • Fixing typos in documentation

Import bugfix

29 Jun 10:03
ed49d97
Compare
Choose a tag to compare

Users reported that the module import failed on python3. This issue has been resolved in addition to some minor fixes to the documentation.

Python 3 support

29 May 14:08
Compare
Choose a tag to compare

The main change in this version is the addition of support for Python 3, and the preservation of functionality for Python 2 users.

Other changes are in moving the tests from nose to pytest, some minor refactoring, and the addition of windows CI via appveyor.

spatial-efd stable release

02 Mar 17:14
Compare
Choose a tag to compare

Implementing bugfixes and error handling and improving the documentation as part of the JOSS review process.

Production release for pypi

24 Feb 21:28
Compare
Choose a tag to compare

Stable version submitted to pypi