Skip to content

Commit 54d4eac

Browse files
committed
v0.17.3
1 parent 1d5c5e9 commit 54d4eac

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [v0.17.3](https://github.com/janosh/pymatviz/compare/v0.17.2...v0.17.3)
4+
5+
> 7 November 2025
6+
7+
### 💥 Breaking Changes
8+
9+
- Remove `density_scatter` alias `density_scatter_plotly` by @janosh in https://github.com/janosh/pymatviz/pull/323
10+
11+
### 🐛 Bug Fixes
12+
13+
- Fix widget arg names by @janosh in https://github.com/janosh/pymatviz/pull/322
14+
- Handle disordered structures in `coordination_vs_cutoff_line` by @janosh in https://github.com/janosh/pymatviz/pull/326
15+
16+
### 🏷️ Type Hints
17+
18+
- Remove unused type ignores by @janosh in https://github.com/janosh/pymatviz/pull/328
19+
320
## [v0.17.2](https://github.com/janosh/pymatviz/compare/v0.17.1...v0.17.2)
421

522
> 14 August 2025

pymatviz/widgets/web/deno.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"lib": ["dom", "esnext"]
4848
},
4949
"imports": {
50-
"@sveltejs/vite-plugin-svelte": "npm:@sveltejs/vite-plugin-svelte@^6.1.4",
50+
"@sveltejs/vite-plugin-svelte": "npm:@sveltejs/vite-plugin-svelte@^6.2.1",
5151
"anywidget": "npm:anywidget@^0.9.18",
52-
"svelte": "npm:svelte@^5.38.7",
53-
"matterviz": "npm:matterviz@^0.1.10"
52+
"svelte": "npm:svelte@^5.43.4",
53+
"matterviz": "npm:matterviz@^0.1.14"
5454
},
5555
"nodeModulesDir": "auto"
5656
}

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymatviz"
3-
version = "0.17.2"
3+
version = "0.17.3"
44
description = "A toolkit for visualizations in materials informatics"
55
authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }]
66
readme = "readme.md"
@@ -25,14 +25,14 @@ urls = { Homepage = "https://github.com/janosh/pymatviz" }
2525
requires-python = ">=3.11"
2626
dependencies = [
2727
"anywidget>=0.9.18",
28-
"kaleido>=1.0.0",
28+
"kaleido>=1.2.0",
2929
"moyopy[interface]>=0.7.1",
3030
"nbformat>=5.10",
3131
"numpy>=2",
3232
"pandas[output-formatting,xml]>=2.2", # output-formatting needed for pandas Stylers,
3333
# see https://github.com/pandas-dev/pandas/blob/-/pyproject.toml
34-
"plotly>=6",
35-
"pymatgen>=2025.2.18",
34+
"plotly>=6.4",
35+
"pymatgen>=2025.10.7",
3636
"pyyaml>=6",
3737
"scikit-learn>=1.5",
3838
"scipy>=1.14",
@@ -130,4 +130,4 @@ docstring-code-format = true
130130
]
131131

132132
[dependency-groups]
133-
dev = ["pre-commit>=4.3.0", "ty>=0.0.1a21"]
133+
dev = ["prek>=0.2.13", "ty>=0.0.1a25"]

0 commit comments

Comments
 (0)