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

Skip to content

Merge branch v3.5.x into main #23655

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 94 commits into from
Aug 18, 2022
Merged

Merge branch v3.5.x into main #23655

merged 94 commits into from
Aug 18, 2022

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Aug 17, 2022

PR Summary

PR Checklist

Tests and Styling

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (install flake8-docstrings and run flake8 --docstring-convention=all).

Documentation

  • [n/a] New features are documented, with examples if plot related.
  • 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).
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).

QuLogic and others added 30 commits May 3, 2022 18:25
…-pre-commit-ci-config

CI: Add trivial pre-commit.ci config to avoid CI failure
…-pre-commit-ci-config-3.5.2-doc

CI: Add trivial pre-commit.ci config to avoid CI failure on v3.5.x docs
…t-of-pr-22994-on-v3.5.x

Backport PR matplotlib#22994 on branch v3.5.x (Docs: ignore >>> on code prompts on documentation prompts)
…t-of-pr-22994-on-v3.5.2-doc

Backport PR matplotlib#22994 on branch v3.5.2-doc (Docs: ignore >>> on code prompts on documentation prompts)
…t-of-pr-23051-on-v3.5.x

Backport PR matplotlib#23051 on branch v3.5.x (Fix variable initialization due to jump bypassing it)
…t-of-pr-22975-on-v3.5.x

Backport PR matplotlib#22975 on branch v3.5.x (MNT: fix __array__ to numpy)
…t-of-pr-22979-on-v3.5.x

Backport PR matplotlib#22979 on branch v3.5.x (Skip additional backend tests on import error)
…t-of-pr-23069-on-v3.5.x

Backport PR matplotlib#23069 on branch v3.5.x (TST: forgive more failures on pyside2 / pyside6 cross imports)
…t-of-pr-23111-on-v3.5.x

Backport PR matplotlib#23111 on branch v3.5.x (Fix _g_sig_digits for value<0 and delta=0.)
…t-of-pr-23115-on-v3.5.x

Backport PR matplotlib#23115 on branch v3.5.x (DOC fixed duplicate/wrong default)
…t-of-pr-23115-on-v3.5.2-doc

Backport PR matplotlib#23115 on branch v3.5.2-doc (DOC fixed duplicate/wrong default)
tacaswell and others added 25 commits July 29, 2022 10:56
…igure class

There were a number of complications with the backport:

 - the new test generalized an existing test that had picked up
   additional changes on the main branch
 - the signature of the subproccess helper has changed on the main branch
…t-of-pr-23511-on-v3.5.x

Backport PR matplotlib#23511 on branch v3.5.x (supporting IBM i OS)
…t-of-pr-23514-on-v3.5.2-doc

Backport PR matplotlib#23514 on branch v3.5.2-doc (Fix doc build)
…t-of-pr-23514-on-v3.5.x

Backport PR matplotlib#23514 on branch v3.5.x (Fix doc build)
…r-23462-on-v3.5.x

Backport PR matplotlib#23462: Fix AttributeError for pickle load of Figure class
…t-of-pr-23523-on-v3.5.x

Backport PR matplotlib#23523 on branch v3.5.x (TST: Update Quantity test class)
This only occurs on `v3.5.x` because the test has been rewritten on
`main`.
STY: Fix whitespace error from new flake8
…t-of-pr-23549-on-v3.5.x

Backport PR matplotlib#23549 on branch v3.5.x (Don't clip colorbar dividers)
This is the third bugfix release of the 3.5.x series.

This release contains several bug-fixes and adjustments:

* Fix alignment of over/under symbols
* Fix bugs in colorbars:
    * alpha of extensions
    * `drawedges=True` with extensions
    * handling of `panchor=False`
* Fix builds on Cygwin and IBM i
* Fix contour labels in `SubFigure`s
* Fix cursor output:
    * for `imshow` with all negative values
    * when using `BoundaryNorm`
* Fix interactivity in IPython/Jupyter
* Fix NaN handling in `errorbar`
* Fix NumPy conversion from AstroPy unit arrays
* Fix positional *markerfmt* passed to `stem`
* Fix unpickling:
    * crash loading in a separate process
    * incorrect DPI when HiDPI screens
So the tarballs from GitHub are stable.
…23641-on-v3.5.x

Backport PR matplotlib#23641 on branch v3.5.x (Fix doc bugs found in 3.5.3)
@QuLogic QuLogic added this to the v3.6.0 milestone Aug 17, 2022
@tacaswell tacaswell merged commit 255f468 into matplotlib:main Aug 18, 2022
@QuLogic QuLogic deleted the merge-v35x branch August 18, 2022 18:17
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.

8 participants