You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Removed
15
+
16
+
### Fixed
17
+
18
+
## [0.48.0] - 2026-02-17
19
+
20
+
### Added
21
+
12
22
- Official support for Python 3.14 (include Python 3.14 in unit test matrix on GitHub Actions) ([#801](https://github.com/Open-EO/openeo-python-client/issues/801))
13
23
- Add `on_response_headers_sync` option to `openeo.connect`/`Connection` to set default `on_response_headers` handler for sync requests at connection level.
14
24
@@ -17,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
27
- Harden STAC parsing of "bands"/"eo:bands" when "name" field is not present (which is technically not a required field) ([#860](https://github.com/Open-EO/openeo-python-client/issues/860))
18
28
-`openeo.rest.conversions.timeseries_json_to_pandas`: allow timeseries to be given as a raw JSON dump or path to JSON file.
19
29
20
-
### Removed
21
-
22
30
### Fixed
23
31
24
32
- Guard STAC metadata parsing against invalid "item_assets" usage ([#853](https://github.com/Open-EO/openeo-python-client/issues/853))
0 commit comments