Skip to content

Commit 309335a

Browse files
committed
Release 2026.1.0
1 parent f63ddd5 commit 309335a

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
Changelog
33
#########
44

5-
Next Release
6-
------------
5+
6+
2026.1.0 - 2026-01-09
7+
---------------------
78

89
* core
910

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
11+
* fix array mask when applying offset to Sentinel-2 data (#21)
12+
* refactor search catalog inheritance and consolidate shared properties into `CollectionSearcher` (#19)
13+
* reimplement `UTMSearchCatalog` and add (more) Sentinel-2 search tests (#19)
1314

1415
* packaging
1516

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`
17+
* centralize configuration: migrate `setup.cfg`, `.coveragerc`, and `pytest.ini` into `pyproject.toml` (#22)
18+
* replace `cql2` with `pygeofilter` (#22)
19+
* replace `pytest-lazy-fixture` with `pytest-lazy-fixtures` (#22)
1920

2021

2122
2025.11.0 - 2025-11-18

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 - 2025 EOX IT Services
3+
Copyright (c) 2022 - 2026 EOX IT Services
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

mapchete_eo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2025.11.0"
1+
__version__ = "2026.1.0"

0 commit comments

Comments
 (0)