Releases: ASFHyP3/hyp3-lib
Releases · ASFHyP3/hyp3-lib
HyP3-lib v4.0.1
HyP3-lib v4.0.0
Removed
- Remove code that was moved to
hyp3-gammagetParameter.pymakeAsfBrowse.pysystem.pyand testsbyteSigmaScale.pymake_cogs.pyand testsraster_boundary2shape.pypar_s1_slc_single.pySLC_copy_S1_fullsw.pycreateAmp.pysaa_func_lib.py
HyP3-lib v3.2.0
Added
demsubmodule using an updated version of the HyP3-Gamma COP-30 DEM stitching functionality to facilitate DEM download and stitching for multiple HyP3 workflows.
HyP3-lib v3.1.4
Added
- The
static-analysisGithub Actions workflow now includesmypyfor type checking.
HyP3-lib v3.1.3
Changed
- The
static-analysisGithub Actions workflow now usesruffrather thanflake8for linting.
HyP3-lib v3.1.2
HyP3-lib v3.1.1
Fixed
- Pin Python version to
<3.13because the standard librarycgimodule has been removed in Python 3.13. See #300.
HyP3-lib v3.1.0
Removed
- Support for Python 3.8 and 3.9 has been dropped, 3.10 is now the minimum version.
- The
sixpackage 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
Changed
hyp3libnow uses asrclayout per this recommendation.hyp3libnow only usespyproject.tomlfor package creation now thatsetuptoolsrecommends 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.tomlandenvironment.yml.
HyP3-lib v2.0.2
Fixed
- Install
builddependency to fixdistributeaction.