Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Dec 20, 2024
1 parent f377d95 commit f834b78
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
6 changes: 3 additions & 3 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.8.2
rev: v0.8.4
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -65,7 +65,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.16.0
rev: v9.17.0
hooks:
- id: eslint
types: [file]
Expand All @@ -80,7 +80,7 @@ repos:
- "@stylistic/eslint-plugin"

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.390
rev: v1.1.391
hooks:
- id: pyright

Expand Down
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

#### [v0.15.0](https://github.com/janosh/pymatviz/compare/v0.14.0...v0.15.0)

> 20 December 2024
- Multi-line `ptable_scatter_plotly` [`#260`](https://github.com/janosh/pymatviz/pull/260)
- Hetero-nuclear diatomics example with MACE [`#259`](https://github.com/janosh/pymatviz/pull/259)
- Add `ptable_scatter_plotly` [`#258`](https://github.com/janosh/pymatviz/pull/258)
- Remove `cumulative.py` and associated tests + assets [`#257`](https://github.com/janosh/pymatviz/pull/257)
- Support `phonopy` `TotalDos` and `BandStructure` in `phonon_dos` and `phonon_bands` plots [`#256`](https://github.com/janosh/pymatviz/pull/256)
- Add `brillouin_zone_3d` plot function [`#251`](https://github.com/janosh/pymatviz/pull/251)
- Add element color schemes `alloys` [`#255`](https://github.com/janosh/pymatviz/pull/255)
- delete pymatviz/classify/curves_matplotlib.py [`#254`](https://github.com/janosh/pymatviz/pull/254)
- `plotly` ROC and precision-recall curves [`#253`](https://github.com/janosh/pymatviz/pull/253)
- Add `pymatviz.classify.confusion_matrix` [`#252`](https://github.com/janosh/pymatviz/pull/252)
- Fix `phonon_bands` for band structures with different paths in k-space [`#250`](https://github.com/janosh/pymatviz/pull/250)
- keys.yml add more related to electronic, mechanical, thermal, and magnetic properties [`f377d95`](https://github.com/janosh/pymatviz/commit/f377d95aea1127f39108aa8a796f9fac13857d59)
- classify/curves_plotly.py show threshold on hover, add _add_no_skill_line helper [`77e765a`](https://github.com/janosh/pymatviz/commit/77e765a1b6fc44006e2b684e2a4a76f86f2b4c52)
- breaking: rename Key.cse to computed_structure_entry [`ab691bb`](https://github.com/janosh/pymatviz/commit/ab691bbfa9f42151a42bcc3a6b2e0a261820b8b6)
- test_brillouin_zone_3d_trace_counts [`44353aa`](https://github.com/janosh/pymatviz/commit/44353aa5c02259ab82b1d42e1ac3ac9e02ef5a18)

#### [v0.14.0](https://github.com/janosh/pymatviz/compare/v0.13.2...v0.14.0)

> 21 November 2024
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 = "pymatviz"
version = "0.14.0"
version = "0.15.0"
description = "A toolkit for visualizations in materials informatics"
authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }]
readme = "readme.md"
Expand Down

0 comments on commit f834b78

Please # to comment.