Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Aug 18, 2024
1 parent f4f8a30 commit 4cc2be5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

#### [v0.10.1](https://github.com/janosh/pymatviz/compare/v0.10.0...v0.10.1)

> 18 August 2024
- Self-import refactor [`#194`](https://github.com/janosh/pymatviz/pull/194)
- Fix `svgo` workflow for ptable scatter plots [`#187`](https://github.com/janosh/pymatviz/pull/187)
- `density_scatter_plotly` add kwarg `facet_col: str | None = None` [`#193`](https://github.com/janosh/pymatviz/pull/193)
- `bin_df_cols` leave input df unchanged [`#192`](https://github.com/janosh/pymatviz/pull/192)
- Re-export all submodules/subpackages from `pymatviz.__init__.py` [`#191`](https://github.com/janosh/pymatviz/pull/191)
- fix missing jinja2 dep at import time [`fb6c9df`](https://github.com/janosh/pymatviz/commit/fb6c9df42e4d40cccca305ca406f8a9975a27a78)

#### [v0.10.0](https://github.com/janosh/pymatviz/compare/v0.9.3...v0.10.0)

> 31 July 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.10.0"
version = "0.10.1"
description = "A toolkit for visualizations in materials informatics"
authors = [{ name = "Janosh Riebesell", email = "[email protected]" }]
readme = "readme.md"
Expand Down

0 comments on commit 4cc2be5

Please sign in to comment.