Skip to content

Releases: up42/up42-py

1.0.0

17 Apr 10:06
8332e95
Compare
Choose a tag to compare

What's Changed

  • Dropped deprecated functionalities: Jobs, Projects, Workflows, Viztools
  • Dropped deprecated code related to blocks
  • Removed support for Project based authentication

0.37.2

12 Apr 08:19
19ccd09
Compare
Choose a tag to compare

Dependabot security updates:

  • Bump black from 22.12.0 to 24.3.0
  • Bump pillow from 10.2.0 to 10.3.0

0.37.1

05 Apr 11:26
5166a0c
Compare
Choose a tag to compare

What's Changed

  • Removed upper bound for Python 3.12.
  • Dropped support for Python 3.8.
  • New authentication token are retrieved upon expiration instead of every request.
  • Dropped tenacity, requests-oauthlib and types-oauthlib as dependencies.
  • Updated the deprecation date for Jobs, Workflow, and Projects related features.
  • Multiple refactoring improvements.

0.37.0

15 Mar 15:06
955c31c
Compare
Choose a tag to compare

What's Changed

  • Fixed inadvertent title and tags removals during asset metadata updates.
  • Dropped unneeded auth::env property and the corresponding tests.
  • Generalized new authentication stack to cover account authentication case.
  • Added new components within the HTTP layer to facilitate future enhancements in authentication and request processes.
  • Adjusted most of the code in accordance with pylint checks.

0.36.0

19 Feb 17:21
fca7541
Compare
Choose a tag to compare

Updated the place_order() function of the CatalogBase class to the latest version of the API.

0.35.0

25 Jan 17:19
5779dcb
Compare
Choose a tag to compare

Changes

  • Discontinued support for the following edit and create functions. See Changelog for detailed info.
  • Marked the following visualization functions as deprecated: They will be discontinued after March 31, 2024. See Changelog for detailed info.

0.34.1

18 Dec 14:15
e512c3f
Compare
Choose a tag to compare
  • Restored the order.get_assets function.

0.34.0

13 Dec 14:54
1a619e8
Compare
Choose a tag to compare

Changes

  • Updated the storage.get_orders function to the latest version of the API.
  • Set Poetry as the only dependency manager.
  • Discontinued support for the order.get_assets function.

0.33.1

22 Nov 12:27
b1e00ab
Compare
Choose a tag to compare

Changes

Marked the following parameters of storage.get_assets as deprecated to enforce the use of the PySTAC client search.

  • geometry
  • acquired_before
  • acquired_after
  • custom_filter

0.33.0

14 Nov 14:17
e45fe12
Compare
Choose a tag to compare

New features

  • Updated authentication by changing it from project-based to account-based.
  • Added a new function added to the Asset class: get_stac_asset_url generates a signed URL that allows to download of an STAC asset from storage without authentication.

Changes

  • Updated Docs section and tutorials.