Skip to content

Commit 42dcd32

Browse files
committed
Add UAT for notebook backends, remove contact numfocus
1 parent 7ee5fa7 commit 42dcd32

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/devel/release_guide.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ In addition the following test should be run and manually inspected::
7575

7676
python tools/memleak.py agg 1000 agg.pdf
7777

78+
Run the User Acceptance Tests for the NBAgg and ipympl backends::
79+
80+
jupyter notebook lib/matplotlib/backends/web_backend/nbagg_uat.ipynb
81+
82+
For ipympl, restart the kernel, add a cell for ``%matplotlib widget`` and do
83+
not run the cell with ``matplotlib.use('nbagg')``. Tests which check
84+
``connection_info``, use ``reshow``, or test the OO interfeace are not expected
85+
to work for ``ipympl``.
7886

7987
.. _release_ghstats:
8088

@@ -458,8 +466,7 @@ version of the release notes along with acknowledgments should be sent to
458466
- matplotlib-announce@python.org
459467

460468
In addition, announcements should be made on social networks (e.g., Twitter via the
461-
``@matplotlib`` account, any other via personal accounts). `NumFOCUS
462-
<https://numfocus.org/>`__ should be contacted for inclusion in their newsletter.
469+
``@matplotlib`` account, any other via personal accounts).
463470

464471

465472
Conda packages

0 commit comments

Comments
 (0)