Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.7717027-blue.svg)](https://doi.org/10.5281/zenodo.7717027)
[![PyPI](https://img.shields.io/pypi/v/sarxarray.svg?colorB=blue)](https://pypi.python.org/project/sarxarray/)
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.10492/status.svg)](https://doi.org/10.21105/joss.10492)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=TUDelftGeodesy_sarxarray&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=TUDelftGeodesy_sarxarray)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7980/badge)](https://www.bestpractices.dev/projects/7980)
[![Build](https://github.com/TUDelftGeodesy/sarxarray/actions/workflows/build.yml/badge.svg)](https://github.com/TUDelftGeodesy/sarxarray/actions/workflows/build.yml)
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ See [releases](https://github.com/TUDelftGeodesy/sarxarray/releases) in the sarx

The information in this file can be generated automatically by LLM using the [release-changelog skill](../.github/skills/release-changelog/SKILL.md). However, the generated content has always been reviewed and if necessary, edited by a human.

## [v1.4.0] - 2026-08-21

### Added
- Added support for reading SNAP metadata and ZNAP products, including mother/child dataset handling and wildcard name stripping.
- JOSS paper published. Included DOI badge in README.

### Changed
- Refined coordinate assignment and timestamp handling for metadata-driven datasets.
- Improved internal handling of SNAP layer naming, epoch detection, and non-x/y dimension logic.
- Updated zarr metadata normalization and the beta release/version workflow.

## [v1.3.1] - 2026-07-13

## Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sarxarray"
version = "1.4.0b2"
version = "1.4.0"
requires-python = ">=3.10"
dependencies = [
"dask[complete]",
Expand Down
Loading