diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a9bc8ef..ec740d56 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,24 @@ Fragment files in ``upcoming_changes/`` are assembled into this file by .. towncrier release notes start +0.7.2 (2026-08-03) +================== + +Bug Fixes +--------- + +- ``Plot2D.set_overlay_mask`` now works in TILE mode. The renderer sizes the mask + against ``base_width || image_width`` -- the tile overview grid -- but tile mode + sets ``image_width`` to the full native frame, so the shape check accepted only + the one shape the renderer silently discards (``maskCache = null``, no error) and + rejected the one that actually renders. On a 4096x4096 tiled plot neither a + 1024x1024 nor a 4096x4096 mask could be drawn: the first raised ``ValueError``, + the second encoded 22.4 MB the renderer dropped. Both shapes are now accepted and + a full-resolution mask is reduced to the overview grid with a block ANY -- never + a subsample, so an object a few pixels across cannot vanish into a skipped + sample. + + 0.7.1 (2026-08-02) ================== diff --git a/docs/_root/index.html b/docs/_root/index.html index dd7a0ea5..5e1cad22 100644 --- a/docs/_root/index.html +++ b/docs/_root/index.html @@ -4,12 +4,12 @@
- Redirecting to v0.7.1 documentation… + Redirecting to v0.7.2 documentation…