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 1850ba3 commit a2be708Copy full SHA for a2be708
CHANGELOG.md
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [2.0.1] - 2023-10-20
19
+
20
+### Fixed
21
22
* Updated CropSAR notebook with the latest changes.
23
* Fixed the version of whittaker after a new release of the library.
24
src/fusets/__init__.py
@@ -3,7 +3,7 @@
3
4
"""
5
6
-__version__ = "2.0.1a1"
+__version__ = "2.0.1"
7
8
from .mogpr import mogpr, MOGPRTransformer
9
from .peakvalley import peakvalley
0 commit comments