Skip to content

Commit 91c8428

Browse files
committed
v0.14.0
1 parent 77cd314 commit 91c8428

File tree

4 files changed

+33
-16
lines changed

4 files changed

+33
-16
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ci:
22
autoupdate_schedule: quarterly
3-
skip: [pyright]
3+
skip: [pyright, eslint]
44

55
default_stages: [pre-commit]
66

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
#### [v0.14.0](https://github.com/janosh/pymatviz/compare/v0.13.2...v0.14.0)
6+
7+
> 21 November 2024
8+
9+
- [Breaking] Split `utils` into sub-modules, move `typing` from `utils` to root (`pmv.typing`) [`#248`](https://github.com/janosh/pymatviz/pull/248)
10+
- `phonon_bands` enable custom acoustic/optical bands [`#249`](https://github.com/janosh/pymatviz/pull/249)
11+
- Split `make_assets` scripts by plot functions [`#247`](https://github.com/janosh/pymatviz/pull/247)
12+
- `ptable_heatmap_splits_plotly` [`#246`](https://github.com/janosh/pymatviz/pull/246)
13+
- Better `ptable_hists_plotly` defaults [`#244`](https://github.com/janosh/pymatviz/pull/244)
14+
- Add `ptable_hists_plotly` [`#243`](https://github.com/janosh/pymatviz/pull/243)
15+
- Enhance warning message for default return type change of `ptable_heatmap` [`#240`](https://github.com/janosh/pymatviz/pull/240)
16+
- add @stylistic/eslint-plugin to fix eslint commit hook (closes https://github.com/janosh/pymatviz/issues/197) [`#197`](https://github.com/janosh/pymatviz/issues/197)
17+
- add coordination_nums_in_structure in pymatviz/coordination/helpers.py [`bd54679`](https://github.com/janosh/pymatviz/commit/bd54679c17c6c137949a162dce25770587ebe200)
18+
- ptable_hists_plotly add x_axis_kwargs: dict[str, Any] | None = None to tweak x ticks and allow annotations renamed to be callable [`6a6faad`](https://github.com/janosh/pymatviz/commit/6a6faadeb2b5d5a8be9d8e6f4383f122c7e5373d)
19+
- sankey_from_2_df_cols add kwarg annotate_columns: bool | dict = True [`eed306a`](https://github.com/janosh/pymatviz/commit/eed306a621e32584064f62be37aa7a1cd2db50a4)
20+
- new/renamed Key attributes n_structs, n_materials, n_molecules, n_samples, n_configs [`786a666`](https://github.com/janosh/pymatviz/commit/786a6667585b40b583e816bae7b857294418a735)
21+
522
#### [v0.13.2](https://github.com/janosh/pymatviz/compare/v0.13.1...v0.13.2)
623

724
> 3 November 2024

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymatviz"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
description = "A toolkit for visualizations in materials informatics"
55
authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }]
66
readme = "readme.md"

site/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,35 @@
1616
},
1717
"devDependencies": {
1818
"@iconify/svelte": "^4.0.2",
19-
"@sveltejs/adapter-static": "^3.0.5",
20-
"@sveltejs/kit": "^2.7.1",
21-
"@sveltejs/vite-plugin-svelte": "^3.1.2",
22-
"@stylistic/eslint-plugin": "^2.10.1",
23-
"eslint": "^9.12.0",
24-
"eslint-plugin-svelte": "^2.44.1",
19+
"@stylistic/eslint-plugin": "^2.11.0",
20+
"@sveltejs/adapter-static": "^3.0.6",
21+
"@sveltejs/kit": "^2.8.1",
22+
"@sveltejs/vite-plugin-svelte": "^4.0.1",
23+
"eslint": "^9.15.0",
24+
"eslint-plugin-svelte": "^2.46.0",
2525
"hastscript": "^9.0.0",
2626
"highlight.js": "^11.10.0",
2727
"mdsvex": "^0.12.3",
2828
"prettier": "^3.3.3",
29-
"prettier-plugin-svelte": "^3.2.7",
29+
"prettier-plugin-svelte": "^3.2.8",
3030
"rehype-autolink-headings": "^7.1.0",
3131
"rehype-slug": "^6.0.0",
3232
"rehype-starry-night": "^2.2.0",
3333
"rehype-stringify": "^10.0.1",
3434
"remark-parse": "^11.0.0",
3535
"remark-rehype": "^11.1.1",
36-
"svelte": "^4.2.19",
37-
"svelte-check": "^4.0.5",
38-
"svelte-multiselect": "^10.3.0",
36+
"svelte": "^5.2.4",
37+
"svelte-check": "^4.0.9",
38+
"svelte-multiselect": "11.0.0-rc.1",
3939
"svelte-preprocess": "^6.0.3",
4040
"svelte-toc": "^0.5.9",
4141
"svelte-zoo": "0.4.13",
42-
"svelte2tsx": "^0.7.22",
43-
"tslib": "^2.8.0",
42+
"svelte2tsx": "^0.7.26",
43+
"tslib": "^2.8.1",
4444
"typescript": "^5.6.3",
45-
"typescript-eslint": "^8.9.0",
45+
"typescript-eslint": "^8.15.0",
4646
"unified": "^11.0.5",
47-
"vite": "^5.4.9"
47+
"vite": "^5.4.11"
4848
},
4949
"prettier": {
5050
"semi": false,

0 commit comments

Comments
 (0)