Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge v3.3.4 into master #19459

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 88 commits into from
Feb 5, 2021
Merged

Merge v3.3.4 into master #19459

merged 88 commits into from
Feb 5, 2021

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Feb 5, 2021

PR Summary

Fixes version-from-tags, and brings the one other fix from #19115 up.

PR Checklist

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (run flake8 on changed files to check).
  • [n/a] New features are documented, with examples if plot related.
  • [n/a] Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all).
  • [n/a] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [n/a] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

QuLogic and others added 30 commits September 17, 2020 00:32
…t-of-pr-18500-on-v3.3.x

Backport PR matplotlib#18500 on branch v3.3.x (BUG: Fix all-masked imshow)
…t-of-pr-18505-on-v3.3.x

Backport PR matplotlib#18505 on branch v3.3.x (Fix depth shading when edge/facecolor is none.)
…t-before-interp

FIX: unit-convert pcolorargs before interpolating
…t-of-pr-18540-on-v3.3.x

Backport PR matplotlib#18540 on branch v3.3.x (Call to ExitStack.push should have been ExitStack.callback.)
…t-of-pr-18604-on-v3.3.x

Backport PR matplotlib#18604 on branch v3.3.x (Update test image to fix Ghostscript 9.53.)
…t-of-pr-18621-on-v3.3.x

Backport PR matplotlib#18621 on branch v3.3.x (Fix singleshot timers in wx.)
…t-of-pr-18636-on-v3.3.x

Backport PR matplotlib#18636 on branch v3.3.x (BLD: certifi is not a run-time dependency)
…t-of-pr-18639-on-v3.3.x

Backport PR matplotlib#18639 on branch v3.3.x (nbagg: Don't close figures for bubbled events.)
…t-of-pr-18670-on-v3.3.x

Backport PR matplotlib#18670 on branch v3.3.x (MNT: make certifi actually optional)
…t-of-pr-18584-on-v3.3.x

Backport PR matplotlib#18584 on branch v3.3.x (Fix setting 0-timeout timer with Tornado.)
…t-of-pr-18734-on-v3.3.x

Backport PR matplotlib#18734 on branch v3.3.x (Fix deprecation warning in GitHub Actions.)
…t-of-pr-18773-on-v3.3.x

Backport PR matplotlib#18773 on branch v3.3.x (Update to latest cibuildwheel release.)
…t-of-pr-18754-on-v3.3.x

Backport PR matplotlib#18754 on branch v3.3.x (FIX: make sure we have more than 1 tick with small log ranges)
tacaswell and others added 24 commits December 22, 2020 16:19
…t-of-pr-19131-on-v3.3.x

Backport PR matplotlib#19131 on branch v3.3.x (Fix WebAgg initialization)
…t-of-pr-19245-on-v3.3.x

Backport PR matplotlib#19245 on branch v3.3.x (handle usecase where QT_API is specified with some capitals)
…t-of-pr-19266-on-v3.3.x

Backport PR matplotlib#19266 on branch v3.3.x (Don't update homebrew on GitHub Actions)
…t-of-pr-19163-on-v3.3.3-doc

Backport PR matplotlib#19163 on branch v3.3.3-doc (Ignore missing _FancyAxislineStyle doc targets.)
…t-of-pr-19279-on-v3.3.3-doc

Backport PR matplotlib#19279 on branch v3.3.3-doc (Fix sphinx search)
…t-of-pr-19371-on-v3.3.x

Backport PR matplotlib#19371 on branch v3.3.x (Fix specgram test on NumPy 1.20.)
…t-of-pr-19052-on-v3.3.x

Backport PR matplotlib#19052 on branch v3.3.x (Always pass integers to wx.Size.)
…t-of-pr-19238-on-v3.3.x

Backport PR matplotlib#19238 on branch v3.3.x (Fix build with LTO disabled in environment)
This is the fourth bugfix release of the 3.3.x series.

This release contains several critical bug-fixes:

* Fix WebAgg initialization.
* Fix parsing QT_API setting with mixed case.
* Fix build with LTO disabled in environment.
* Fix test compatibility with Python 3.10.
* Fix test compatibility with NumPy 1.20.
* Fix test compatibility with pytest 6.2.
So the tarballs from GitHub are stable.
@QuLogic QuLogic added this to the v3.4.0 milestone Feb 5, 2021
@tacaswell
Copy link
Member

For the non-doc changes in this PR see: #19115 (comment)

@tacaswell tacaswell merged commit a5620d8 into matplotlib:master Feb 5, 2021
@QuLogic QuLogic deleted the merge-v334 branch February 5, 2021 22:49
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.

10 participants