Skip to content

Commit 2aa3e2d

Browse files
committed
chore: release 2.0.0
1 parent d032096 commit 2aa3e2d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Removed
1515

1616
### 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)

src/fusets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
"""
55

6-
__version__ = "2.0.0a1"
6+
__version__ = "2.0.0"
77

88
from .mogpr import mogpr, MOGPRTransformer
99
from .peakvalley import peakvalley

0 commit comments

Comments
 (0)