File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,14 @@ In addition the following test should be run and manually inspected::
75
75
76
76
python tools/memleak.py agg 1000 agg.pdf
77
77
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 ``.
78
86
79
87
.. _release_ghstats :
80
88
@@ -458,8 +466,7 @@ version of the release notes along with acknowledgments should be sent to
458
466
459
467
460
468
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).
463
470
464
471
465
472
Conda packages
You can’t perform that action at this time.
0 commit comments