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
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Changes in 0.2.8 (under development)

- Fix package discovery in `pyproject.toml` to ensure only `xarray_eopf`
(and its subpackages) is included in the PyPI wheel.
- Remove the `coarsen.py` module, as it has been moved to [xcube-resampling](https://github.com/xcube-dev/xcube-resampling)
and is no longer used internally.


## Changes in 0.2.7 (from 2026-03-27)

- Add the CRS information from the STAC metadata stored in the datatree's attributes;
Expand Down
190 changes: 0 additions & 190 deletions tests/test_coarsen.py

This file was deleted.

144 changes: 0 additions & 144 deletions xarray_eopf/coarsen.py

This file was deleted.

Loading