Skip to content

Commit

Permalink
Release 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 27, 2023
1 parent 18418b5 commit 4c16a96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [Unreleased]

### Added

### Changed

### Removed

### Fixed


## [0.26.0] - 2023-11-27 - "SRR6" release

### Added

- Support new UDF signature: `def apply_datacube(cube: DataArray, context: dict) -> DataArray`
([#310](https://github.com/Open-EO/openeo-python-client/issues/310))
- Add `collection_property()` helper to easily build collection metadata property filters for `Connection.load_collection()`
Expand All @@ -23,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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))
- Add `Parameter.object()` factory for `object` type parameters

### Changed

### Removed

- Remove custom spectral indices "NDGI", "NDMI" and "S2WI" from "extra-indices-dict.json"
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.26.0a1"
__version__ = "0.26.0"

0 comments on commit 4c16a96

Please sign in to comment.