diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec740d56..fe8c3733 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,20 @@ Fragment files in ``upcoming_changes/`` are assembled into this file by .. towncrier release notes start +0.7.3 (2026-08-13) +================== + +New Features +------------ + +- ``Plot2D.add_circle_widget`` gains ``lock_center``: the centre is pinned and + only the radius is draggable. A grab on the ring body is refused at hit-test + time and falls through to the plot's own pan, so the hover cursor never + promises a move and the centre cannot drift. Use it when the centre is fixed by + the data — a ring on a power spectrum is centred on the DC term, and one nudged + off-centre silently corrupts every radius measured from it. + + 0.7.2 (2026-08-03) ================== diff --git a/docs/_root/index.html b/docs/_root/index.html index 5e1cad22..47cd9cdd 100644 --- a/docs/_root/index.html +++ b/docs/_root/index.html @@ -4,12 +4,12 @@
- Redirecting to v0.7.2 documentation… + Redirecting to v0.7.3 documentation…