Skip to content

Commit 0723691

Browse files
committed
Release 0.24.0
1 parent 90f08f2 commit 0723691

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
20+
## [0.24.0] - 2023-10-27
21+
22+
### Added
23+
1324
- Add `DataCube.reduce_spatial()`
14-
- Added option (enabled by default) to automatically validate a process graph before execution. Validation issues just trigger warnings for now. ([#404](https://github.com/Open-EO/openeo-python-client/issues/404))
25+
- Added option (enabled by default) to automatically validate a process graph before execution.
26+
Validation issues just trigger warnings for now. ([#404](https://github.com/Open-EO/openeo-python-client/issues/404))
1527
- Added "Sentinel1" band mapping support to "Awesome Spectral Indices" wrapper ([#484](https://github.com/Open-EO/openeo-python-client/issues/484))
1628
- Run tests in GitHub Actions against Python 3.12 as well
1729

1830
### Changed
1931

20-
- Enforce `XarrayDataCube` dimension order in `execute_local_udf()` to (t, bands, y, x) to improve UDF interoperability with existing back-end implementations.```
21-
22-
### Removed
23-
24-
### Fixed
32+
- Enforce `XarrayDataCube` dimension order in `execute_local_udf()` to (t, bands, y, x)
33+
to improve UDF interoperability with existing back-end implementations.
2534

2635

2736
## [0.23.0] - 2023-10-02

openeo/_version.py

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

0 commit comments

Comments
 (0)