Skip to content

Merge v3.3.x into master #18251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 193 commits into from
Aug 23, 2020
Merged

Merge v3.3.x into master #18251

merged 193 commits into from
Aug 23, 2020

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Aug 14, 2020

PR Summary

This does not apply the revert of #17543 in #17861, as we have alternate PRs in progress to fix that properly. Also removes separate API note for #17983, which is in 3.3.1 now.

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • [n/a] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/next_api_changes/* if API changed in a backward-incompatible way

timhoffm and others added 30 commits June 18, 2020 16:46
…t-of-pr-17667-on-v3.3.x

Backport PR matplotlib#17667 on branch v3.3.x (Don't linewrap css in svg header.)
…t-of-pr-17668-on-v3.3.x

Backport PR matplotlib#17668 on branch v3.3.x (Don't pass "wrong" `indent=False` in SVG generation.)
…t-of-pr-17675-on-v3.3.x

Backport PR matplotlib#17675 on branch v3.3.x (DOC: specify that the LaTeX installation needs to include cm-super)
…t-of-pr-17665-on-v3.3.x

Backport PR matplotlib#17665 on branch v3.3.x (Document that some single char colors are shaded)
…t-of-pr-17664-on-v3.3.x

Backport PR matplotlib#17664 on branch v3.3.x (Clarify docs of AutoDateLocator.intervald)
…t-of-pr-17676-on-v3.3.x

Backport PR matplotlib#17676 on branch v3.3.x (FIX: correctly process the tick label size)
…t-of-pr-17680-on-v3.3.x

Backport PR matplotlib#17680 on branch v3.3.x (MNT: migrate away from deprecated c-api)
…t-of-pr-17686-on-v3.3.x

Backport PR matplotlib#17686 on branch v3.3.x (Fix tooltip for wx toolbar.)
…t-of-pr-17687-on-v3.3.x

Backport PR matplotlib#17687 on branch v3.3.x (Mention keyboard modifiers in toolbar tooltip texts.)
…t-of-pr-17705-on-v3.3.x

Backport PR matplotlib#17705 on branch v3.3.x (Keep cachedRenderer as None when pickling Figure.)
…t-of-pr-17715-on-v3.3.x

Backport PR matplotlib#17715 on branch v3.3.x (Clarify gridspec error message for non-integer inputs.)
…t-of-pr-17693-on-v3.3.x

Backport PR matplotlib#17693 on branch v3.3.x (DOC: Add svg2pdf converter for generating PDF docs.)
…t-of-pr-17720-on-v3.3.x

Backport PR matplotlib#17720 on branch v3.3.x (Fix check for manager = None.)
…t-of-pr-17729-on-v3.3.x

Backport PR matplotlib#17729 on branch v3.3.x (Fix type doc for scroll event "step" attribute.)
…t-of-pr-17734-on-v3.3.x

Backport PR matplotlib#17734 on branch v3.3.x (Oversample thumbnail x2)
tacaswell and others added 22 commits August 12, 2020 02:16
…t-of-pr-18227-on-v3.3.x

Backport PR matplotlib#18227 on branch v3.3.x (Set pipefail when running flake8 linter.)
…t-of-pr-18219-on-v3.3.x

Backport PR matplotlib#18219 on branch v3.3.x (Fixes an issue where WxAgg NavigationToolbar2 broke custom toolbars)
…t-of-pr-18225-on-v3.3.x

Backport PR matplotlib#18225 on branch v3.3.x (Use certifi when downloading bundled build requirements.)
…t-of-pr-18224-on-v3.3.x

Backport PR matplotlib#18224 on branch v3.3.x (Try out cibuildwheel.)
…t-of-pr-18233-on-v3.3.x

Backport PR matplotlib#18233 on branch v3.3.x (Fix cibuildwheel trigger condition.)
This is the first bugfix release of the 3.3.x series.

This release contains several critical bug-fixes:

* fix docstring import issues when running Python with optimization
* fix `hist` with categorical data, such as with Pandas
* fix install on BSD systems
* fix nbagg compatibility with Chrome 84+
* fix ordering of scatter marker size in 3D plots
* fix performance regression when plotting `Path`s
* fix reading from URL in `imread`
* fix several regressions with new date epoch handling
* fix some bad constrained and tight layout interactions with colorbars
* fix use of customized toolbars in TkAgg and WXAgg backends
So the tarballs from GitHub are stable.
@QuLogic QuLogic added this to the v3.4.0 milestone Aug 14, 2020
@QuLogic QuLogic closed this Aug 22, 2020
@QuLogic QuLogic reopened this Aug 22, 2020
@dopplershift dopplershift merged commit 6840887 into matplotlib:master Aug 23, 2020
@QuLogic QuLogic deleted the merge-v3.3.x branch August 24, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.