File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Removed
15
15
16
16
### Fixed
17
+
18
+ ## [ 2.0.0] - 2023-08-21
19
+
20
+ ### Added
21
+
22
+ * Added CropSAR UDF for local execution
23
+ * Notebook examples for executing services through local datacube
24
+ * Notebook examples for executing services through openEO
25
+ * Notebook example used during FOSS4G
26
+ * Acknowledge and hyperparams fix (#77 )
27
+
28
+ ### Fixed
29
+
30
+ * Issue with executing Phenology service through openEO
31
+ * Fix Bug in Whittaker when specifying a custom prediction_period (#86 )
32
+ * Fixed issue with ` numpy ` install (#89 )
33
+ * Fixed datacube dimensions for MOGPR (#79 )
Original file line number Diff line number Diff line change 3
3
4
4
"""
5
5
6
- __version__ = "2.0.0a1 "
6
+ __version__ = "2.0.0 "
7
7
8
8
from .mogpr import mogpr , MOGPRTransformer
9
9
from .peakvalley import peakvalley
You can’t perform that action at this time.
0 commit comments