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
INSTALL.rst
- do not need not about libpng or freetype any more
- section abotu conda intentionally removed in
f3165b7
doc/citing.rst
- keep new entry for 3.2.2
doc/thirdpartypackages/index.rst
- keep corrected url from v3.2.x branch
backend_bases.py
- keep master branch on enump impors
- _get_renderer -> keep master branch signature
- kept master version in print_figure
_backend_tk.py
- kept master version of _Button (was completely re-written)
backend_qt5.py
- kept master version of all changes
backend_qt5agg.py
- kept master version (function moved to backend_qt.py on master)
backend_wx.py
- kept master branch version of logging call (not sure why this triggered)
- comment block -> removed like master
- set_message -> kept master branch version
qt_compat.py
- keep qt4 deprecation warning on master branch
polar.py
- keep depractions on master branch
compare.py
- keep more complex error handling and clean up on master branch
test_axes.py
- the polar tests got moved to test_polar.py, kept master version
- test_scaterr_single_color_c looks like a backport -> merge up conflict
- kept new tests
test_backends_interactive.py
- keep master branch version of changes
test_figure.py
- keep new tests on master
doc-requirements.txt
- keep master branch version of pins
_image_wrapper.cpp
- keep master branch
version. 2d2083c removed
extranious (char *) and was not backported,
8e7aaff fixed a memory leak and
was backported via re-implementaion in
7977b5f
_macosx.m
- keep master branch version of text display
src/_png.cpp
- removed on master branch
Conflicts:
INSTALL.rst
lib/matplotlib/backend_bases.py
lib/matplotlib/backends/_backend_tk.py
lib/matplotlib/backends/backend_qt5.py
lib/matplotlib/backends/backend_qt5agg.py
lib/matplotlib/backends/backend_wx.py
lib/matplotlib/backends/qt_compat.py
lib/matplotlib/projections/polar.py
lib/matplotlib/testing/compare.py
lib/matplotlib/tests/test_axes.py
lib/matplotlib/tests/test_backends_interactive.py
lib/matplotlib/tests/test_figure.py
requirements/doc/doc-requirements.txt
src/_image_wrapper.cpp
src/_macosx.m
src/_png.cpp
* :ghpull:`16794`: DOC: Don't mention drawstyle in ``set_linestyle`` docs.
78
-
* :ghpull:`16795`: Backport PR #15199 on branch v3.2.x (MNT/TST: generalize check_figures_equal to work with pytest.marks)
79
-
* :ghpull:`16797`: Backport #15589 and #16693, fixes for check_figures_equal
80
-
* :ghpull:`16799`: Backport PR #16794 on branch v3.2.0-doc (DOC: Don't mention drawstyle in ``set_linestyle`` docs.)
81
-
* :ghpull:`16800`: Fix check_figures_equal for tests that use its fixtures.
82
-
* :ghpull:`16803`: Fix some doc issues
83
-
* :ghpull:`16806`: Backport PR #16803 on branch v3.2.0-doc (Fix some doc issues)
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)
85
-
86
-
Issues (11):
87
-
88
-
* :ghissue:`12820`: [Annotations] ValueError: lines do not intersect when computing tight bounding box containing arrow with filled paths
89
-
* :ghissue:`16538`: xpdf distiller seems broken
90
-
* :ghissue:`16624`: Azure pipelines are broken on v3.2.x
* :ghissue:`16645`: Minor typo in API document of patches.ConnectionPatch
93
-
* :ghissue:`16670`: BLD: ascii codec decode on 3.2.0 in non-UTF8 locales
94
-
* :ghissue:`16704`: 3.2.0: ``setup.py clean`` fails with ``NameError: name 'long_description' is not defined``
95
-
* :ghissue:`16721`: nbAgg backend does not allow saving figures as png
96
-
* :ghissue:`16731`: PGF backend + savefig.bbox results in I/O error in 3.2
97
-
* :ghissue:`16743`: Breaking change in 3.2: quiver.set_UVC does not support single numbers any more
98
-
* :ghissue:`16801`: Doc: figure for colormaps off
37
+
Pull Requests (92):
38
+
39
+
* :ghpull:`17655`: Auto backport of pr 17564 on v3.2.x
40
+
* :ghpull:`17564`: FIX: correctly handle large arcs
41
+
* :ghpull:`17641`: Qt backports
42
+
* :ghpull:`17640`: More qt fractional DPI fixes
43
+
* :ghpull:`17638`: V3.2.1 doc
44
+
* :ghpull:`15656`: Support fractional HiDpi scaling with Qt backends
45
+
* :ghpull:`17600`: FIX: work with PyQt 5.15
46
+
* :ghpull:`17598`: DOC: remove banner
47
+
* :ghpull:`17618`: Doc event loop
48
+
* :ghpull:`17614`: DOC: Remove duplicated line.
49
+
* :ghpull:`17611`: Backport #17606 to v3.2.x
50
+
* :ghpull:`17609`: Backport PR #17602: FIX: propagate _is_saving state when changing can…
51
+
* :ghpull:`17606`: Move codecov.yml to .github.
52
+
* :ghpull:`17602`: FIX: propagate _is_saving state when changing canvases
53
+
* :ghpull:`17605`: Backport PR #17560: FIX: do not let no-op monkey patches to renderer …
54
+
* :ghpull:`17601`: Backport PR #16948 on branch v3.2.x (solution: All subclasses of LocationEvent could be used in cbook.callbacks before being fully initialized - issue 15139)
55
+
* :ghpull:`17560`: FIX: do not let no-op monkey patches to renderer leak out
56
+
* :ghpull:`16948`: solution: All subclasses of LocationEvent could be used in cbook.callbacks before being fully initialized - issue 15139
57
+
* :ghpull:`17588`: Backport PR #17565: FIX: support Qt 5.15
58
+
* :ghpull:`17593`: Backport PR #17587 on branch v3.2.x (Add a docstring to toolkit's BezierPath.__init__.)
59
+
* :ghpull:`17587`: Add a docstring to toolkit's BezierPath.__init__.
60
+
* :ghpull:`17565`: FIX: support Qt 5.15
61
+
* :ghpull:`17562`: Backport PR #17470 on branch v3.2.x (FIX: add guardrails for too big tk figures)
62
+
* :ghpull:`17470`: FIX: add guardrails for too big tk figures
63
+
* :ghpull:`17553`: Backport PR #17552 on branch v3.2.x (ci: Add xcb libraries that were removed from PyQt5.)
64
+
* :ghpull:`17552`: ci: Add xcb libraries that were removed from PyQt5.
65
+
* :ghpull:`17533`: Backport PR #17408 on branch v3.2.x
66
+
* :ghpull:`17408`: FIX: cancel pending autoscale on manually setting limits
0 commit comments