Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 13 Jun 17:13
· 445 commits to master since this release

Changelog:

  • Large improvements of parallelization in EOExecutor. Introduced the eolearn.core.utils.parallelize module, featuring tools for different parallelization modes.
  • Added support for session sharing in SentinelHubInputTask, SentinelHubEvalscriptTask and SentinelHubDemTask by adding a session_loader parameter. Session sharing of sentinelhub-py is explained here.
  • Added SpatialResizeTask to eolearn.features.feature_manipulation for spatially resizing EOPatch features.
  • Improved how ImportFromTiffTask reads from remote filesystems.
  • Switched to non-structural hashing of EONode class to avoid massive slowdowns in large workflows.
  • Improved procedure for building documentation and displaying of type annotations.
  • Various minor improvements.