Skip to content

Commit 63311b0

Browse files
committed
Finetune changelog
1 parent 66fff76 commit 63311b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
- Introduced superclass `CubeMetadata` for `CollectionMetadata` for essential metadata handling (just dimensions for now) without collection-specific STAC metadata parsing. ([#464](https://github.com/Open-EO/openeo-python-client/issues/464))
13+
1214
### Changed
1315

1416
- Changed default `chunk_size` of various `download` functions from None to 10MB. This improves the handling of large downloads and reduces memory usage. ([#528](https://github.com/Open-EO/openeo-python-client/issues/528))
1517
- `Connection.execute()` and `DataCube.execute()` now have a `auto_decode` argument. If set to True (default) the response will be decoded as a JSON and throw an exception if this fails, if set to False the raw `requests.Response` object will be returned. ([#499](https://github.com/Open-EO/openeo-python-client/issues/499))
16-
- Introduced superclass `CubeMetadata` for `CollectionMetadata` for essential metadata handling (just dimensions for now) without collection-specific STAC metadata parsing. ([#464](https://github.com/Open-EO/openeo-python-client/issues/464))
17-
- Preserve geo-referenced `x` and `y` coordinates in `execute_local_udf` ([#549](https://github.com/Open-EO/openeo-python-client/issues/549))
1818

1919
### Removed
2020

2121
### Fixed
2222

23+
- Preserve geo-referenced `x` and `y` coordinates in `execute_local_udf` ([#549](https://github.com/Open-EO/openeo-python-client/issues/549))
2324

2425
## [0.27.0] - 2024-01-12
2526

0 commit comments

Comments
 (0)