Removed * Removed the unapproved user warning implemented in [v6.2.0](https://github.com/ASFHyP3/hyp3-sdk/releases/tag/v6.2.0) (see <https://github.com/ASFHyP3/hyp3-sdk/pull/276>). This feature had unintended consequences which broke some processing pipelines that rely on the HyP3 SDK (see <https://github.com/ASFHyP3/hyp3-sdk/issues/285> for more details).
7.0.0
Removed * Support for Python 3.9 has been removed.
6.2.0
Added * `Job.priority` attribute * Unapproved `hyp3-sdk` users receive an error message when connecting to `HyP3`
6.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.0 * `Batch.total_credit_cost` method to calculate the total credit cost for a batch of jobs
6.0.0
This release accommodates changes to the HyP3 API schema introduced in HyP3 v6.0.0
Added * `credit_cost` attribute to the `Job` class * `HyP3.check_credits` method to determine your remaining processing credits
Changed * `HyP3.my_info()`: A new `remaining_credits` field replaces the `quota` field in the return value * `HyP3.check_quota` may return a float or an integer if the user has processing credits
Deprecated * `HyP3.check_quota` has been deprecated in favor of `HyP3.check_credits`
5.0.0
Removed * `legacy` option for the `dem_name` argument of `HyP3.prepare_rtc_job()` and `HyP3.submit_rtc_job()`.