Fixed * Display the improved error messages regardless of whether the Earthdata credentials were provided by a `.netrc` file.
2.0.0
Changed * Improved error messages when Earthdata user must select Study Area or accept EULA, thanks to kevinxmorales in 170 Removed * The `hyp3_sdk.TESTING` constant has been removed in favor of mocking objects in unit tests.
1.7.5
Fixed * Path to `README.md` in `pyproject.toml` so that there is a package description on PyPI
1.7.4
Changed * `hyp3-sdk` now uses a `src` layout per this [recommendation](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/). * `hyp3-sdk` now only uses `pyproject.toml` for package creation now that `setuptools` recommends [not using setup.py](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#setuppy-discouraged). * `hyp3_sdk.util` is now included in the main `hyp3_sdk` API and does not need to be imported separately
1.7.3
Added * 10 m can now be provided to the `resolution` keyword argument of `hyp3.submit_rtc_job` and `hyp3.prepare_rtc_job`.
1.7.2
Added * In addition to `power` and `amplitude`, `decibel` can now be provided to the `scale` keyword argument of `hyp3.submit_rtc_job` and `hyp3.prepare_rtc_job`.