Skip to content

Commit 8d0ddaf

Browse files
committed
v1.3.0
1 parent 14eafc5 commit 8d0ddaf

3 files changed

Lines changed: 65 additions & 1 deletion

File tree

.github/release.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
changelog:
2+
exclude:
3+
authors: [github-actions, pre-commit-ci]
4+
categories:
5+
- title: 💥 Breaking Changes
6+
labels: [breaking]
7+
- title: 🆕 New Model
8+
labels: [new model]
9+
- title: 🎉 New Features
10+
labels: [feature]
11+
- title: 🛠 Enhancements
12+
labels: [enhancement, DX, UX]
13+
- title: 🐛 Bug Fixes
14+
labels: [fix]
15+
- title: 📖 Documentation
16+
labels: [docs]
17+
- title: 🧹 House-Keeping
18+
labels: [housekeeping]
19+
- title: 🚀 Performance
20+
labels: [performance]
21+
- title: 🚧 CI
22+
labels: [ci]
23+
- title: 💡 Refactoring
24+
labels: [refactor]
25+
- title: 🧪 Tests
26+
labels: [tests]
27+
- title: 🔒 Security Fixes
28+
labels: [security]
29+
- title: 🏥 Package Health
30+
labels: [pkg]
31+
- title: 📦 Dependencies
32+
labels: [dependencies, outdated]
33+
- title: 🏷️ Type Hints
34+
labels: [types]
35+
- title: 🤷‍♂️ Other Changes
36+
labels: ["*"]

changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
#### [v1.3.0](https://github.com/janosh/matbench-discovery/compare/v1.2.0...v1.3.0)
6+
7+
> 6 September 2024
8+
9+
- Add metrics table download buttons [`#135`](https://github.com/janosh/matbench-discovery/pull/135)
10+
- Restore MPTrj EDA to working order [`#130`](https://github.com/janosh/matbench-discovery/pull/130)
11+
- Refactor model preds loading to use new required `pred_col` key in YAML metadata files [`#134`](https://github.com/janosh/matbench-discovery/pull/134)
12+
- Orb models [`#133`](https://github.com/janosh/matbench-discovery/pull/133)
13+
- Allow multiple training sets per model in YAML metadata [`#132`](https://github.com/janosh/matbench-discovery/pull/132)
14+
- Correct batch_size of SevenNet-0 [`#129`](https://github.com/janosh/matbench-discovery/pull/129)
15+
- Test more plotting scripts in CI [`#127`](https://github.com/janosh/matbench-discovery/pull/127)
16+
- Add individual model detail pages [`#126`](https://github.com/janosh/matbench-discovery/pull/126)
17+
- Working save trajectory code with energies also being saved for test mace. [`#123`](https://github.com/janosh/matbench-discovery/pull/123)
18+
- Type hint optimizer and filter in `test_mace` and `test_7net` correctly, fix pickled `PatchedPhaseDiagram` and `compile_wbm_test_set.py` [`#122`](https://github.com/janosh/matbench-discovery/pull/122)
19+
- `data.py` add `ase_atoms_(to|from)_zip` [`#120`](https://github.com/janosh/matbench-discovery/pull/120)
20+
- Test `mace_mp_0b` [`#119`](https://github.com/janosh/matbench-discovery/pull/119)
21+
- Update the function names for wren utils given breaking changes in Aviary [`#117`](https://github.com/janosh/matbench-discovery/pull/117)
22+
- Update table caption for landing page [`#116`](https://github.com/janosh/matbench-discovery/pull/116)
23+
- Add `n_estimators` to `model_metadata.yml` [`#115`](https://github.com/janosh/matbench-discovery/pull/115)
24+
- Refactor `Files`, `DataFiles` and `PredFiles` to be `StrEnums` [`#114`](https://github.com/janosh/matbench-discovery/pull/114)
25+
- Type hint optimizer and filter in `test_mace` and `test_7net` correctly, fix pickled `PatchedPhaseDiagram` and `compile_wbm_test_set.py` (#122) [`#121`](https://github.com/janosh/matbench-discovery/issues/121)
26+
- fix site build error [`4d3d33f`](https://github.com/janosh/matbench-discovery/commit/4d3d33f63a963f0d54f5538af04dd74866456c8f)
27+
- fix metrics table proprietary models toggle [`69f25b4`](https://github.com/janosh/matbench-discovery/commit/69f25b43e194f04d34b1f6dd854856fa6859d2b0)
28+
- access pymatviz.io.save_fig from namespace [`db20338`](https://github.com/janosh/matbench-discovery/commit/db20338d3cdbaa72e81170c5060be5384131a23d)
29+
- add data-sort-value attr to metrics table cells in "model params" and [`c989f48`](https://github.com/janosh/matbench-discovery/commit/c989f488a2fcf637b63aa4077372958596a3c5e4)
30+
- fix typos, bump min pymatviz==0.10.1, bump ruff and fix errors [`442abf9`](https://github.com/janosh/matbench-discovery/commit/442abf91b05b318c9fd2b46e6a837e3cace7f87d)
31+
- fix ModelCard not handling multiple training sets correctly [`a2e4c94`](https://github.com/janosh/matbench-discovery/commit/a2e4c946e0715f91c2328b794c829b0934b08eb8)
32+
533
#### [v1.2.0](https://github.com/janosh/matbench-discovery/compare/v1.1.2...v1.2.0)
634

735
> 15 July 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.2.0"
3+
version = "1.3.0"
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)