Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jul 15, 2024
1 parent 7732f58 commit 403c467
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.2
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
exclude: ^(site/src/figs/.+\.svelte|data/wbm/20.+\..+|site/src/(routes|figs).+\.(yaml|json)|changelog.md)$

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.6.0
rev: v9.7.0
hooks:
- id: eslint
types: [file]
Expand All @@ -71,15 +71,15 @@ repos:
- typescript-eslint

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.0
hooks:
- id: check-jsonschema
files: ^models/(.+)/\1.*\.yml$
args: [--schemafile, tests/model-schema.yml]
- id: check-github-actions

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.370
rev: v1.1.371
hooks:
- id: pyright
args: [--level, error]
18 changes: 17 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,25 @@

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

#### [v1.2.0](https://github.com/janosh/matbench-discovery/compare/v1.1.2...v1.2.0)

> 15 July 2024
- add SevenNet to Matbench Discovery leaderboard [`#112`](https://github.com/janosh/matbench-discovery/pull/112)
- Update mace description [`#113`](https://github.com/janosh/matbench-discovery/pull/113)
- Add new `/models/mace` page with formation energy and raw energy parity plots [`#111`](https://github.com/janosh/matbench-discovery/pull/111)
- Migrate `Key` enum to use `pymatviz.enums.Key` [`#110`](https://github.com/janosh/matbench-discovery/pull/110)
- Add MatterSim predictions [`#104`](https://github.com/janosh/matbench-discovery/pull/104)
- fix: CHGNet MPTrj training set now published and widely used. [`#107`](https://github.com/janosh/matbench-discovery/pull/107)
- Fix `figs/e-form-parity-models` showing convex hull distance instead of formation energy R² in subplot titles [`#106`](https://github.com/janosh/matbench-discovery/pull/106)
- fix: changes to wrenformer test script [`#105`](https://github.com/janosh/matbench-discovery/pull/105)
- refactor eda_mp_trj.py using pymatviz.plot_histogram [`b10e608`](https://github.com/janosh/matbench-discovery/commit/b10e608f5c0d3bec6f77097dcd84e5e2f11b4a58)
- make slurm_submit() time and account optional [`604cb04`](https://github.com/janosh/matbench-discovery/commit/604cb049d96548631e3493d357ecff93bdad79a3)
- fix dead links [`02b2657`](https://github.com/janosh/matbench-discovery/commit/02b2657cbb9feb810e8fce621c0eb5597816dd34)

#### [v1.1.2](https://github.com/janosh/matbench-discovery/compare/v1.1.1...v1.1.2)

> 15 May 2024
> 30 May 2024
- Add `pyright` pre-commit hook and fix possibly unbound variables [`#93`](https://github.com/janosh/matbench-discovery/pull/93)
- Fix landing page vs model page metrics mismatch [`#92`](https://github.com/janosh/matbench-discovery/pull/92)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "matbench-discovery"
version = "1.1.2"
version = "1.2.0"
description = "A benchmark for machine learning energy models on inorganic crystal stability prediction from unrelaxed structures"
authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }]
readme = "readme.md"
Expand Down

0 comments on commit 403c467

Please sign in to comment.