Skip to content

Releases: ASFHyP3/hyp3-gamma

HyP3 GAMMA v9.0.2

17 Jan 00:40
8765915
Compare
Choose a tag to compare

Added

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

HyP3 GAMMA v9.0.1

17 Dec 20:32
029e960
Compare
Choose a tag to compare

Changed

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

HyP3 GAMMA v9.0.0

09 Aug 17:50
3ff18b5
Compare
Choose a tag to compare

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 the ESA_USERNAME and ESA_PASSWORD environment variables.

HyP3 GAMMA v8.2.0

17 Jul 18:57
55093fe
Compare
Choose a tag to compare

Changed

HyP3 GAMMA v8.1.4

03 Jul 17:20
03a65b0
Compare
Choose a tag to compare

Changed

  • Updated versions for Python and GitHub Actions dependencies.

HyP3 GAMMA v8.1.3

01 Jul 17:50
4fb7644
Compare
Choose a tag to compare

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

28 Feb 21:01
efa4cd9
Compare
Choose a tag to compare

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

16 Feb 20:57
2231853
Compare
Choose a tag to compare

Changed

  • Updated water mask language to reflect switch to OpenStreetMaps/ESA WorldCover based water map.

HyP3 GAMMA v8.1.0

15 Feb 19:39
22346dd
Compare
Choose a tag to compare

Added

  • Support for a new water masking dataset based off of OpenStreetMaps and ESA WorldCover data.

Removed

  • Polygon processing functions: split_geometry_on_antimeridian and get_envelope_wgs84 from water_mask.py.

HyP3 GAMMA v8.0.1

16 Jan 18:42
8523c88
Compare
Choose a tag to compare

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.