Skip to content

Commit

Permalink
update bibtex citation author list
Browse files Browse the repository at this point in the history
bump ruff + auto fixes
  • Loading branch information
janosh committed Mar 12, 2024
1 parent 4d3091e commit aa132d9
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.2
hooks:
- id: ruff
args: [--fix]
Expand All @@ -16,13 +16,13 @@ repos:
types_or: [python, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: [types-requests]

- repo: https://github.com/janosh/format-ipy-cells
rev: v0.1.10
rev: v0.1.11
hooks:
- id: format-ipy-cells

Expand Down Expand Up @@ -72,7 +72,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.0.0-beta.1
rev: v9.0.0-beta.2
hooks:
- id: eslint
types: [file]
Expand All @@ -88,6 +88,6 @@ repos:
- svelte-eslint-parser

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.352
rev: v1.1.353
hooks:
- id: pyright
2 changes: 1 addition & 1 deletion citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ repository-code: https://github.com/janosh/pymatviz
type: software
url: https://github.com/janosh/pymatviz
doi: 10.5281/zenodo.7486816
version: 0.5.1 # replace with whatever version you use
version: 0.8.1 # replace with whatever version you use
date-released: 2022-10-08
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
https://hackingmaterials.lbl.gov/matminer/dataset_summary.html
"""


# %%
import matplotlib.pyplot as plt
from matminer.datasets import load_dataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
campaigns by chemical system.
"""


# %%
import os

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
https://ml.materialsproject.org/projects/matbench_dielectric
"""


# %%
df_diel = load_dataset("matbench_dielectric")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
https://ml.materialsproject.org/projects/matbench_expt_gap
"""


# %%
df_gap = load_dataset("matbench_expt_gap")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
https://ml.materialsproject.org/projects/matbench_jdft2d
"""


# %%
df_2d = load_dataset("matbench_jdft2d")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
https://ml.materialsproject.org/projects/matbench_log_kvrh
"""


# %%
from time import perf_counter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
https://ml.materialsproject.org/projects/matbench_mp_e_form
"""


# %%
df_e_form = load_dataset("matbench_mp_e_form")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
https://ml.materialsproject.org/projects/matbench_mp_gap
"""


# %%
df_gap = load_dataset("matbench_mp_gap")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
https://ml.materialsproject.org/projects/matbench_perovskites
"""


# %%
df_perov = load_dataset("matbench_perovskites")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
https://ml.materialsproject.org/projects/matbench_phonons
"""


# %%
import matplotlib.pyplot as plt
from matminer.datasets import load_dataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
https://ml.materialsproject.org/projects/matbench_steels
"""


# %%
import matplotlib.pyplot as plt
from matminer.datasets import load_dataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Unprocessed data in data/carrier_transport.json.gz obtained from https://git.io/JOMwY.
"""


# %%
df_carrier = load_dataset("ricci_boltztrap_mp_tabular")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
https://hackingmaterials.lbl.gov/matminer/dataset_summary.html#ricci-boltztrap-mp-tabular.
"""


# %%
import matplotlib.pyplot as plt
from matminer.datasets import load_dataset
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ See [`citation.cff`](citation.cff) or cite the [Zenodo record](https://zenodo.or
```bib
@software{riebesell_pymatviz_2022,
title = {Pymatviz: visualization toolkit for materials informatics},
author = {Riebesell, Janosh},
author = {Riebesell, Janosh and Goodall, Rhys and Baird, Sterling G.},
date = {2022-10-01},
year = {2022},
doi = {10.5281/zenodo.7486816},
url = {https://github.com/janosh/pymatviz},
note = {10.5281/zenodo.7486816 - https://github.com/janosh/pymatviz},
urldate = {2023-01-01}, % optional, replace with your date of access
version = {0.7.1}, % replace with the version you use
version = {0.8.1}, % replace with the version you use
}
```

0 comments on commit aa132d9

Please sign in to comment.