Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jul 31, 2024
1 parent a2b5864 commit 80bb565
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ changelog:
labels: [breaking]
- title: 🎉 New Features
labels: [feature]
- title: 🐛 Bug Fixes
labels: [fix]
- title: 🛠 Enhancements
labels: [enhancement, DX, UX]
- title: 🐛 Bug Fixes
labels: [fix]
- title: 📖 Documentation
labels: [docs]
- title: 🧹 House-Keeping
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

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

> 31 July 2024
- `density_scatter_plotly` QoL tweaks [`#190`](https://github.com/janosh/pymatviz/pull/190)
- Breaking: drop `plot_` prefix from multiple functions [`#189`](https://github.com/janosh/pymatviz/pull/189)
- Add protostructure terminology to enum [`#185`](https://github.com/janosh/pymatviz/pull/185)
- Update the function names for wren utils given breaking changes in Aviary [`#182`](https://github.com/janosh/pymatviz/pull/182)
- [Breaking] Refactor ptable heatmap plotter [`#157`](https://github.com/janosh/pymatviz/pull/157)

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

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

0 comments on commit 80bb565

Please sign in to comment.