Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 27, 2023
1 parent 90f08f2 commit 0723691
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

### Fixed


## [0.24.0] - 2023-10-27

### Added

- Add `DataCube.reduce_spatial()`
- 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))
- 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))
- Added "Sentinel1" band mapping support to "Awesome Spectral Indices" wrapper ([#484](https://github.com/Open-EO/openeo-python-client/issues/484))
- Run tests in GitHub Actions against Python 3.12 as well

### Changed

- Enforce `XarrayDataCube` dimension order in `execute_local_udf()` to (t, bands, y, x) to improve UDF interoperability with existing back-end implementations.```

### Removed

### Fixed
- Enforce `XarrayDataCube` dimension order in `execute_local_udf()` to (t, bands, y, x)
to improve UDF interoperability with existing back-end implementations.


## [0.23.0] - 2023-10-02
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.24.0a3"
__version__ = "0.24.0"

0 comments on commit 0723691

Please sign in to comment.