Skip to content

Latest commit

 

History

History
346 lines (194 loc) · 10.4 KB

File metadata and controls

346 lines (194 loc) · 10.4 KB

CHANGELOG

v1.5.3 (2025-09-25)

Bug Fixes

  • Decrease numpy version to <2.0 * Fix typing after version change

v1.5.2 (2025-09-08)

Bug Fixes

  • Missing azimuth_pixel_spacing (093f006)

v1.5.1 (2025-09-08)

Bug Fixes

  • Fix calibration metadata not being parsed correctly (#53, 2c703b1)
  • fix: fixed an error in calibration metadata extraction

  • Fix APS scaling and missing AP mode scaling factor index usage.


Co-authored-by: Achaad achaad@achaad.eu

Co-authored-by: Priit Pender priit@alloca.ee

v1.5.0 (2025-09-04)

Features

  • AP mode support.

Can properly open process APS and APP files.


Co-authored-by: Priit Pender priit@alloca.ee

Co-authored-by: Achaad achaad@achaad.eu

v1.4.2 (2025-09-04)

Bug Fixes

  • Fix issue with improper geolocation of IMP products. (#51, d665c9a)
  • Fix issue with improper geolocation of IMP products.

Fix antenna gain with IMS mode.

  • style: extract code into auxiliary functions

  • style: added missing type hints


Co-authored-by: Achaad achaad@achaad.eu

v1.4.1 (2025-09-04)

Bug Fixes

  • Minor changes to clone on windows (#48, 2ab7611)
  • renamed 'ASAR Aux file list.txt' to 'ASAR_Aux_file_list.txt'

  • changed encoding from CRLF to LF

  • renamed folder aux to auxiliary (to be compliant with windows)

  • [pyproject.toml] fixed typo

  • [envisat_direct] updated path to auxiliary files

v1.4.0 (2025-07-10)

Continuous Integration

  • Remove conf.py from release pipeline (632c346)

Documentation

  • Update license to the correct one (#41, 534c6c1)

Co-authored-by: Achaad achaad@achaad.eu

Features

  • feat: implement envisat gtc

  • ci: update tox dependencies

  • tests: fix test_xarray_backends.py

  • Added direct parsing of Envisat files.

This corrects slant range mistake from previous version for terrain correction and it is required for further development.

  • fix: small import error

  • style: code style improvements

  • tests: fix tests

  • Fix typing

  • A bit of code style changes

  • Fix sonarqube issues


Co-authored-by: Anton Perepelenko Anton.Perepelenko@cgi.com

Co-authored-by: Priit Pender priit@alloca.ee

v1.3.1 (2025-05-21)

Bug Fixes

  • Fix .releaserc command (772fbd3)

  • Fix .releaserc command (8a038b4)

  • Fix .releaserc command (3c2e0ef)

  • Fix .releaserc command (b44342d)

  • Fix incorrect checkout depth (9af03e5)

  • Update semantic release rules (efda9f7)

  • Update semantic release rules (91c3aea)

Continuous Integration

  • Pyproject.toml is updated based on new release (#38, 8db35d8)

Co-authored-by: Achaad achaad@achaad.eu

v1.3.0 (2025-05-14)

Build System

  • Added loguru dependency for logging (#34, 3ab44bf)

Chores

  • release: Version 1.3.0 [skip ci] (76f0ed3)

1.3.0 (2025-05-14)

Features

Continuous Integration

Features

Testing

  • Move test resource to some additional repository (#32, beb8f21)
  • make tests use external resources * Avoid usage of git lfs * Resources can be hosted anywhere

v1.2.0 (2025-03-12)

Chores

  • release: Version 1.2.0 [skip ci] (5da1755)

1.2.0 (2025-03-12)

Features

  • add initial support for opening ASAR files (#24) (33a74c5)

Continuous Integration

Documentation

  • Create general intro documentation (#11, 3f47d2e)
  • Update .gitignore with IntelliJ files

  • Create initial documentation

Features

  • Add initial support for opening ASAR files (#24, 33a74c5)
  • feat: add initial support for opening ASAR files

  • Only pixel values are retrieved * No metadata parsing * NB! API is not final * Update CI to use conda environment * Update CI to support git lfs

v1.1.0 (2025-03-04)

Chores

  • release: Version 1.1.0 [skip ci] (01482be)

1.1.0 (2025-03-04)

Features

  • Create basic python module skeleton: (#6) (#9) (601f969), closes #3

Features

  • Create basic python module skeleton: (#6) (#9, 601f969)

#3 Create basic python module skeleton: (#6)

v1.0.1 (2025-03-04)

Bug Fixes

Chores

  • release: Version 1.0.1 [skip ci] (9a83ae0)

1.0.1 (2025-03-04)

Bug Fixes

v1.0.0 (2025-03-04)

Bug Fixes

Chores

  • release: Version 1.0.0 [skip ci] (1c3b970)

1.0.0 (2025-03-04)

Bug Fixes

Features

  • add automatic semantic versioning (#8) (8a203f6)

Features

  • Add automatic semantic versioning (#8, 8a203f6)
  • Configure .releaserc file for versioning * Configure new github action