Skip to content

Version 1.4.2

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 24 May 10:53
· 127 commits to master since this release
a65899e

Changelog:

  • Introduced support for Python 3.11.
  • Removed support for Python 3.7.
  • Added T-Digest EOTask in the scope of the Global Earth Monitor Project, contributed by @meengel.
  • Used evalscript generation utility from sentinelhub-py in SH related EOTasks.
  • Deprecated the EOPatch.merge method and extracted it as a function.
  • Deprecated the OVERWRITE_PATCH permission and enforcing the usage of explicit string permissions.
  • Encapsulated FeatureDict class as Mapping, removed inheritance from dict.
  • Switched to new-style typed annotations.
  • Introduced the ruff python linter, removed flake8 and isort (covered by ruff).
  • Fixed issue with occasionally failing scheduled builds on the master branch.
  • Various refactoring efforts and dependency improvements.
  • Various improvements to tests and code.