Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed May 11, 2024
1 parent 01d16b4 commit 1e18a78
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

#### [v0.8.2](https://github.com/janosh/pymatviz/compare/v0.8.1...v0.8.2)

> 11 May 2024
- Add `pymatviz/enums.py` for SSOT on dataframe column and dict key names [`#143`](https://github.com/janosh/pymatviz/pull/143)
- Add keyword `hide_f_block: bool = None` (La and Ac series) to `ptable` plotters [`#140`](https://github.com/janosh/pymatviz/pull/140)
- Remove text background and fix z-order in `structure_viz` [`#139`](https://github.com/janosh/pymatviz/pull/139)
- Refactor `ptable` plotters and add `ptable_heatmap` with diagonally-split tiles [`#131`](https://github.com/janosh/pymatviz/pull/131)
- Migrate to flat `eslint` config file [`#137`](https://github.com/janosh/pymatviz/pull/137)
- Copy color options for element types from `ptable_plots` to `ptable_hists` [`#129`](https://github.com/janosh/pymatviz/pull/129)
- MACE-MP pair repulsion curves [`#127`](https://github.com/janosh/pymatviz/pull/127)
- Add `validate_fig` decorator utility [`#126`](https://github.com/janosh/pymatviz/pull/126)
- `add_best_fit_line()` power-up [`#125`](https://github.com/janosh/pymatviz/pull/125)
- `plot_phonon_bands()` add kwargs `branch_mode: "union" | "intersection" = "union"` and `branches: Sequence[str] = ()` [`#124`](https://github.com/janosh/pymatviz/pull/124)
- breaking: rename fmt_spec keyword to fmt in si_fmt() for code base consistency [`4d3091e`](https://github.com/janosh/pymatviz/commit/4d3091edb209621c2dcc0d299f34a1b039fea8de)
- add decimal_threshold: float = 0.01 to si_fmt() [`6ecf68a`](https://github.com/janosh/pymatviz/commit/6ecf68a5f449d8c6b93a16c553d6233433612948)
- fix docs build error and address bullet point 3 in #138 [`492cd53`](https://github.com/janosh/pymatviz/commit/492cd5301f9b241291a49f24a4d8adbbd50ae5c6)
- update bibtex citation author list [`aa132d9`](https://github.com/janosh/pymatviz/commit/aa132d92f28ec76a22b7bfe180dc97317592dd37)

#### [v0.8.1](https://github.com/janosh/pymatviz/compare/v0.8.0...v0.8.1)

> 11 February 2024
Expand Down
2 changes: 1 addition & 1 deletion citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ repository-code: https://github.com/janosh/pymatviz
type: software
url: https://github.com/janosh/pymatviz
doi: 10.5281/zenodo.7486816
version: 0.8.1 # replace with whatever version you use
version: 0.8.2 # replace with whatever version you use
date-released: 2022-10-08
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pymatviz"
version = "0.8.1"
version = "0.8.2"
description = "A toolkit for visualizations in materials informatics"
authors = [{ name = "Janosh Riebesell", email = "[email protected]" }]
readme = "readme.md"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ See [`citation.cff`](citation.cff) or cite the [Zenodo record](https://zenodo.or
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.8.1}, % replace with the version you use
version = {0.8.2}, % replace with the version you use
}
```

0 comments on commit 1e18a78

Please sign in to comment.