Skip to content

Commit 931445c

Browse files
authored
Release v1.4.0 (#42)
1 parent 344db19 commit 931445c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## Unreleased changes
4+
5+
- Nothing yet.
6+
7+
## 1.4.0
8+
9+
### Added
10+
11+
- Added `PETMADDOSCalculator` class for calculating the density of states, Fermi levels, and bandgaps.
12+
- Added the uncertainty quantification feature to `PETMADCalculator`.
13+
- Added the tests against the dev version of `metatrain`.
14+
15+
### Changed
16+
17+
- 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.3.1"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)