Skip to content

Commit cb53a3a

Browse files
committed
Release 0.39.0
1 parent fafabbf commit cb53a3a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ 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.39.0] - 2025-02-25
20+
21+
### Added
22+
1223
- Add support for `export_workspace` process ([#720](https://github.com/Open-EO/openeo-python-client/issues/720))
1324
- Add support for [processing parameter extension](https://github.com/Open-EO/openeo-api/tree/draft/extensions/processing-parameters) (e.g. default job options) in `build_process_dict` ([#731](https://github.com/Open-EO/openeo-python-client/issues/731))
1425

@@ -17,8 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1728
- `DataCube.save_result()` (and related methods) now return a `SaveResult`/`StacResource` object instead of another `DataCube` object to be more in line with the official `save_result` specification ([#402](https://github.com/Open-EO/openeo-python-client/issues/402), [#720](https://github.com/Open-EO/openeo-python-client/issues/720))
1829
- Deprecate `BatchJob.run_synchronous` in favor of `BatchJob.start_and_wait` ([#570](https://github.com/Open-EO/openeo-python-client/issues/570)).
1930

20-
### Removed
21-
2231
### Fixed
2332

2433
- Fix incompatibility problem when combining `load_stac` and `resample_spatial` ([#737](https://github.com/Open-EO/openeo-python-client/issues/737))

openeo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.39.0a1"
1+
__version__ = "0.39.0"

0 commit comments

Comments
 (0)