Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 06 Oct 11:34
· 299 commits to master since this release
0fd30fc

Changelog:

  • (codebreaking) Adapted Sentinel Hub tasks to sentinelhub-py 3.8.0 which switched to Catalog 1.0.0.
  • (codebreaking) Removed support for loading pickled objects in EOPatches (deprecated since version 1.0.0).
  • (codebreaking) Various improvements of FeatureIO class. Only affects direct use of class.
  • Added type annotations to majority of eolearn.core. The types are now exposed via py.typed file, which enables use of mypy. Added type-checking to CI for the core module.
  • Numpy-array based features can now save and load object populated arrays.
  • Improved documentation building, fixed links to GitHub.
  • Improved test coverage.
  • Added pre-commit hooks to repository for easier development.
  • Various minor improvements.