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,20 @@ Fragment files in ``upcoming_changes/`` are assembled into this file by
1010
1111.. towncrier release notes start
1212
13+ 0.7.3 (2026-08-13)
14+ ==================
15+
16+ New Features
17+ ------------
18+
19+ - ``Plot2D.add_circle_widget `` gains ``lock_center ``: the centre is pinned and
20+ only the radius is draggable. A grab on the ring body is refused at hit-test
21+ time and falls through to the plot's own pan, so the hover cursor never
22+ promises a move and the centre cannot drift. Use it when the centre is fixed by
23+ the data — a ring on a power spectrum is centred on the DC term, and one nudged
24+ off-centre silently corrupts every radius measured from it.
25+
26+
13270.7.2 (2026-08-03)
1428==================
1529
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.2 / " />
8- < link rel ="canonical " href ="v0.7.2 / " />
7+ < meta http-equiv ="refresh " content ="0; url=v0.7.3 / " />
8+ < link rel ="canonical " href ="v0.7.3 / " />
99 </ head >
1010 < body >
1111 < p >
12- Redirecting to < a href ="v0.7.2 / "> v0.7.2 documentation</ a > …
12+ Redirecting to < a href ="v0.7.3 / "> v0.7.3 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.3 (stable)" ,
9+ "version" : " v0.7.3" ,
10+ "url" : " https://cssfrancis.github.io/anyplotlib/v0.7.3/"
11+ },
712 {
813 "name" : " v0.7.2 (stable)" ,
914 "version" : " v0.7.2" ,
Original file line number Diff line number Diff line change 1717project = "anyplotlib"
1818copyright = "2026, anyplotlib contributors"
1919author = "anyplotlib contributors"
20- release = "0.7.2 "
20+ release = "0.7.3 "
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.2 "
16+ version = " 0.7.3 "
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.
You can’t perform that action at this time.
0 commit comments