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

Skip to content

Merge v3.6.x into v3.7.x #25072

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 376 commits into from
Jan 25, 2023
Merged

Merge v3.6.x into v3.7.x #25072

merged 376 commits into from
Jan 25, 2023

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Jan 25, 2023

PR Summary

This also bumps the cibuildwheel version in the Python 3.8 job, that was missed in #25008.

PR Checklist

Documentation and Tests

  • Has pytest style unit tests (and pytest passes)
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • [n/a] New plotting related features are documented with examples.

Release Notes

  • [n/a] New features are marked with a .. versionadded:: directive in the docstring and documented in doc/users/next_whats_new/
  • [n/a] API changes are marked with a .. versionchanged:: directive in the docstring and documented in doc/api/next_api_changes/
  • [n/a] Release notes conform with instructions in next_whats_new/README.rst or next_api_changes/README.rst

QuLogic and others added 30 commits October 20, 2022 03:57
…t-of-pr-24184-on-v3.6.x

Backport PR matplotlib#24184 on branch v3.6.x (Add tests for ToolManager)
…t-of-pr-24229-on-v3.6.x

Backport PR matplotlib#24229 on branch v3.6.x (FIX: do not mutate dictionaries passed in by user)
…t-of-pr-24009-on-v3.6.x

Backport PR matplotlib#24009 on branch v3.6.x (Fix evaluating colormaps on non-numpy arrays)
…t-of-pr-24096-on-v3.6.x

Backport PR matplotlib#24096 on branch v3.6.x ([DOC]: Add simple animation scatter plot to the example documentation)
…t-of-pr-23985-on-v3.6.x

Backport PR matplotlib#23985 on branch v3.6.x (Improve rubberband rendering in wx and tk)
…t-of-pr-23607-on-v3.6.x

Backport PR matplotlib#23607 on branch v3.6.x (DOC: document that appearance is part of our stable API)
…t-of-pr-24197-on-v3.6.x

Backport PR matplotlib#24197 on branch v3.6.x (Properly set and inherit backend_version.)
…t-of-pr-24250-on-v3.6.x

Backport PR matplotlib#24250 on branch v3.6.x (Fix key reporting in pick events)
…t-of-pr-24108-on-v3.6.x

Backport PR matplotlib#24108 on branch v3.6.x (Add 3D plots to plot_types doc page)
…t-of-pr-24261-on-v3.6.x

Backport PR matplotlib#24261 on branch v3.6.x (Fix pie chart in demo_agg_filter.py)
…t-of-pr-24266-on-v3.6.x

Backport PR matplotlib#24266 on branch v3.6.x (TST: Increase fp tolerance on more tests for new NumPy)
…t-of-pr-24265-on-v3.6.x

Backport PR matplotlib#24265 on branch v3.6.x (Restore (and warn on) seaborn styles in style.library)
…t-of-pr-24145-on-v3.6.x

Backport PR matplotlib#24145 on branch v3.6.x (Updated Angles on Bracket arrow styles example to make angles clear matplotlib#23176)
…t-of-pr-24284-on-v3.6.x

Backport PR matplotlib#24284 on branch v3.6.x (Remove comment about cmap from voxels docstring)
…t-of-pr-24294-on-v3.6.x

Backport PR matplotlib#24294 on branch v3.6.x (Run test if fontconfig is present)
ksunden and others added 21 commits January 3, 2023 14:27
…t-of-pr-24873-on-v3.6.2-doc

Backport PR matplotlib#24873 on branch v3.6.2-doc (Copy-edit fonts docs.)
…t-of-pr-24873-on-v3.6.x

Backport PR matplotlib#24873 on branch v3.6.x (Copy-edit fonts docs.)
…t-of-pr-24880-on-v3.6.2-doc

Backport PR matplotlib#24880 on branch v3.6.2-doc (Minor cleanups to named colors example.)
…t-of-pr-24880-on-v3.6.x

Backport PR matplotlib#24880 on branch v3.6.x (Minor cleanups to named colors example.)
…-24783-on-v3.6.x

"Backport PR matplotlib#24783 on branch v3.6.x (inset locator fix with tests added)"
…t-of-pr-24927-on-v3.6.x

Backport PR matplotlib#24927 on branch v3.6.x (DOC: Remove space after directive name, before double-colon)
…t-of-pr-23390-on-v3.6.x

Backport PR matplotlib#23390 on branch v3.6.x (FIX: colorbar contour with log norm should default to log locator and formatter...)
This is the third bugfix release of the 3.6.x series.

This release contains several bug-fixes and adjustments:

* Fix Artist removal from `axes_grid1` Axes classes
* Fix `inset_locator` in subfigures
* Fix `scatter` on masked arrays with units
* Fix colorbar ticks with log norm contours
* Fix deprecation warnings in GTK4 backend
* Fix using relative paths in `HTMLWriter`
* Improve failure message from rcParams string validation for tuple
  inputs
* Improve performance of QtAgg backends
* No longer modify `pil_kwargs` argument to `imsave` and `savefig`
So the tarballs from GitHub are stable.
@QuLogic QuLogic added this to the v3.7.0 milestone Jan 25, 2023
@QuLogic QuLogic marked this pull request as ready for review January 25, 2023 03:20
@QuLogic QuLogic added the CI: Run cibuildwheel Run wheel building tests on a PR label Jan 25, 2023
Copy link
Member

@jklymak jklymak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine - please self-merge when you are happy with it.

@QuLogic QuLogic merged commit 41248a0 into matplotlib:v3.7.x Jan 25, 2023
@QuLogic QuLogic deleted the merge-v36x branch January 25, 2023 06:46
@ksunden ksunden mentioned this pull request Feb 21, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Run cibuildwheel Run wheel building tests on a PR Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.