We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7515559 commit 84e3ae0Copy full SHA for 84e3ae0
CHANGELOG.md
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+### Changed
13
+
14
+### Removed
15
16
+### Fixed
17
18
19
+## [0.10.0] - 2022-04-08
20
21
+### Added
22
23
- Add support for comparison operators (`<`, `>`, `<=` and `>=`) in callback process building
24
- Added `Connection.describe_process()` to retrieve and show a single process
25
- Added `DataCube.flatten_dimensions()` and `DataCube.unflatten_dimension`
openeo/_version.py
@@ -1 +1 @@
1
-__version__ = '0.10.0a1'
+__version__ = '0.10.0'
0 commit comments