Skip to content

Commit d1c68f8

Browse files
committed
Issue #550/#551 fine-tuning: add changelog entry
1 parent 63311b0 commit d1c68f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

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

1415
### Changed
1516

openeo/rest/vectorcube.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@ def vector_to_raster(self, target_data_cube):
567567
.. warning:: experimental process: not generally supported, API subject to change.
568568
569569
:return: a :py:class:`~openeo.rest.datacube.DataCube`
570+
571+
.. versionadded:: 0.28.0
570572
"""
571573
from openeo.rest.datacube import DataCube
572574

0 commit comments

Comments
 (0)