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 986d92a commit 746d1c3Copy full SHA for 746d1c3
docs/CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
- Nothing yet.
6
7
+## 1.4.1
8
+
9
+### Fixed
10
11
+- Fixed `PetMadFeaturizer` after the release of `PETMADCalculator` with uncertainty quantification
12
13
## 1.4.0
14
15
### Added
@@ -14,4 +20,4 @@
20
21
### Changed
16
22
17
-- Changed the default `PET-MAD` model in `PETMADCalculator` to version 1.0.2, which is the one used in the paper.
23
+- Changed the default `PET-MAD` model in `PETMADCalculator` to version 1.0.2, which is the one used in the paper.
src/pet_mad/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.4.0"
+__version__ = "1.4.1"
0 commit comments