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`.
2.0.1
Fixed * Display the improved error messages regardless of whether the Earthdata credentials were provided by a `.netrc` file.