Skip to content

Commit 4c16a96

Browse files
committed
Release 0.26.0
1 parent 18418b5 commit 4c16a96

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
98
## [Unreleased]
109

1110
### Added
1211

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.26.0] - 2023-11-27 - "SRR6" release
20+
21+
### Added
22+
1323
- Support new UDF signature: `def apply_datacube(cube: DataArray, context: dict) -> DataArray`
1424
([#310](https://github.com/Open-EO/openeo-python-client/issues/310))
1525
- Add `collection_property()` helper to easily build collection metadata property filters for `Connection.load_collection()`
@@ -23,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2333
- Also attempt to automatically refresh OIDC access token on a `401 TokenInvalid` response (in addition to `403 TokenInvalid`) ([#508](https://github.com/Open-EO/openeo-python-client/issues/508))
2434
- Add `Parameter.object()` factory for `object` type parameters
2535

26-
### Changed
27-
2836
### Removed
2937

3038
- Remove custom spectral indices "NDGI", "NDMI" and "S2WI" from "extra-indices-dict.json"

openeo/_version.py

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

0 commit comments

Comments
 (0)