Skip to content

Commit c944f56

Browse files
committed
Release 0.43.0
1 parent 29a2876 commit c944f56

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,27 @@ 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.43.0] - 2025-07-02
20+
21+
### Added
22+
1223
- More extensive band detection for `load_stac` use cases, including the common `bands` metadata introduced with STAC 1.1 ([#699](https://github.com/Open-EO/openeo-python-client/issues/699), [#692](https://github.com/Open-EO/openeo-python-client/issues/692), [#586](https://github.com/Open-EO/openeo-python-client/issues/586)).
1324
- Improved support for Federation Extension in Jupyter notebook context ([#668](https://github.com/Open-EO/openeo-python-client/issues/668))
1425

1526
### Changed
1627

1728
- `openeo.UDF()`: automatically un-indent given UDF code ([#782](https://github.com/Open-EO/openeo-python-client/issues/782))
1829

19-
### Removed
20-
2130
### Fixed
2231

23-
- fix compatibility with PySTAC 1.12 ([#715](https://github.com/Open-EO/openeo-python-client/issues/715))
32+
- Fix compatibility with PySTAC 1.12 ([#715](https://github.com/Open-EO/openeo-python-client/issues/715))
2433

2534

2635
## [0.42.1] - 2025-06-06

openeo/_version.py

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

0 commit comments

Comments
 (0)