Skip to content

Releases: ASFHyP3/hyp3-sdk

HyP3 SDK v7.7.5

04 Nov 00:20
bc4b8a0

Choose a tag to compare

Changed

  • hyp3_sdk.HyP3() now authenticates via cumulus.asf.alaska.edu, rather than auth.asf.alaska.edu.

HyP3 SDK v7.7.4

20 Oct 21:12
3121252

Choose a tag to compare

Added

  • Added Connect to the HyP3 API section to the README

HyP3 SDK v7.7.3

22 Sep 21:25
50d6dbe

Choose a tag to compare

Added

  • Add alias for hyp3-plus API URL.

HyP3 SDK v7.7.2

31 Jul 16:51
95777f3

Choose a tag to compare

Fixed

  • HyP3.__init__ no longer attempts to update the domain of the asf-urs cookie for non-.asf.alaska.edu API URLs when the token parameter is given. Fixes #369

HyP3 SDK v7.7.1

23 Jun 20:54
68b671d

Choose a tag to compare

HyP3 SDK v7.7.0

18 Jun 19:21
f4cfe8c

Choose a tag to compare

Added

HyP3 SDK v7.6.0

17 Jun 22:53
6fd41e2

Choose a tag to compare

Changed

  • ARIA-S1-GUNW jobs now uses reference_date and secondary_date as input instead of a list of granules

HyP3 SDK v7.5.0

23 May 17:51
2aea5f1

Choose a tag to compare

Added

  • Added support for specifying a HyP3 API URL with a non-.asf.alaska.edu domain name. This is accomplished by updating the domain of the asf-urs cookie when creating the HyP3 object.
  • Added support for specifying a HyP3 API URL that includes a path after the domain name. All API endpoints will be relative to the given path. For example, specifying https://foo.example.com/api results in the /user endpoint being relative to /api, i.e. https://foo.example.com/api/user.

HyP3 SDK v7.4.0

07 May 21:12
4041779

Choose a tag to compare

Added

  • Added HyP3.submit_opera_rtc_s1_job and HyP3.prepare_opera_rtc_s1_job methods for submitting OPERA RTC-S1 jobs to HyP3. This job type is under development and is currently only available in https://hyp3-test-api.asf.alaska.edu
  • Added hyp3_sdk.exceptions.ServiceUnavailableError for handling 503 errors from HyP3.

HyP3 SDK v7.3.0

02 Apr 17:38
addc710

Choose a tag to compare

Added

  • Added a new HyP3.update_jobs method for updating the name of one or more previously-submitted jobs and an example notebook for using it.