Version 1.3.0
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 viapy.typed
file, which enables use ofmypy
. Added type-checking to CI for thecore
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.