Skip to content

Commit 081ab0b

Browse files
committed
Release 0.21.0
1 parent 42d0062 commit 081ab0b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
76
## [Unreleased]
87

98
### Added
109

10+
### Changed
11+
12+
### Removed
13+
14+
### Fixed
15+
16+
## [0.21.0] - 2023-07-19
17+
18+
### Added
19+
1120
- Add support in `VectoCube.download()` and `VectorCube.execute_batch()` to guess output format from extension of a given filename
1221
([#401](https://github.com/Open-EO/openeo-python-client/issues/401), [#449](https://github.com/Open-EO/openeo-python-client/issues/449))
1322
- Added `load_stac` for Client Side Processing, based on the [openeo-processes-dask implementation](https://github.com/Open-EO/openeo-processes-dask/pull/127)
@@ -16,8 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1625

1726
- Updated docs for Client Side Processing with `load_stac` examples, available at https://open-eo.github.io/openeo-python-client/cookbook/localprocessing.html
1827

19-
### Removed
20-
2128
### Fixed
2229

2330
- Avoid double `save_result` nodes when combining `VectorCube.save_result()` and `.download()`.

openeo/_version.py

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

0 commit comments

Comments
 (0)