Skip to content

HyP3-lib v3.0.0

Compare
Choose a tag to compare
@tools-bot tools-bot released this 12 Jan 19:59
8952357

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.