-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge v3.6.x branch to main #23918
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
Merge v3.6.x branch to main #23918
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…23641-on-v3.5.3-doc Backport PR matplotlib#23641 on branch v3.5.3-doc (Fix doc bugs found in 3.5.3)
First release candidate for 3.6.0.
So the tarballs from GitHub are stable.
…t-of-pr-23705-on-v3.6.x Backport PR matplotlib#23705 on branch v3.6.x (DOC: Added link to class under discussion)
…t-of-pr-23695-on-v3.6.x Backport PR matplotlib#23695 on branch v3.6.x (Document polar handling of _interpolation_steps.)
…t-of-pr-23710-on-v3.6.x Backport PR matplotlib#23710 on branch v3.6.x (Fix cmap deprecations)
…t-of-pr-23708-on-v3.6.x Backport PR matplotlib#23708 on branch v3.6.x (Loosen up test_Normalize test)
…t-of-pr-23724-on-v3.6.x Backport PR matplotlib#23724 on branch v3.6.x (Fix/harmonize spacing in dependencies.rst.)
…t-of-pr-23711-on-v3.6.x Backport PR matplotlib#23711 on branch v3.6.x (Fix deprecation messages for vendoring unused things)
…ureCanvas' resizeEvent.
…t-of-pr-23722-on-v3.6.x Backport PR matplotlib#23722 on branch v3.6.x (Restore deprecation class aliases in cbook)
…t-of-pr-23733-on-v3.6.x Backport PR matplotlib#23733 on branch v3.6.x (DOC: Update theme configuration for upcoming changes)
…t-of-pr-23729-on-v3.6.x Backport PR matplotlib#23729 on branch v3.6.x (Use cleaner recursion check in PyQt FigureCanvas' resizeEvent.)
…rbage collection
…t-of-pr-23712-on-v3.6.x Backport PR matplotlib#23712 on branch v3.6.x (FIX: do not try to help CPython with garbage collection)
…t-of-pr-23639-on-v3.6.x Backport PR matplotlib#23639 on branch v3.6.x (Adding the new contributor meeting)
… include a dot.
Yes, see #23940. |
…t-of-pr-23935-on-v3.6.x Backport PR matplotlib#23935 on branch v3.6.x (DOC: fix versions is doc switcher)
…ons is doc switcher)"
Fix typos in guthub_stats.rst
This should now be updated to merge the new 3.6.x tip. The additional commits there should fix CI. |
…t-of-pr-23951-on-v3.6.x Backport PR matplotlib#23951 on branch v3.6.x (DOC: Make animation continuous)
…t-of-pr-23919-on-v3.6.x Backport PR matplotlib#23919 on branch v3.6.x (DOC: remove dead "Show Source" links)
…t-of-pr-23751-on-v3.6.x Backport PR matplotlib#23751 on branch v3.6.x (FIX: show bars when the first location is nan)
…t-of-pr-23941-on-v3.6.x Backport PR matplotlib#23941 on branch v3.6.x (consistent notation for minor/patch branches)
DOC: Display "dev" instead of "devdocs" in the version switcher (cherry picked from commit b5fa310)
…t-of-pr-23958-on-v3.6.x Backport PR matplotlib#23958 on branch v3.6.x (DOC: Remove Adding Animations section)
…-backport-of-pr-23935-on-v3.6.x DOC: fix versions in v3.6.x doc switcher
I assume the following issues are ok for the merge?
|
That's because they were added in backports and then re-deleted during #23814. |
oscargus
approved these changes
Sep 20, 2022
This was referenced Feb 17, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
This is necessary to get the version switcher correctly pointing to 3.6, as well as fix the setuptools-scm-generated version since the tag will be in the
main
history.PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).