You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.