Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 18, 2024
1 parent aaf0ccb commit a439f08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

### Fixed


## [0.28.0] - 2024-03-18

### Added

- 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))
- Added `VectorCube.vector_to_raster()` ([#550](https://github.com/Open-EO/openeo-python-client/issues/550))

Expand All @@ -17,12 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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))
- `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))

### Removed

### Fixed

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


## [0.27.0] - 2024-01-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.28.0a1"
__version__ = "0.28.0"

0 comments on commit a439f08

Please sign in to comment.