Skip to content

Releases: ASFHyP3/hyp3-sdk

HyP3 SDK v5.0.0

27 Dec 19:14
066cd49

Choose a tag to compare

Removed

  • legacy option for the dem_name argument of HyP3.prepare_rtc_job() and HyP3.submit_rtc_job().

HyP3 SDK v4.0.0

21 Nov 22:48
485bac9

Choose a tag to compare

Added

  • The HyP3 SDK now explicitly supports Python 3.9-3.12
  • Added HyP3.submit_insar_isce_burst_job and HyP3.prepare_insar_isce_burst_job methods for submitting
    InSAR ISCE burst jobs to HyP3.
  • A pending method to the Job class.
  • A pending argument to the Batch.filter_jobs() method.

Changed

  • The order of the arguments for Batch.filter_jobs(). The new order is succeeded, pending, running, failed, include_expired.

Removed

  • Support for Python 3.8 has been dropped.

Fixed

  • The running method of the Job class now only returns True if job has status RUNNING. Jobs in the PENDING state now return True when calling the pending method of Job.

HyP3 SDK v3.1.0

23 Oct 21:25
1870920

Choose a tag to compare

Added

  • Added the phase_filter_parameter keyword argument for the HyP3.submit_insar_job and HyP3.prepare_insar_job methods.

HyP3 SDK v3.0.0

05 Sep 22:23
7821194

Choose a tag to compare

Removed

  • Removed the Job.subscription_id attribute in response to the Subscriptions feature being removed from HyP3.

HyP3 SDK v2.1.1

16 May 20:02
8ad6b87

Choose a tag to compare

Fixed

  • The user_id parameter has been moved to the end of the HyP3.find_jobs parameter list, to avoid
    introducing breaking changes for users who rely on the order of the parameters.

HyP3 SDK v2.1.0

16 May 18:34
11feb5c

Choose a tag to compare

Added

  • The HyP3.find_jobs method now includes a user_id parameter that allows retrieving jobs for a given user.
    If not provided, jobs are retrieved for the current user.

HyP3 SDK v2.0.2

05 May 19:12
0cde309

Choose a tag to compare

Added

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

HyP3 SDK v2.0.1

24 Mar 17:16
66867e8

Choose a tag to compare

Fixed

  • Display the improved error messages regardless of whether the Earthdata credentials were provided by a .netrc file.

HyP3 SDK v2.0.0

22 Mar 22:16
6482b1e

Choose a tag to compare

Changed

  • Improved error messages when Earthdata user must select Study Area or accept EULA, thanks to @kevinxmorales in #170

Removed

  • The hyp3_sdk.TESTING constant has been removed in favor of mocking objects in unit tests.

HyP3 SDK v1.7.5

12 Jan 02:39
7013fa6

Choose a tag to compare

Fixed

  • Path to README.md in pyproject.toml so that there is a package description on PyPI