Skip to content

Commit f63ddd5

Browse files
committed
add what was done into chagelog
1 parent b2acc5f commit f63ddd5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
#########
44

5+
Next Release
6+
------------
7+
8+
* core
9+
10+
* fix array mask when applying offset to Sentinel-2 data
11+
* refactor search catalog inheritance and consolidate shared properties into `CollectionSearcher`
12+
* reimplement `UTMSearchCatalog` and add (more) Sentinel-2 search tests
13+
14+
* packaging
15+
16+
* centralize configuration: migrate `setup.cfg`, `.coveragerc`, and `pytest.ini` into `pyproject.toml`
17+
* replace `cql2` with `pygeofilter` (#20)
18+
* replace `pytest-lazy-fixture` with `pytest-lazy-fixtures`
19+
520

621
2025.11.0 - 2025-11-18
722
----------------------
@@ -751,7 +766,7 @@ first release!
751766
* Generic EO product processing
752767
* BRDF correction for Sentinel-2
753768
* using STAC to read and store archives
754-
* internally using xarrays where applickable
769+
* internally using xarrays where applicable
755770
* more modular code
756771
* fully typed
757772
* optimized test suite (i.e. most tests use cached testdata)

0 commit comments

Comments
 (0)