Skip to content

Commit 746d1c3

Browse files
committed
Release v1.4.1
1 parent 986d92a commit 746d1c3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
- Nothing yet.
66

7+
## 1.4.1
8+
9+
### Fixed
10+
11+
- Fixed `PetMadFeaturizer` after the release of `PETMADCalculator` with uncertainty quantification
12+
713
## 1.4.0
814

915
### Added
@@ -14,4 +20,4 @@
1420

1521
### Changed
1622

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)