Releases: ASFHyP3/hyp3-lib
Releases · ASFHyP3/hyp3-lib
HyP3-lib v3.1.4
Added
- The
static-analysis
Github Actions workflow now includesmypy
for type checking.
HyP3-lib v3.1.3
Changed
- The
static-analysis
Github Actions workflow now usesruff
rather thanflake8
for linting.
HyP3-lib v3.1.2
HyP3-lib v3.1.1
Fixed
- Pin Python version to
<3.13
because the standard librarycgi
module 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
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
Changed
hyp3lib
now uses asrc
layout per this recommendation.hyp3lib
now only usespyproject.toml
for package creation now thatsetuptools
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
andenvironment.yml
.
HyP3-lib v2.0.2
Fixed
- Install
build
dependency to fixdistribute
action.
HyP3-lib v2.0.1
Fixed
distribute
action to use updated version similar tohyp3-sdk
HyP3-lib v2.0.0
Added
- Added warning to
README.md
that use of this repository is no longer recommended until thev3.0.0
release. fetch.download_file
now supports Bearer authentication via a newtoken
parameter
Changed
get_orb.downloadSentinelOrbitFile
now queries the new Copernicus Data Space Ecosystem for theESA
provider.
A newesa_credentials
parameter must be provided when using theESA
provider.
HyP3-lib v1.7.0
Removed
- Python 3.6 is no longer supported
Fixed
JSONDecodeError
inget_orb._get_esa_orbit_url