Skip to content

Commit edfe137

Browse files
committed
Release 0.40.0
1 parent 5e77f00 commit edfe137

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
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.40.0] - 2025-04-14
20+
21+
### Added
22+
1223
- `sar_backscatter`: try to retrieve coefficient options from backend ([#693](https://github.com/Open-EO/openeo-python-client/issues/693))
1324
- Improve error message when OIDC provider is unavailable ([#751](https://github.com/Open-EO/openeo-python-client/issues/751))
1425
- Added `on_response_headers` argument to `DataCube.download()` and related to handle (e.g. `print`) the response headers ([#560](https://github.com/Open-EO/openeo-python-client/issues/560))
@@ -17,8 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1728

1829
- When the bands provided to `Connection.load_stac(..., bands=[...])` do not fully match the bands the client extracted from the STAC metadata, a warning will be triggered, but the provided band names will still be used during the client-side preparation of the process graph. This is a pragmatic approach to bridge the gap between differing interpretations of band detection in STAC. Note that this might produce process graphs that are technically invalid and might not work on other backends or future versions of the backend you currently use. It is recommended to consult with the provider of the STAC metadata and openEO backend on the correct and future-proof band names. ([#752](https://github.com/Open-EO/openeo-python-client/issues/752))
1930

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

2433
- `STACAPIJobDatabase.get_by_status()` now always returns a `pandas.DataFrame` with an index compatible with `MultiBackendJobManager`. ([#707](https://github.com/Open-EO/openeo-python-client/issues/707))

docs/development.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ we will use a concrete version ``0.8.0`` in the examples below.
246246
#. Create release commit:
247247

248248
A. **Drop the pre-release suffix** from the version string in ``openeo/_version.py``
249-
so that it just a "final" semantic versioning string, e.g. ``0.8.0``
249+
so that it is just a "final" semantic versioning string, e.g. ``0.8.0``
250250

251251
B. **Update CHANGELOG.md**: rename the "Unreleased" section title
252252
to contain version and date, e.g.::

openeo/_version.py

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

0 commit comments

Comments
 (0)