Skip to content

HyP3 autoRIFT v0.23.0

Choose a tag to compare

@tools-bot tools-bot released this 15 Jul 22:53
4abecf0

Important

This release includes a major change to the hyp3-autorift development environment! hyp3-autorift now uses pixi to manage development environments.

Added

  • Support for the use and creation of pre-generated radar-geometry topographic corrections for ISCE3 when processing Sentinel-1 scenes.

Changed

  • hyp3-autorift now uses pixi to manage development environments instead of conda/mamba. For more info, see #361.
    • Environments, their dependencies, etc. are now all configured in the tool.pixi sections of the pyproject.toml
    • Pixi now writes a pixi.lock file.
    • The Dockerfile uses the pixi base image and entrypoint.sh has been updated to use the pixi environment accordingly.
  • hyp3-autorift docker images are now multiarch, supporting linux-amd64 and linux-arm64. For more info, see #361.
  • CI/CD pipelines that required an environment.yml have been reimplemented to use pixi, including build.yml, static-analysis.yml and test.yml.

Removed

  • Environment/requirements files used by conda/mamba, such as environment.yml and requirements-*.txt, in favor of pixi config and lock files.