@@ -26,13 +26,15 @@ New Features
2626 and supporting all plot types (:meth: `~anyplotlib.Axes.imshow `,
2727 :meth: `~anyplotlib.Axes.plot `, :meth: `~anyplotlib.Axes.pcolormesh `, etc.)
2828 as well as interactive minimise, maximise, and restore states. (`#6 <https://github.com/CSSFrancis/anyplotlib/pull/6 >`_)
29- - * Added ``anyplotlib.sphinx_anywidget `` Sphinx extension for interactive,
30- Pyodide-powered figures in documentation (``.. anywidget-figure:: `` directive,
31- automatic wheel building, Sphinx Gallery integration).
29+ - Added ``anyplotlib.sphinx_anywidget `` Sphinx extension for interactive,
30+ Pyodide-powered figures in documentation (``.. anywidget-figure:: `` directive,
31+ automatic wheel building, Sphinx Gallery integration), plus several supporting
32+ improvements (`#9 <https://github.com/CSSFrancis/anyplotlib/pull/9 >`_):
33+
3234 * Improved widget–parent page postMessage communication bridge.
3335 * Made colormap LUT construction more robust against unknown colormap names.
3436 * Subplot panels now use deterministic IDs.
35- * Added end-to-end test for the Playwright thumbnail scraper. (` #9 < https://github.com/CSSFrancis/anyplotlib/pull/9 >`_)
37+ * Added an end-to-end test for the Playwright thumbnail scraper.
3638- 3-D ``scatter3d `` and ``voxels `` now render on the GPU via WebGPU when
3739 available, as a transparent progressive enhancement: a ``gpu="auto" `` kwarg
3840 (default) uses instanced WebGPU rendering above ~20k points / ~8k voxels and
0 commit comments