Releases: ASFHyP3/hyp3-sdk
Releases · ASFHyP3/hyp3-sdk
HyP3 SDK v7.0.2
Changed
- The
static-analysis
Github Actions workflow now usesruff
rather thanflake8
for 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.priority
attribute- Unapproved
hyp3-sdk
users receive an error message when connecting toHyP3
HyP3 SDK v6.1.0
Added
HyP3.costs
method to retrieve the job cost lookup table, following the addition of the/costs
API endpoint in HyP3 v6.2.0Batch.total_credit_cost
method 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_cost
attribute to theJob
classHyP3.check_credits
method to determine your remaining processing credits
Changed
HyP3.my_info()
: A newremaining_credits
field replaces thequota
field in the return valueHyP3.check_quota
may return a float or an integer if the user has processing credits
Deprecated
HyP3.check_quota
has been deprecated in favor ofHyP3.check_credits
HyP3 SDK v5.0.0
Removed
legacy
option for thedem_name
argument 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_job
andHyP3.prepare_insar_isce_burst_job
methods for submitting
InSAR ISCE burst jobs to HyP3. - A
pending
method to theJob
class. - A
pending
argument 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
running
method of theJob
class now only returnsTrue
if job has statusRUNNING
. Jobs in thePENDING
state now returnTrue
when calling thepending
method ofJob
.
HyP3 SDK v3.1.0
Added
- Added the
phase_filter_parameter
keyword argument for theHyP3.submit_insar_job
andHyP3.prepare_insar_job
methods.
HyP3 SDK v3.0.0
Removed
- Removed the
Job.subscription_id
attribute in response to the Subscriptions feature being removed from HyP3.