Skip to content

Releases: ASFHyP3/hyp3-sdk

HyP3 SDK v1.7.4

12 Jan 01:11
9b036cd

Choose a tag to compare

Changed

  • hyp3-sdk now uses a src layout per this recommendation.
  • hyp3-sdk now only uses pyproject.toml for package creation now that setuptools recommends not using setup.py.
  • hyp3_sdk.util is now included in the main hyp3_sdk API and does not need to be imported separately

HyP3 SDK v1.7.3

11 Jan 22:07
0d12383

Choose a tag to compare

Added

  • 10 m can now be provided to the resolution keyword argument of hyp3.submit_rtc_job and hyp3.prepare_rtc_job.

HyP3 SDK v1.7.2

22 Dec 22:36
b32014a

Choose a tag to compare

Added

  • In addition to power and amplitude, decibel can now be provided to the scale keyword argument of hyp3.submit_rtc_job and hyp3.prepare_rtc_job.

HyP3 SDK v1.7.1

02 Nov 02:39
49925d9

Choose a tag to compare

Changed

  • Updated SDK example notebook to only use the ESA S2 naming convention for autoRIFT jobs.

HyP3 SDK v1.7.0

20 Sep 16:28
ce93bf0

Choose a tag to compare

Added

  • Added a processing_times attribute to the hyp3_sdk.Job class to support jobs with multiple processing steps.

Removed

  • Removed the processing_time_in_seconds attribute from the hyp3_sdk.Job class.

HyP3 SDK v1.6.1

06 Jul 21:59
4292bd2

Choose a tag to compare

Added

  • Job now has a subscription_id attribute.

HyP3 SDK v1.6.0

19 May 23:44
f9d749f

Choose a tag to compare

Changed

  • Job.expired() now returns False if expiration_time is None.

HyP3 SDK v1.5.1

16 May 19:59
3298935

Choose a tag to compare

Changed

  • Updated return type for HyP3.check_quota() to reflect the case where a user has no quota.

HyP3 SDK v1.5.0

10 May 00:05
323b006

Choose a tag to compare

Added

  • Added processing_time_in_seconds to Job class.

Removed

  • hyp3_sdk.asf_search has been removed and its functionality has been superseded by the
    asf_search Python package, which provides a more comprehensive
    ASF search experience and is available on conda-forge and PyPI.

HyP3 SDK v1.4.1

22 Nov 22:24
938a41f

Choose a tag to compare

Fixed

  • Slicing a Batch object will now return a new Batch instead of list of jobs
  • Batch equality now compares the contained jobs and not object identity