| 185 | +* :ghpull:`12023`: Fix deprecation check in wx Timer. |
| 186 | +* :ghpull:`12019`: typo: s/unmultipled/unmultiplied |
| 187 | +* :ghpull:`12017`: Backport PR #12016 on branch v3.0.x (Fix AttributeError in GTK3Agg backend) |
| 188 | +* :ghpull:`12016`: Fix AttributeError in GTK3Agg backend |
| 189 | +* :ghpull:`11991`: Backport PR #11988 on branch v3.0.x |
| 190 | +* :ghpull:`11978`: Backport PR #11973 on branch v3.0.x |
| 191 | +* :ghpull:`11968`: Backport PR #11963 on branch v3.0.x |
| 192 | +* :ghpull:`11967`: Backport PR #11961 on branch v3.0.x |
| 193 | +* :ghpull:`11969`: Fix an invalid escape sequence. |
| 194 | +* :ghpull:`11963`: Fix some lgtm convention alerts |
| 195 | +* :ghpull:`11961`: Downgrade backend_version log to DEBUG level. |
| 196 | +* :ghpull:`11953`: Backport PR #11896 on branch v3.0.x |
| 197 | +* :ghpull:`11896`: Resolve backend in rcParams.__getitem__("backend"). |
| 198 | +* :ghpull:`11950`: Backport PR #11934 on branch v3.0.x |
| 199 | +* :ghpull:`11952`: Backport PR #11949 on branch v3.0.x |
| 200 | +* :ghpull:`11949`: Remove test2.png from examples. |
| 201 | +* :ghpull:`11934`: Suppress the "non-GUI backend" warning from the .. plot:: directive... |
| 202 | +* :ghpull:`11918`: Backport PR #11917 on branch v3.0.x |
| 203 | +* :ghpull:`11917`: BUG: make arg 'N' and kwarg 'levels' behave the same when scalar |
| 204 | +* :ghpull:`11916`: Backport PR #11897 on branch v3.0.x |
| 205 | +* :ghpull:`11915`: Backport PR #11591 on branch v3.0.x |
| 206 | +* :ghpull:`11897`: HTMLWriter, put initialisation of frames in setup |
| 207 | +* :ghpull:`11591`: BUG: correct the scaling in the floating-point slop test. |
| 208 | +* :ghpull:`11910`: Backport PR #11907 on branch v3.0.x |
| 209 | +* :ghpull:`11907`: Move TOC back to top in axes documentation |
| 210 | +* :ghpull:`11904`: Backport PR #11900 on branch v3.0.x |
| 211 | +* :ghpull:`11889`: Backport PR #11847 on branch v3.0.x |
| 212 | +* :ghpull:`11890`: Backport PR #11850 on branch v3.0.x |
| 213 | +* :ghpull:`11850`: FIX: macosx framework check |
| 214 | +* :ghpull:`11883`: Backport PR #11862 on branch v3.0.x |
| 215 | +* :ghpull:`11847`: Use ImageMagick's magick.exe if convert.exe is not installed |
| 216 | +* :ghpull:`11882`: Backport PR #11876 on branch v3.0.x |
| 217 | +* :ghpull:`11876`: MAINT Better error message for number of colors versus number of data… |
| 218 | +* :ghpull:`11862`: Fix NumPy FutureWarning for non-tuple indexing. |
| 219 | +* :ghpull:`11845`: Use Format_ARGB32_Premultiplied instead of RGBA8888 for Qt backends. |
149 | 220 | * :ghpull:`11843`: Remove unnecessary use of nose.
|
150 | 221 | * :ghpull:`11600`: backend switching -- don't create a public fallback API
|
151 | 222 | * :ghpull:`11833`: adding show inheritance to autosummary template
|
@@ -212,7 +283,7 @@ Pull Requests (511):
|
212 | 283 | * :ghpull:`11672`: Add comment re: use of lru_cache in PsfontsMap.
|
213 | 284 | * :ghpull:`11674`: Boring style fixes.
|
214 | 285 | * :ghpull:`10954`: Cache various dviread constructs globally.
|
215 |
| -* :ghpull:`9150`: Don't update style-blacklisted rcparams in rc_* functions |
| 286 | +* :ghpull:`9150`: Don't update style-blacklisted rcparams in rc\_\* functions |
216 | 287 | * :ghpull:`10936`: Simplify tkagg C extension.
|
217 | 288 | * :ghpull:`11378`: SVG Backend gouraud_triangle Correction
|
218 | 289 | * :ghpull:`11383`: FIX: Improve *c* (color) kwarg checking in scatter and the related exceptions
|
@@ -511,7 +582,7 @@ Pull Requests (511):
|
511 | 582 | * :ghpull:`10485`: Remove the 'hold' kwarg from codebase
|
512 | 583 | * :ghpull:`10571`: Use np.full{,_like} where appropriate. [requires numpy>=1.12]
|
513 | 584 | * :ghpull:`10913`: Rely a bit more on rc_context.
|
514 |
| -* :ghpull:`10299`: Invalidate texmanager cache when any text.latex.* rc changes. |
| 585 | +* :ghpull:`10299`: Invalidate texmanager cache when any text.latex.\* rc changes. |
515 | 586 | * :ghpull:`10906`: Deprecate ImageComparisonTest.
|
516 | 587 | * :ghpull:`10904`: Improve docstring of clabel()
|
517 | 588 | * :ghpull:`10912`: remove unused matplotlib.testing import
|
@@ -569,7 +640,7 @@ Pull Requests (511):
|
569 | 640 | * :ghpull:`10705`: FIX: enable extend kwargs with log scale colorbar
|
570 | 641 | * :ghpull:`10400`: numpydoc-ify art3d docstrings
|
571 | 642 | * :ghpull:`10723`: repr style fixes.
|
572 |
| -* :ghpull:`10592`: Rely on generalized * and ** unpackings where possible. |
| 643 | +* :ghpull:`10592`: Rely on generalized \* and \*\* unpackings where possible. |
573 | 644 | * :ghpull:`9475`: Declare property aliases in a single place
|
574 | 645 | * :ghpull:`10794`: fixed comment typo
|
575 | 646 | * :ghpull:`10768`: Fix crash when imshow encounters longdouble data
|
@@ -658,8 +729,27 @@ Pull Requests (511):
|
658 | 729 | * :ghpull:`10316`: TST FIX pyqt5 5.9
|
659 | 730 | * :ghpull:`4625`: hist2d() is now using pcolormesh instead of pcolorfast
|
660 | 731 |
|
661 |
| -Issues (91): |
| 732 | +Issues (110): |
662 | 733 |
|
| 734 | +* :ghissue:`11966`: CartoPy code gives attribute error |
| 735 | +* :ghissue:`11844`: Backend related issues with matplotlib 3.0.0rc1 |
| 736 | +* :ghissue:`12095`: colorbar minorticks (possibly release critical for 3.0) |
| 737 | +* :ghissue:`12108`: Broken doc build with sphinx 1.8 |
| 738 | +* :ghissue:`7366`: handle repaint requests better it qtAgg |
| 739 | +* :ghissue:`11985`: Single shot timer not working correctly with MacOSX backend |
| 740 | +* :ghissue:`10948`: OSX backend raises deprecation warning for enter_notify_event |
| 741 | +* :ghissue:`11970`: Legend.get_window_extent now requires a renderer |
| 742 | +* :ghissue:`8293`: investigate whether using a single instance of ghostscript for ps->png conversion can speed up the Windows build |
| 743 | +* :ghissue:`7707`: Replace pep8 by pycodestyle for style checking |
| 744 | +* :ghissue:`9135`: rcdefaults, rc_file_defaults, rc_file should not update backend if it has already been selected |
| 745 | +* :ghissue:`12015`: AttributeError with GTK3Agg backend |
| 746 | +* :ghissue:`11913`: plt.contour levels parameter don't work as intended if receive a single int |
| 747 | +* :ghissue:`11846`: macosx backend won't load |
| 748 | +* :ghissue:`11792`: Newer versions of ImageMagickWriter not found on windows |
| 749 | +* :ghissue:`11858`: Adding "pie of pie" and "bar of pie" functionality |
| 750 | +* :ghissue:`11852`: get_backend() backward compatibility |
| 751 | +* :ghissue:`11629`: Importing qt_compat when no Qt binding is installed fails with NameError instead of ImportError |
| 752 | +* :ghissue:`11842`: Failed nose import in test_annotation_update |
663 | 753 | * :ghissue:`11252`: Some API removals not documented
|
664 | 754 | * :ghissue:`9404`: Drop support for python 2
|
665 | 755 | * :ghissue:`2625`: Markers in XKCD style
|
|
0 commit comments