Hyp3-sdk

Latest version: v7.0.1

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

4.0.0

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`.

3.1.0

Added
* Added the `phase_filter_parameter` keyword argument for the `HyP3.submit_insar_job` and `HyP3.prepare_insar_job` methods.

3.0.0

Removed
* Removed the `Job.subscription_id` attribute in response to the Subscriptions feature being removed from HyP3.

2.1.1

Fixed
* The `user_id` parameter has been moved to the end of the `HyP3.find_jobs` parameter list, to avoid
introducing breaking changes for users who rely on the order of the parameters.

2.1.0

Added
* The `HyP3.find_jobs` method now includes a `user_id` parameter that allows retrieving jobs for a given user.
If not provided, jobs are retrieved for the current user.

2.0.2

Added
* 20 m can now be provided to the `resolution` keyword argument of `hyp3.submit_rtc_job` and `hyp3.prepare_rtc_job`.

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.