Skip to content

Commit 80a9d28

Browse files
committed
Release 0.10.1
1 parent abac727 commit 80a9d28

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ 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+
## [0.10.1] - 2022-05-18 - "LPS22" release
19+
20+
### Added
21+
1222
- Add `context` parameter to `DataCube.aggregate_spatial()`, `DataCube.apply_dimension()`,
1323
`DataCube.apply_neighborhood()`, `DataCube.apply()`, `DataCube.merge_cubes()`.
1424
([#291](https://github.com/Open-EO/openeo-python-client/issues/291))
@@ -20,16 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2030
- Add `openeo.udf.debug.inspect` for using the openEO `inspect` process in a UDF ([#302](https://github.com/Open-EO/openeo-python-client/issues/302))
2131
- Add `openeo.util.to_bbox_dict()` to simplify building a openEO style bbox dictionary, e.g. from a list or shapely geometry ([#304](https://github.com/Open-EO/openeo-python-client/issues/304))
2232

23-
### Changed
24-
2533
### Removed
2634

2735
- Removed deprecated (and non-functional) `zonal_statistics` method from old `ImageCollectionClient` API. ([#144](https://github.com/Open-EO/openeo-python-client/issues/144))
2836

29-
### Fixed
30-
3137

32-
## [0.10.0] - 2022-04-08
38+
## [0.10.0] - 2022-04-08 - "SRR3" release
3339

3440
### Added
3541

openeo/_version.py

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

0 commit comments

Comments
 (0)