Skip to content

Commit aaa7aa1

Browse files
committed
v0.8.3
1 parent 7b285aa commit aaa7aa1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
#### [v0.8.3](https://github.com/janosh/pymatviz/compare/v0.8.2...v0.8.3)
6+
7+
> 30 May 2024
8+
9+
- Fix `PTableProjector.hide_f_block` property [`#154`](https://github.com/janosh/pymatviz/pull/154)
10+
- Handle missing value (NaN) and infinity for ptable data [`#152`](https://github.com/janosh/pymatviz/pull/152)
11+
- [Enhancement/Breaking] Refactor `ptable_hists` [`#149`](https://github.com/janosh/pymatviz/pull/149)
12+
- Add keyword `log: bool = False` to `spacegroup_hist` to log scale y-axis [`#148`](https://github.com/janosh/pymatviz/pull/148)
13+
- MatPES EDA script [`#147`](https://github.com/janosh/pymatviz/pull/147)
14+
- Fix `ptable_heatmap_splits` `TypeErrors` [`#146`](https://github.com/janosh/pymatviz/pull/146)
15+
- Add `mlff_phonons.ipynb` example notebook [`#144`](https://github.com/janosh/pymatviz/pull/144)
16+
- split examples/_generate_assets.py by pymatviz module whose plot functions are made assets for [`ef3f066`](https://github.com/janosh/pymatviz/commit/ef3f066a4d80589a724d552903a54da1edeb6164)
17+
- show ptable-heatmap-splits-3 in readme [`1be63ea`](https://github.com/janosh/pymatviz/commit/1be63eadd824fb726d507ff13bbfaf73538e9c98)
18+
- fix docs build: ParseError: Unexpected character '“' [`fbb2c8f`](https://github.com/janosh/pymatviz/commit/fbb2c8f67d483b48d6adfd768f80717c98e74061)
19+
520
#### [v0.8.2](https://github.com/janosh/pymatviz/compare/v0.8.1...v0.8.2)
621

722
> 11 May 2024

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymatviz"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "A toolkit for visualizations in materials informatics"
55
authors = [{ name = "Janosh Riebesell", email = "[email protected]" }]
66
readme = "readme.md"

0 commit comments

Comments
 (0)