Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
QuLogic merged 376 commits intomatplotlib:v3.7.xfromQuLogic:merge-v36x
Jan 25, 2023
Merged

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

QuLogic merged 376 commits intomatplotlib:v3.7.xfromQuLogic:merge-v36x
Jan 25, 2023

Conversation

QuLogic
Copy link
Member

PR Summary

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

PR Checklist

Documentation and Tests

  • Has pytest style unit tests (andpytest passes)
  • Documentation is sphinx and numpydoc compliant (the docs shouldbuild 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 indoc/users/next_whats_new/
  • [n/a] API changes are marked with a.. versionchanged:: directive in the docstring and documented indoc/api/next_api_changes/
  • [n/a] Release notes conform with instructions innext_whats_new/README.rst ornext_api_changes/README.rst

QuLogicand others added30 commitsOctober 20, 2022 03:57
…t-of-pr-24184-on-v3.6.xBackport PRmatplotlib#24184 on branch v3.6.x (Add tests for ToolManager)
…t-of-pr-24229-on-v3.6.xBackport PRmatplotlib#24229 on branch v3.6.x (FIX: do not mutate dictionaries passed in by user)
…t-of-pr-24009-on-v3.6.xBackport PRmatplotlib#24009 on branch v3.6.x (Fix evaluating colormaps on non-numpy arrays)
…t-of-pr-24096-on-v3.6.xBackport PRmatplotlib#24096 on branch v3.6.x ([DOC]: Add simple animation scatter plot to the example documentation)
…t-of-pr-23985-on-v3.6.xBackport PRmatplotlib#23985 on branch v3.6.x (Improve rubberband rendering in wx and tk)
…t-of-pr-23607-on-v3.6.xBackport PRmatplotlib#23607 on branch v3.6.x (DOC: document that appearance is part of our stable API)
…t-of-pr-24197-on-v3.6.xBackport PRmatplotlib#24197 on branch v3.6.x (Properly set and inherit backend_version.)
…t-of-pr-24250-on-v3.6.xBackport PRmatplotlib#24250 on branch v3.6.x (Fix key reporting in pick events)
…t-of-pr-24108-on-v3.6.xBackport PRmatplotlib#24108 on branch v3.6.x (Add 3D plots to plot_types doc page)
…t-of-pr-24261-on-v3.6.xBackport PRmatplotlib#24261 on branch v3.6.x (Fix pie chart in demo_agg_filter.py)
…t-of-pr-24266-on-v3.6.xBackport PRmatplotlib#24266 on branch v3.6.x (TST: Increase fp tolerance on more tests for new NumPy)
…t-of-pr-24265-on-v3.6.xBackport PRmatplotlib#24265 on branch v3.6.x (Restore (and warn on) seaborn styles in style.library)
…t-of-pr-24145-on-v3.6.xBackport PRmatplotlib#24145 on branch v3.6.x (Updated Angles on Bracket arrow styles example to make angles clearmatplotlib#23176)
…t-of-pr-24284-on-v3.6.xBackport PRmatplotlib#24284 on branch v3.6.x (Remove comment about cmap from voxels docstring)
…t-of-pr-24294-on-v3.6.xBackport PRmatplotlib#24294 on branch v3.6.x (Run test if fontconfig is present)
ksundenand others added21 commitsJanuary 3, 2023 14:27
…t-of-pr-24873-on-v3.6.2-docBackport PRmatplotlib#24873 on branch v3.6.2-doc (Copy-edit fonts docs.)
…t-of-pr-24873-on-v3.6.xBackport PRmatplotlib#24873 on branch v3.6.x (Copy-edit fonts docs.)
…t-of-pr-24880-on-v3.6.2-docBackport PRmatplotlib#24880 on branch v3.6.2-doc (Minor cleanups to named colors example.)
…t-of-pr-24880-on-v3.6.xBackport PRmatplotlib#24880 on branch v3.6.x (Minor cleanups to named colors example.)
…-24783-on-v3.6.x"Backport PRmatplotlib#24783 on branch v3.6.x (inset locator fix with tests added)"
…t-of-pr-24927-on-v3.6.xBackport PRmatplotlib#24927 on branch v3.6.x (DOC: Remove space after directive name, before double-colon)
…t-of-pr-23390-on-v3.6.xBackport PRmatplotlib#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.
@QuLogicQuLogic added this to thev3.7.0 milestoneJan 25, 2023
@QuLogicQuLogic marked this pull request as ready for reviewJanuary 25, 2023 03:20
@QuLogicQuLogic added the CI: Run cibuildwheelRun wheel building tests on a PR labelJan 25, 2023
Copy link
Member

@jklymakjklymak 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.

@QuLogicQuLogic merged commit41248a0 intomatplotlib:v3.7.xJan 25, 2023
@QuLogicQuLogic deleted the merge-v36x branchJanuary 25, 2023 06:46
@ksundenksunden mentioned this pull requestFeb 21, 2023
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@story645story645story645 approved these changes

@jklymakjklymakjklymak approved these changes

Assignees
No one assigned
Labels
CI: Run cibuildwheelRun wheel building tests on a PRMaintenance
Projects
None yet
Milestone
v3.7.0
Development

Successfully merging this pull request may close these issues.

13 participants
@QuLogic@story645@jklymak@timhoffm@anntzer@tacaswell@kostyafarber@oscargus@leejjoon@jacoverster@ksunden@rcomer@dstansby

[8]ページ先頭

©2009-2025 Movatter.jp