Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…23641-on-v3.5.3-docBackport PRmatplotlib#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.xBackport PRmatplotlib#23705 on branch v3.6.x (DOC: Added link to class under discussion)
…t-of-pr-23695-on-v3.6.xBackport PRmatplotlib#23695 on branch v3.6.x (Document polar handling of _interpolation_steps.)
…t-of-pr-23710-on-v3.6.xBackport PRmatplotlib#23710 on branch v3.6.x (Fix cmap deprecations)
…t-of-pr-23708-on-v3.6.xBackport PRmatplotlib#23708 on branch v3.6.x (Loosen up test_Normalize test)
…t-of-pr-23724-on-v3.6.xBackport PRmatplotlib#23724 on branch v3.6.x (Fix/harmonize spacing in dependencies.rst.)
…t-of-pr-23711-on-v3.6.xBackport PRmatplotlib#23711 on branch v3.6.x (Fix deprecation messages for vendoring unused things)
…ureCanvas' resizeEvent.
…t-of-pr-23722-on-v3.6.xBackport PRmatplotlib#23722 on branch v3.6.x (Restore deprecation class aliases in cbook)
…t-of-pr-23733-on-v3.6.xBackport PRmatplotlib#23733 on branch v3.6.x (DOC: Update theme configuration for upcoming changes)
…t-of-pr-23729-on-v3.6.xBackport PRmatplotlib#23729 on branch v3.6.x (Use cleaner recursion check in PyQt FigureCanvas' resizeEvent.)
…t-of-pr-23712-on-v3.6.xBackport PRmatplotlib#23712 on branch v3.6.x (FIX: do not try to help CPython with garbage collection)
…t-of-pr-23639-on-v3.6.xBackport PRmatplotlib#23639 on branch v3.6.x (Adding the new contributor meeting)
Yes, see#23940. |
…t-of-pr-23935-on-v3.6.xBackport PRmatplotlib#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.xBackport PRmatplotlib#23951 on branch v3.6.x (DOC: Make animation continuous)
…t-of-pr-23919-on-v3.6.xBackport PRmatplotlib#23919 on branch v3.6.x (DOC: remove dead "Show Source" links)
…t-of-pr-23751-on-v3.6.xBackport PRmatplotlib#23751 on branch v3.6.x (FIX: show bars when the first location is nan)
…t-of-pr-23941-on-v3.6.xBackport PRmatplotlib#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 commitb5fa310)
…t-of-pr-23958-on-v3.6.xBackport PRmatplotlib#23958 on branch v3.6.x (DOC: Remove Adding Animations section)
…-backport-of-pr-23935-on-v3.6.xDOC: 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. |
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).