0.5.1 is a patch release which fixes the following bugs which were introduced in 0.5.0:
- PyPI installations were installing old versions of subpackages for reasons that are unclear
- Import errors began to arise in some environments due to circular imports
In response, the dependency version pins for PyEarthTools sub-packages were updated from "~=" to ">=", and some time was spent refining the import statements internally within the package to avoid circular import errors.
The tests are now running cleanly, and the 0.5.1 PyPI artefacts have also been tested.
The following new features were included in version 0.5.0 and are repeated here for ease of reference:
- Added AutoEncoder example by @tennlee in #188
- Added new class 'temporal window' pipeline step by @tennlee in #157
- Add initial station data handling tutorials by @tennlee in #192
Full Changelog: 0.4.0...0.5.1