Skip to content

Commit aee7730

Browse files
committed
Release 0.13.0
1 parent a30be2b commit aee7730

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.13.0] - 2022-10-10 - "UDF UX" release
20+
21+
### Added
22+
1223
- Add `max_cloud_cover` argument to `load_collection()` to simplify setting maximum cloud cover (property `eo:cloud_cover`) ([#328](https://github.com/Open-EO/openeo-python-client/issues/328))
1324

1425
### Changed
@@ -23,9 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2334
- old usage patterns of `openeo.UDF` and `DataCube.apply_dimension()` still work but trigger deprecation warnings
2435
- Show warning when using `load_collection` property filters that are not defined in the collection metatadata (summaries).
2536

26-
### Removed
27-
28-
### Fixed
2937

3038

3139
## [0.12.1] - 2022-09-15

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.13.0a2'
1+
__version__ = '0.13.0'

0 commit comments

Comments
 (0)