Skip to content

Commit c01992a

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

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/release.yml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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 = "janosh.riebesell@gmail.com" }]
66
readme = "readme.md"

0 commit comments

Comments
 (0)