Skip to content

Version 3.4.0

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 10 Sep 15:18
· 473 commits to master since this release

Changelog:

  • Code-breaking change of Sentinel Hub Batch API interface (i.e. SentinelHubBatch). Check updated example notebook for more info. Related changes:
    • support for Batch collections endpoints,
    • support for endpoint to update a batch request,
    • added utility function monitor_batch_job,
    • code-breaking change of BatchSplitter class.
  • Renamed Landsat DataCollection enums to be in line with Sentinel Hub service. Old names are deprecated.
  • Better support for data fusion and added an example in documentation.
  • Official support for Python 3.9.
  • Logging improvements:
  • Download improvements:
    • option to show progress bar during download,
    • checking for hash collisions of cached downloaded data.
  • Option to hide credentials from SHConfig representation.
  • SentinelHubCatalog now correctly supports searching by collection id.
  • Change representation of geometry objects in notebooks.
  • Removed various functions and parameters which have been deprecated in earlier versions.
  • Converted all package tests from unittest to pytest.
  • A larger update of package Readme.
  • Minor fixes and improvements.