Skip to content

Commit 932e13d

Browse files
committed
v1.0.0
1 parent fc7cb74 commit 932e13d

4 files changed

Lines changed: 42 additions & 17 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.0.284
10+
rev: v0.0.289
1111
hooks:
1212
- id: ruff
1313
args: [--fix]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 23.7.0
16+
rev: 23.9.1
1717
hooks:
1818
- id: black
1919

@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.5.0
37+
rev: v1.5.1
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-pyyaml, types-requests]
@@ -49,7 +49,7 @@ repos:
4949
args: [--ignore-words-list, "nd,te,fpr"]
5050

5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v3.0.1
52+
rev: v3.0.3
5353
hooks:
5454
- id: prettier
5555
args: [--write] # edit files in-place
@@ -60,7 +60,7 @@ repos:
6060
exclude: ^(site/src/figs/.+\.svelte|data/wbm/20.+\..+|site/src/routes/.+\.(yaml|json)|changelog.md)$
6161

6262
- repo: https://github.com/pre-commit/mirrors-eslint
63-
rev: v8.47.0
63+
rev: v8.49.0
6464
hooks:
6565
- id: eslint
6666
types: [file]

changelog.md

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

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

5+
### [v1.0.0](https://github.com/janosh/matbench-discovery/compare/v0.1.5...v1.0.0)
6+
7+
> 13 September 2023
8+
9+
- Update site to match arXiv [`#51`](https://github.com/janosh/matbench-discovery/pull/51)
10+
- Add MEGNet RS2RE to UIP->MEGNet comparison [`#50`](https://github.com/janosh/matbench-discovery/pull/50)
11+
- Add training set URLs in ModelCard and show training set size in metrics tables [`#49`](https://github.com/janosh/matbench-discovery/pull/49)
12+
- Add ALIGNN FF [`#47`](https://github.com/janosh/matbench-discovery/pull/47)
13+
- Add MACE [`#48`](https://github.com/janosh/matbench-discovery/pull/48)
14+
- v0.1.5 [`#44`](https://github.com/janosh/matbench-discovery/pull/44)
15+
- `train_alignn.py` add `wandb` tracking and avoid POSCARs on disk [`#45`](https://github.com/janosh/matbench-discovery/pull/45)
16+
- fix lib/References.svelte mixing authors and titles on page reloads [`3aad858`](https://github.com/janosh/matbench-discovery/commit/3aad8582be68e2b40c8ecea6279e45e10ce69db8)
17+
- use bin counts directly (no KDE) in hull dist density scatter plot [`5df80ef`](https://github.com/janosh/matbench-discovery/commit/5df80efbc23541d38f9f300256cc30d92c61cbce)
18+
- add join_mace_results.py [`eb11ab0`](https://github.com/janosh/matbench-discovery/commit/eb11ab0acdf1f6c25563716af33623d76417610f)
19+
- use different line styles for models in cumulative-precision-recall.svelte plot [`7bd2038`](https://github.com/janosh/matbench-discovery/commit/7bd20386083c119f462dd66b7a3f1732e3ac9e78)
20+
- color hull distance scatter plots by density [`afe6ce9`](https://github.com/janosh/matbench-discovery/commit/afe6ce9aafee8ba4b897ffbf9b2857760a59407f)
21+
- use same colors, line styles and markers for a given model across plots [`d9bb043`](https://github.com/janosh/matbench-discovery/commit/d9bb043f21961f958f0858fa71af86b50a0debcc)
22+
- fix per-model KDE in scatter_e_above_hull_models.py, add color bar since color value is now meaningful [`13b1173`](https://github.com/janosh/matbench-discovery/commit/13b1173cb54876cf56a6267723e7bf6b04ff6a69)
23+
- add marginal hull distribution along rolling_mae_vs_hull_dist_models plot top edge [`e7f9fe8`](https://github.com/janosh/matbench-discovery/commit/e7f9fe8fd4f170ffa3aecfc6e1d112ed21546758)
24+
- delete outdated 'from matbench_discovery import DEBUG' [`a9386fb`](https://github.com/janosh/matbench-discovery/commit/a9386fb3549cef417fe34809280cbe937eefdd95)
25+
- add @pbenner to citation.cff, /models page add color bar for ModelCard bg color [`5f59a90`](https://github.com/janosh/matbench-discovery/commit/5f59a9090febc8870314e1694f328a95af501a2b)
26+
- fix tests/test_models.py::test_model_dirs_have_metadata - AssertionError: Missing metadata file: /home/runner/work/matbench-discovery/matbench-discovery/models/alignn_ff/metadata.yml [`50f5821`](https://github.com/janosh/matbench-discovery/commit/50f5821f2bbea0dbc58c7a6bf16329447cad1e62)
27+
- fix bad column name in join_mace_results.py [`d7f300b`](https://github.com/janosh/matbench-discovery/commit/d7f300b8b73b9c9d7e6e2ff05945139d40420dd9)
28+
- add scripts/model_figs/update_all_model_figs.py [`6696d22`](https://github.com/janosh/matbench-discovery/commit/6696d22d179ad0c85b7babaebf299335501dcb3d)
29+
530
#### [v0.1.5](https://github.com/janosh/matbench-discovery/compare/v0.1.4...v0.1.5)
631

732
> 7 July 2023

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "matbench-discovery"
7-
version = "0.1.5"
7+
version = "1.0.0"
88
description = "A benchmark for machine learning energy models on inorganic crystal stability prediction from unrelaxed structures"
99
authors = [{ name = "Janosh Riebesell", email = "janosh@lbl.gov" }]
1010
readme = "readme.md"

site/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,32 @@
2020
"@iconify/svelte": "^3.1.4",
2121
"@rollup/plugin-yaml": "^4.1.1",
2222
"@sveltejs/adapter-static": "^2.0.3",
23-
"@sveltejs/kit": "^1.23.0",
23+
"@sveltejs/kit": "^1.25.0",
2424
"@sveltejs/vite-plugin-svelte": "^2.4.5",
25-
"@typescript-eslint/eslint-plugin": "^6.4.1",
26-
"@typescript-eslint/parser": "^6.4.1",
25+
"@typescript-eslint/eslint-plugin": "^6.7.0",
26+
"@typescript-eslint/parser": "^6.7.0",
2727
"d3-scale-chromatic": "^3.0.0",
2828
"elementari": "^0.2.2",
29-
"eslint": "^8.48.0",
30-
"eslint-plugin-svelte": "^2.33.0",
29+
"eslint": "^8.49.0",
30+
"eslint-plugin-svelte": "^2.33.1",
3131
"hastscript": "^8.0.0",
3232
"highlight.js": "^11.8.0",
3333
"js-yaml": "^4.1.0",
3434
"katex": "^0.16.8",
3535
"mdsvex": "^0.11.0",
36-
"prettier": "^3.0.2",
36+
"prettier": "^3.0.3",
3737
"prettier-plugin-svelte": "^3.0.3",
38-
"rehype-autolink-headings": "^6.1.1",
38+
"rehype-autolink-headings": "^7.0.0",
3939
"rehype-katex-svelte": "^1.2.0",
40-
"rehype-slug": "^5.1.0",
40+
"rehype-slug": "^6.0.0",
4141
"remark-math": "3.0.0",
4242
"svelte": "^4.2.0",
43-
"svelte-check": "^3.5.0",
43+
"svelte-check": "^3.5.1",
4444
"svelte-multiselect": "^10.1.0",
4545
"svelte-preprocess": "^5.0.4",
46-
"svelte-toc": "^0.5.5",
46+
"svelte-toc": "^0.5.6",
4747
"svelte-zoo": "^0.4.9",
48-
"svelte2tsx": "^0.6.20",
48+
"svelte2tsx": "^0.6.21",
4949
"tslib": "^2.6.2",
5050
"typescript": "5.2.2",
5151
"vite": "^4.4.9"

0 commit comments

Comments
 (0)