Skip to content

Commit a0a9ceb

Browse files
committed
new version 0.2.1 → 0.3.0
1 parent 5f79107 commit a0a9ceb

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG

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

3+
## `v0.3.0` — [2025-10-29]
4+
5+
- updated notebook [[5f79107](https://github.com/floRaths/spaceplot/commit/5f79107)]
6+
- deprecated old layout api [[7278b55](https://github.com/floRaths/spaceplot/commit/7278b55)]
7+
- restructred viz settings [[9c44b85](https://github.com/floRaths/spaceplot/commit/9c44b85)]
8+
- updated notebook [[a5f0006](https://github.com/floRaths/spaceplot/commit/a5f0006)]
9+
- added layout_v2 to sp. namespace [[f0fa7ca](https://github.com/floRaths/spaceplot/commit/f0fa7ca)]
10+
- initial pass on new layout api [[cee7f1d](https://github.com/floRaths/spaceplot/commit/cee7f1d)]
11+
- fix: str titles being iterated [[4745cc6](https://github.com/floRaths/spaceplot/commit/4745cc6)]
12+
313
## `v0.2.1` — [2025-10-22]
414

515
- include resources in package [[7ce332a](https://github.com/floRaths/spaceplot/commit/7ce332a)]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include-package-data = true
1919

2020
[project]
2121
name = "mpl-spaceplot"
22-
version = "0.2.1"
22+
version = "0.3.0"
2323
description = "layout wrappers for matplotlib"
2424
keywords = ["matplotlib", "plotting", "wrappers"]
2525
classifiers = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)