File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,28 @@ Fragment files in ``upcoming_changes/`` are assembled into this file by
1010
1111.. towncrier release notes start
1212
13+ 0.7.1 (2026-08-02)
14+ ==================
15+
16+ Bug Fixes
17+ ---------
18+
19+ - Fixed ``save_html `` / ``to_html `` / ``figure_state `` dropping image pixels
20+ under the Electron binary transport: the snapshot kept the ``"\x00bin:" ``
21+ change-tokens whose bytes only ever ride the live PLOTBIN channel, so an
22+ overlay added with :meth: `~anyplotlib.Plot2D.add_layer ` did not render in the
23+ exported document. (`#52 <https://github.com/CSSFrancis/anyplotlib/pull/52 >`_)
24+
25+
26+ Documentation
27+ -------------
28+
29+ - Fixed the documentation build failing on
30+ :class: `~anyplotlib.keys.KeyOverlay `, whose ``id `` and ``name `` were described
31+ both in the class docstring and by the properties themselves — a duplicate
32+ object description, which the build treats as an error. (`#53 <https://github.com/CSSFrancis/anyplotlib/pull/53 >`_)
33+
34+
13350.7.0 (2026-07-31)
1436==================
1537
Original file line number Diff line number Diff line change 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.7.0 / " />
8- < link rel ="canonical " href ="v0.7.0 / " />
7+ < meta http-equiv ="refresh " content ="0; url=v0.7.1 / " />
8+ < link rel ="canonical " href ="v0.7.1 / " />
99 </ head >
1010 < body >
1111 < p >
12- Redirecting to < a href ="v0.7.0 / "> v0.7.0 documentation</ a > …
12+ Redirecting to < a href ="v0.7.1 / "> v0.7.1 documentation</ a > …
1313 </ p >
1414 </ body >
1515</ html >
Original file line number Diff line number Diff line change 44 "version" : " dev" ,
55 "url" : " https://cssfrancis.github.io/anyplotlib/dev/"
66 },
7+ {
8+ "name" : " v0.7.1 (stable)" ,
9+ "version" : " v0.7.1" ,
10+ "url" : " https://cssfrancis.github.io/anyplotlib/v0.7.1/"
11+ },
712 {
813 "name" : " v0.7.0 (stable)" ,
914 "version" : " v0.7.0" ,
Original file line number Diff line number Diff line change 1717project = "anyplotlib"
1818copyright = "2026, anyplotlib contributors"
1919author = "anyplotlib contributors"
20- release = "0.7.0 "
20+ release = "0.7.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.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exclude = [
1313
1414[project ]
1515name = " anyplotlib"
16- version = " 0.7.0 "
16+ version = " 0.7.1 "
1717description = " A plotting library using python, javascript and anywidget for performant in browser plotting."
1818readme = " README.md"
1919license = { text = " MIT" }
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments