Releases: ASFHyP3/hyp3-sdk
Releases · ASFHyP3/hyp3-sdk
HyP3 SDK v5.0.0
Removed
legacyoption for thedem_nameargument ofHyP3.prepare_rtc_job()andHyP3.submit_rtc_job().
HyP3 SDK v4.0.0
Added
- The HyP3 SDK now explicitly supports Python 3.9-3.12
- Added
HyP3.submit_insar_isce_burst_jobandHyP3.prepare_insar_isce_burst_jobmethods for submitting
InSAR ISCE burst jobs to HyP3. - A
pendingmethod to theJobclass. - A
pendingargument to theBatch.filter_jobs()method.
Changed
- The order of the arguments for
Batch.filter_jobs(). The new order issucceeded, pending, running, failed, include_expired.
Removed
- Support for Python 3.8 has been dropped.
Fixed
- The
runningmethod of theJobclass now only returnsTrueif job has statusRUNNING. Jobs in thePENDINGstate now returnTruewhen calling thependingmethod ofJob.
HyP3 SDK v3.1.0
Added
- Added the
phase_filter_parameterkeyword argument for theHyP3.submit_insar_jobandHyP3.prepare_insar_jobmethods.
HyP3 SDK v3.0.0
Removed
- Removed the
Job.subscription_idattribute in response to the Subscriptions feature being removed from HyP3.
HyP3 SDK v2.1.1
Fixed
- The
user_idparameter has been moved to the end of theHyP3.find_jobsparameter list, to avoid
introducing breaking changes for users who rely on the order of the parameters.
HyP3 SDK v2.1.0
Added
- The
HyP3.find_jobsmethod now includes auser_idparameter that allows retrieving jobs for a given user.
If not provided, jobs are retrieved for the current user.
HyP3 SDK v2.0.2
Added
- 20 m can now be provided to the
resolutionkeyword argument ofhyp3.submit_rtc_jobandhyp3.prepare_rtc_job.
HyP3 SDK v2.0.1
Fixed
- Display the improved error messages regardless of whether the Earthdata credentials were provided by a
.netrcfile.
HyP3 SDK v2.0.0
Changed
- Improved error messages when Earthdata user must select Study Area or accept EULA, thanks to @kevinxmorales in #170
Removed
- The
hyp3_sdk.TESTINGconstant has been removed in favor of mocking objects in unit tests.
HyP3 SDK v1.7.5
Fixed
- Path to
README.mdinpyproject.tomlso that there is a package description on PyPI