Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 27 Jul 12:58
· 310 commits to main since this release
ddbf208

Changelog:

  • Fixed a bug in BatchToEOPatchPipeline where temporal dimension of some imported features could be reversed. Memory-optimization functionalities have been reverted.
  • Improved the way filesystem object is passed to EOTasks in EOWorkflows. These changes are a consequence of changes in eo-learn==1.2.0.
  • Added support for aws_acl parameter into Storage schema.
  • Download pipelines now support an optional size parameter.
  • Official support for Python 3.10.
  • Large changes in testing utilities. Statistics produced by ContentTester have been changed and are now more descriptive.
  • Improvements in code-style checkers and CI.