Releases: ASFHyP3/hyp3-sdk
Releases · ASFHyP3/hyp3-sdk
HyP3 SDK v7.2.1
Added
- Added
HyP3.submit_insar_isce_multi_burst_jobto README example
HyP3 SDK v7.2.0
Added
- Added
HyP3.submit_insar_isce_multi_burst_jobandHyP3.prepare_insar_isce_multi_burst_jobmethods for submitting InSAR ISCE multi burst jobs to HyP3.
HyP3 SDK v7.1.0
Added
- Added
HyP3.submit_aria_s1_gunw_jobandHyP3.prepare_aria_s1_gunw_jobmethods for submitting ARIA S1 GUNW jobs to HyP3.
HyP3 SDK v7.0.3
Changed
- The
static-analysisGithub Actions workflow now usesmypyfor type checking.
Fixed
util.chunknow raisesTypeErrorrather thanValueErrorwhen given a non-integer chunk size.
HyP3 SDK v7.0.2
Changed
- The
static-analysisGithub Actions workflow now usesruffrather thanflake8for linting.
HyP3 SDK v7.0.1
HyP3 SDK v7.0.0
Removed
- Support for Python 3.9 has been removed.
HyP3 SDK v6.2.0
Added
Job.priorityattribute- Unapproved
hyp3-sdkusers receive an error message when connecting toHyP3
HyP3 SDK v6.1.0
Added
HyP3.costsmethod to retrieve the job cost lookup table, following the addition of the/costsAPI endpoint in HyP3 v6.2.0Batch.total_credit_costmethod to calculate the total credit cost for a batch of jobs
HyP3 SDK v6.0.0
This release accommodates changes to the HyP3 API schema introduced in HyP3 v6.0.0
Added
credit_costattribute to theJobclassHyP3.check_creditsmethod to determine your remaining processing credits
Changed
HyP3.my_info(): A newremaining_creditsfield replaces thequotafield in the return valueHyP3.check_quotamay return a float or an integer if the user has processing credits
Deprecated
HyP3.check_quotahas been deprecated in favor ofHyP3.check_credits