Skip to content

Releases: ASFHyP3/hyp3-lib

HyP3-lib v3.1.4

13 Jan 19:41
dbed0b3
Compare
Choose a tag to compare

Added

  • The static-analysis Github Actions workflow now includes mypy for type checking.

HyP3-lib v3.1.3

17 Dec 20:52
183c467
Compare
Choose a tag to compare

Changed

  • The static-analysis Github Actions workflow now uses ruff rather than flake8 for linting.

HyP3-lib v3.1.2

15 Oct 21:22
448ba7b
Compare
Choose a tag to compare

Fixed

  • Support Python 3.13 by replacing the cgi module with the email.message module as described in PEP 594. Fixes #300.

HyP3-lib v3.1.1

15 Oct 17:33
903344f
Compare
Choose a tag to compare

Fixed

  • Pin Python version to <3.13 because the standard library cgi module has been removed in Python 3.13. See #300.

HyP3-lib v3.1.0

27 Jun 17:45
99f4a65
Compare
Choose a tag to compare

Removed

  • Support for Python 3.8 and 3.9 has been dropped, 3.10 is now the minimum version.
  • The six package has been dropped as a dependency as it's no longer used since we don't support Python 2 anymore.

HyP3-lib v3.0.0

12 Jan 19:59
8952357
Compare
Choose a tag to compare

Changed

  • hyp3lib now uses a src layout per this recommendation.
  • hyp3lib now only uses pyproject.toml for package creation now that setuptools recommends not using setup.py.
  • Updated GitHub Actions to current HyP3 standards.
  • Updated formatting using Ruff to pass flake8 check.

Remove

  • Support for Python 3.7 and 3.8 has been dropped in line with NumPy and the larger scientific python ecosystem, as described in NEP-0029 and SEPC-0000
  • All hyp3lib functionality not currently being used by one of these GitHub orgs: ASFHyP3, asfadmin, ASFOpenSARLab, access-cloud-based-insar, dbekaert, ASFBinderRecipes, or insarlab. For a full list of the deleted files, see here.
  • Removed now unused dependencies from pyproject.toml and environment.yml.

HyP3-lib v2.0.2

14 Nov 19:40
38487f0
Compare
Choose a tag to compare

Fixed

  • Install build dependency to fix distribute action.

HyP3-lib v2.0.1

14 Nov 18:57
7046216
Compare
Choose a tag to compare

Fixed

  • distribute action to use updated version similar to hyp3-sdk

HyP3-lib v2.0.0

14 Nov 18:08
d12bef6
Compare
Choose a tag to compare

Added

  • Added warning to README.md that use of this repository is no longer recommended until the v3.0.0 release.
  • fetch.download_file now supports Bearer authentication via a new token parameter

Changed

  • get_orb.downloadSentinelOrbitFile now queries the new Copernicus Data Space Ecosystem for the ESA provider.
    A new esa_credentials parameter must be provided when using the ESA provider.

HyP3-lib v1.7.0

24 Feb 18:05
bfb2487
Compare
Choose a tag to compare

Removed

  • Python 3.6 is no longer supported

Fixed

  • JSONDecodeError in get_orb._get_esa_orbit_url