Skip to content

Commit c01992a

Browse files
committed
v1.3.1
1 parent 8eb916b commit c01992a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ changelog:
1414
labels: [fix]
1515
- title: 📖 Documentation
1616
labels: [docs]
17+
- title: 🌐 Site Upgrades
18+
labels: [site]
1719
- title: 🧹 House-Keeping
1820
labels: [housekeeping]
1921
- title: 🚀 Performance

changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [v1.3.1](https://github.com/janosh/matbench-discovery/compare/v1.3.0...v1.3.1)
6+
7+
> 11 September 2024
8+
9+
- Fix model detail pages for models with array of training sets and non-string notes in YAML metadata [`#138`](https://github.com/janosh/matbench-discovery/pull/138)
10+
- Move element-projected convex hull distance errors to model detail pages [`#137`](https://github.com/janosh/matbench-discovery/pull/137)
11+
- Show single-model energy parity plots on model detail pages [`#136`](https://github.com/janosh/matbench-discovery/pull/136)
12+
- fix pkg unnecessarily pinning numpy>2 [`8eb916b`](https://github.com/janosh/matbench-discovery/commit/8eb916b73e36417b23dbf925452a696b9c32c1c0)
13+
- fix errors in eda_wbm.py [`c1f34da`](https://github.com/janosh/matbench-discovery/commit/c1f34dac228ef7f0da7598e99fe9be6db36198f5)
14+
- fix /data page MP/WBM element count ptable heatmaps [`1ebad52`](https://github.com/janosh/matbench-discovery/commit/1ebad52cff8e80febf7beadb1fe210b7741802b5)
15+
516
#### [v1.3.0](https://github.com/janosh/matbench-discovery/compare/v1.2.0...v1.3.0)
617

718
> 6 September 2024

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matbench-discovery"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "A benchmark for machine learning energy models on inorganic crystal stability prediction from unrelaxed structures"
55
authors = [{ name = "Janosh Riebesell", email = "[email protected]" }]
66
readme = "readme.md"

0 commit comments

Comments
 (0)