Releases: ASFHyP3/hyp3-gamma
Releases · ASFHyP3/hyp3-gamma
HyP3 GAMMA v9.0.2
Added
- The
static-analysis
Github Actions workflow now includesmypy
for type checking.
HyP3 GAMMA v9.0.1
Changed
- The
static-analysis
Github Actions workflow now usesruff
rather thanflake8
for linting.
HyP3 GAMMA v9.0.0
Changed
- Orbit files are now retrieved using the s1-orbits library.
Removed
- Removed support for the
--esa-username
and--esa-password
command-line options and theESA_USERNAME
andESA_PASSWORD
environment variables.
HyP3 GAMMA v8.2.0
Changed
- Upgraded to GAMMA software version
20240627
from20230712
HyP3 GAMMA v8.1.4
Changed
- Updated versions for Python and GitHub Actions dependencies.
HyP3 GAMMA v8.1.3
Changed
- Input SLCs for insar jobs are now downloaded in parallel in
__main__.insar()
- Consolidated python dependencies to minimize differences between local, docker, and github environments
HyP3 GAMMA v8.1.2
Changed
- Enabled LZW compression for intermediate GeoTIFFs generated by
hyp3_gamma.water_mask
to reduce required disk space - Additional minor edits to water mask language
HyP3 GAMMA v8.1.1
Changed
- Updated water mask language to reflect switch to OpenStreetMaps/ESA WorldCover based water map.
HyP3 GAMMA v8.1.0
Added
- Support for a new water masking dataset based off of OpenStreetMaps and ESA WorldCover data.
Removed
- Polygon processing functions:
split_geometry_on_antimeridian
andget_envelope_wgs84
fromwater_mask.py
.
HyP3 GAMMA v8.0.1
Changed
- Upgraded to
hyp3lib>=3,<4
from>=2,<3
- All requirements for the conda environment are once again installed via conda in
environment.yml
, eliminating the
workaround for #421 implemented in v5.7.2.