Skip to content

Commit a8421a8

Browse files
committed
Release 0.50
1 parent f97f0e7 commit a8421a8

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.50.0] - 2026-05-18
20+
21+
### Added
22+
1223
- Add public `split_area` function for tile-grid based job splitting
1324
- Log synchronous processing identifier ("OpenEO-Identifier" response header) by default (debug level) ([#890](https://github.com/Open-EO/openeo-python-client/issues/890))
1425

15-
1626
### Changed
1727

1828
- `ProcessGraphVisitor.dereference_from_node_arguments()`: add original node id (by default) to the dereferenced nodes in the process graph ([Open-EO/openeo-python-driver#479](https://github.com/Open-EO/openeo-python-driver/issues/479))
1929

20-
### Removed
21-
22-
### Fixed
23-
2430

2531
## [0.49.0] - 2026-04-01
2632

openeo/_version.py

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

0 commit comments

Comments
 (0)