Skip to content

Commit 33bea90

Browse files
authored
Merge pull request #77 from CSSFrancis/release/v0.10.1
Release v0.10.1
2 parents de81f89 + ec1e0b4 commit 33bea90

7 files changed

Lines changed: 25 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ Fragment files in ``upcoming_changes/`` are assembled into this file by
1010

1111
.. towncrier release notes start
1212
13+
0.10.1 (2026-09-17)
14+
===================
15+
16+
New Features
17+
------------
18+
19+
- A page embedding a figure in an iframe can post ``{type: 'anyplotlib_host', savesPng: true}`` to say it saves exported PNGs itself; the figure's "Save PNG…" then only sends the image to the host, without the in-figure "Save image as…" preview or the "Save as… (choose folder)" entry. (`#78 <https://github.com/CSSFrancis/anyplotlib/pull/78>`_)
20+
21+
22+
Bug Fixes
23+
---------
24+
25+
- Zooming or panning a coordinate axis no longer blanks an :meth:`~anyplotlib.plotxy.PlotXY.add_raster` image, and every marker drawn after it, until the next update from Python. (`#76 <https://github.com/CSSFrancis/anyplotlib/pull/76>`_)
26+
27+
1328
0.10.0 (2026-09-14)
1429
===================
1530

docs/_root/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8" />
55
<title>anyplotlib – redirecting…</title>
66
<!-- Redirect to the latest dev docs. -->
7-
<meta http-equiv="refresh" content="0; url=v0.10.0/" />
8-
<link rel="canonical" href="v0.10.0/" />
7+
<meta http-equiv="refresh" content="0; url=v0.10.1/" />
8+
<link rel="canonical" href="v0.10.1/" />
99
</head>
1010
<body>
1111
<p>
12-
Redirecting to <a href="v0.10.0/">v0.10.0 documentation</a>
12+
Redirecting to <a href="v0.10.1/">v0.10.1 documentation</a>
1313
</p>
1414
</body>
1515
</html>

docs/_root/switcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "dev",
55
"url": "https://cssfrancis.github.io/anyplotlib/dev/"
66
},
7+
{
8+
"name": "v0.10.1 (stable)",
9+
"version": "v0.10.1",
10+
"url": "https://cssfrancis.github.io/anyplotlib/v0.10.1/"
11+
},
712
{
813
"name": "v0.10.0 (stable)",
914
"version": "v0.10.0",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
project = "anyplotlib"
1818
copyright = "2026, anyplotlib contributors"
1919
author = "anyplotlib contributors"
20-
release = "0.10.0"
20+
release = "0.10.1"
2121

2222
# When built in CI the workflow sets DOCS_VERSION to the tag name (e.g.
2323
# "v0.1.0") or "dev". Fall back to "dev" for local builds.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [
1313

1414
[project]
1515
name = "anyplotlib"
16-
version = "0.10.0"
16+
version = "0.10.1"
1717
description = "A plotting library using python, javascript and anywidget for performant in browser plotting."
1818
readme = "README.md"
1919
license = { text = "MIT" }

upcoming_changes/76.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

upcoming_changes/78.new_feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)