Skip to content

Releases: ASFHyP3/hyp3-sdk

HyP3 SDK v7.2.1

20 Mar 23:08
1035774

Choose a tag to compare

Added

  • Added HyP3.submit_insar_isce_multi_burst_job to README example

HyP3 SDK v7.2.0

18 Mar 18:34
a3de5e5

Choose a tag to compare

Added

  • Added HyP3.submit_insar_isce_multi_burst_job and HyP3.prepare_insar_isce_multi_burst_job methods for submitting InSAR ISCE multi burst jobs to HyP3.

HyP3 SDK v7.1.0

28 Feb 23:02
f0eaae5

Choose a tag to compare

Added

  • Added HyP3.submit_aria_s1_gunw_job and HyP3.prepare_aria_s1_gunw_job methods for submitting ARIA S1 GUNW jobs to HyP3.

HyP3 SDK v7.0.3

08 Jan 19:40
919fb6d

Choose a tag to compare

Changed

  • The static-analysis Github Actions workflow now uses mypy for type checking.

Fixed

  • util.chunk now raises TypeError rather than ValueError when given a non-integer chunk size.

HyP3 SDK v7.0.2

19 Dec 18:46
e310f39

Choose a tag to compare

Changed

  • The static-analysis Github Actions workflow now uses ruff rather than flake8 for linting.

HyP3 SDK v7.0.1

11 Jul 18:56
d391cbc

Choose a tag to compare

Removed

  • Removed the unapproved user warning implemented in v6.2.0 (see #276). This feature had unintended consequences which broke some processing pipelines that rely on the HyP3 SDK (see #285 for more details).

HyP3 SDK v7.0.0

27 Jun 18:46
4e4b049

Choose a tag to compare

Removed

  • Support for Python 3.9 has been removed.

HyP3 SDK v6.2.0

17 May 17:30
c26e8fc

Choose a tag to compare

Added

  • Job.priority attribute
  • Unapproved hyp3-sdk users receive an error message when connecting to HyP3

HyP3 SDK v6.1.0

28 Feb 20:13
62c4312

Choose a tag to compare

Added

  • HyP3.costs method to retrieve the job cost lookup table, following the addition of the /costs API endpoint in HyP3 v6.2.0
  • Batch.total_credit_cost method to calculate the total credit cost for a batch of jobs

HyP3 SDK v6.0.0

02 Feb 20:46
c69abf8

Choose a tag to compare

This release accommodates changes to the HyP3 API schema introduced in HyP3 v6.0.0

Added

  • credit_cost attribute to the Job class
  • HyP3.check_credits method to determine your remaining processing credits

Changed

  • HyP3.my_info(): A new remaining_credits field replaces the quota field in the return value
  • HyP3.check_quota may return a float or an integer if the user has processing credits

Deprecated

  • HyP3.check_quota has been deprecated in favor of HyP3.check_credits