You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
These lists are automatically generated, and may be incomplete or contain duplicates.
9
9
10
-
We closed12 issues and merged54 pull requests.
10
+
We closed11 issues and merged52 pull requests.
11
11
The full list can be seen `on GitHub<https://github.com/matplotlib/matplotlib/milestone/49?closed=1>`__
12
12
and `on GitHub<https://github.com/matplotlib/matplotlib/milestone/51?closed=1>`__
13
13
14
-
The following13 authors contributed158 commits.
14
+
The following12 authors contributed154 commits.
15
15
16
16
* Amy Roberts
17
17
* Antony Lee
@@ -23,13 +23,12 @@ The following 13 authors contributed 158 commits.
23
23
* MarcoGorelli
24
24
* Maximilian Nöthe
25
25
* Sandro Tosi
26
-
* terrycojones
27
26
* Thomas A Caswell
28
27
* Tim Hoffmann
29
28
30
29
GitHub issues and pull requests:
31
30
32
-
Pull Requests (54):
31
+
Pull Requests (52):
33
32
34
33
*:ghpull:`15199`: MNT/TST: generalize check_figures_equal to work with pytest.marks
35
34
*:ghpull:`15685`: Avoid a RuntimeError at animation shutdown with PySide2.
@@ -49,13 +48,11 @@ Pull Requests (54):
49
48
*:ghpull:`16690`: Backport PR #16682 on branch v3.2.x (Avoid floating point rounding causing bezier.get_parallels to fail)
50
49
*:ghpull:`16693`: TST: use pytest name in naming files for check_figures_equal
51
50
*:ghpull:`16695`: Restart pgf's latex instance after bad latex inputs.
52
-
*:ghpull:`16703`: Use ASCII hyphen in README.rst to prevent setup.py from raising UnicodeDecodeError when reading that file to set long_description
53
51
*:ghpull:`16705`: Backport PR #16656 on branch v3.2.x (Make test_imagegrid_cbar_mode_edge less flaky.)
54
52
*:ghpull:`16708`: Backport PR #16671: Fix some readme bits
55
53
*:ghpull:`16709`: Fix saving PNGs to file objects in some places
56
54
*:ghpull:`16722`: Deprecate rcParams["datapath"] in favor of mpl.get_data_path().
57
55
*:ghpull:`16725`: TST/CI: also try to run test_user_fonts_win32 on azure
58
-
*:ghpull:`16732`: Fix pgf+bbox_inches=tight combo
59
56
*:ghpull:`16734`: Disable draw_foo methods on renderer used to estimate tight extents.
60
57
*:ghpull:`16735`: Make test_stem less flaky.
61
58
*:ghpull:`16736`: xpdf: Set AutoRotatePages to None, not false.
@@ -86,7 +83,7 @@ Pull Requests (54):
86
83
*:ghpull:`16806`: Backport PR #16803 on branch v3.2.0-doc (Fix some doc issues)
87
84
*:ghpull:`16809`: Backport PR #16779 on branch v3.2.0-doc (Documentation: make instructions for documentation contributions easier to find, add to requirements for building docs)
88
85
89
-
Issues (12):
86
+
Issues (11):
90
87
91
88
*:ghissue:`12820`: [Annotations] ValueError: lines do not intersect when computing tight bounding box containing arrow with filled paths
92
89
*:ghissue:`16538`: xpdf distiller seems broken
@@ -97,7 +94,6 @@ Issues (12):
97
94
*:ghissue:`16704`: 3.2.0: ``setup.py clean`` fails with ``NameError: name 'long_description' is not defined``
98
95
*:ghissue:`16721`: nbAgg backend does not allow saving figures as png
99
96
*:ghissue:`16731`: PGF backend + savefig.bbox results in I/O error in 3.2
100
-
*:ghissue:`16739`: a length check fails (_axes.py @ 4386): new to 3.2.0; not present in 3.1.3
101
97
*:ghissue:`16743`: Breaking change in 3.2: quiver.set_UVC does not support single numbers any more