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

Skip to content

Merge v3.10.x into main #29419

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 242 commits into from
Jan 7, 2025
Merged

Merge v3.10.x into main #29419

merged 242 commits into from
Jan 7, 2025

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Jan 7, 2025

PR summary

Closes #29387

PR checklist

QuLogic and others added 30 commits August 14, 2024 21:51
…t-of-pr-28732-on-v3.9.x

Backport PR matplotlib#28732 on branch v3.9.x (Renames the minumumSizeHint method to minimumSizeHint)
…t-of-pr-28743-on-v3.9.x

Backport PR matplotlib#28743 on branch v3.9.x (Minor fixes in ticker docs)
…t-of-pr-28271-on-v3.9.x

Backport PR matplotlib#28271 on branch v3.9.x (Fix draggable legend disappearing when picking while use_blit=True)
…t-of-pr-28706-on-v3.9.x

Backport PR matplotlib#28706 on branch v3.9.x (Add Returns info to to_jshtml docstring)
…t-of-pr-28790-on-v3.9.2-doc

Backport PR matplotlib#28790 on branch v3.9.2-doc (DOC: Fix duplicate Figure.set_dpi entry)
…t-of-pr-28790-on-v3.9.x

Backport PR matplotlib#28790 on branch v3.9.x (DOC: Fix duplicate Figure.set_dpi entry)
…t-of-pr-28798-on-v3.9.x

Backport PR matplotlib#28798 on branch v3.9.x (DOC: Correctly list modules that have been internalized)
…t-of-pr-28798-on-v3.9.2-doc

Backport PR matplotlib#28798 on branch v3.9.2-doc (DOC: Correctly list modules that have been internalized)
…t-of-pr-28805-on-v3.9.2-doc

Backport PR matplotlib#28805 on branch v3.9.2-doc (add brackets to satisfy the new sequence requirement)
…t-of-pr-28805-on-v3.9.x

Backport PR matplotlib#28805 on branch v3.9.x (add brackets to satisfy the new sequence requirement)
QuLogic and others added 19 commits December 19, 2024 22:03
…t-of-pr-29348-on-v3.10.x

Backport PR matplotlib#29348 on branch v3.10.x (DOC: Cleanup scales examples)
…t-of-pr-29347-on-v3.10.x

Backport PR matplotlib#29347 on branch v3.10.x (DOC: Explain parameters linthresh and linscale of symlog scale)
…t-of-pr-29364-on-v3.10.x

Backport PR matplotlib#29364 on branch v3.10.x (fix typo)
…t-of-pr-29362-on-v3.10.x

Backport PR matplotlib#29362 on branch v3.10.x (TYP: semantics of enums in stub files changed)
…t-of-pr-29355-on-v3.10.x

Backport PR matplotlib#29355 on branch v3.10.x (Add QtCore.Slot() decorations to FigureCanvasQT)
…t-of-pr-29353-on-v3.10.x

Backport PR matplotlib#29353 on branch v3.10.x (DOC: Improve module docs of matplotlib.scale)
…t-of-pr-29389-on-v3.10.x

Backport PR matplotlib#29389 on branch v3.10.x (DOC: Minor improvements on VPacker, HPacker, PaddedBox docs)
…t-of-pr-29401-on-v3.10.x

Backport PR matplotlib#29401 on branch v3.10.x (FIX: add errorbars with `add_container`)
…t-of-pr-29363-on-v3.10.x

Backport PR matplotlib#29363 on branch v3.10.x (FIX: Add version gate to GTK4 calls when necessary)
@QuLogic QuLogic added this to the v3.11.0 milestone Jan 7, 2025
@QuLogic QuLogic changed the title Merge310 Merge v3.10.x into main Jan 7, 2025
Copy link
Member

@oscargus oscargus left a comment

Choose a reason for hiding this comment

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

Not sure if these should be squashed or not though.

@QuLogic
Copy link
Member Author

QuLogic commented Jan 7, 2025

No squashing; PR cleanliness isn't expected to pass either.

@greglucas greglucas merged commit 75c5362 into matplotlib:main Jan 7, 2025
42 of 44 checks passed
@QuLogic QuLogic deleted the merge310 branch January 7, 2025 23:26
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.

[MNT]: Fix 3.10 release notes and merge up