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

Renames the minumumSizeHint method to minimumSizeHint#28732

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

Conversation

clewarne14
Copy link
Contributor

PR summary

PR checklist

mikhas reacted with thumbs up emoji
Copy link

@github-actionsgithub-actionsbot left a comment

Choose a reason for hiding this comment

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

Thank you for opening your first PR into Matplotlib!

If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.

You can also join uson gitter for real-time discussion.

For details on testing, writing docs, and our review process, please seethe developer guide

We strive to be a welcoming and open project. Please follow ourCode of Conduct.

@story645
Copy link
Member

Thanks for the PR!

I think since this is public API, it technically needs a deprecation period? Since the function is being renamed? Which is technically a kinda removal I think?https://matplotlib.org/devdocs/devel/api_changes.html#deprecate-api

Here I think we can get away with aliasing the old name to the new one and deprecating there, but unsure?

@timhoffm
Copy link
Member

No, this should not have a deprecation. This is a Qt API:https://doc.qt.io/qt-6/qwidget.html#minimumSizeHint-prop

Qt calls this to determine the size. With the typo the function was basically unused. No user should have called this.

story645 reacted with thumbs up emoji

@story645story645 added this to thev3.9.3 milestoneAug 15, 2024
@story645story645 merged commit9fd2ef9 intomatplotlib:mainAug 15, 2024
42 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestAug 15, 2024
@clewarne14clewarne14 deleted the rename-qt-size-hint-method branchAugust 16, 2024 01:49
timhoffm added a commit that referenced this pull requestAug 16, 2024
…732-on-v3.9.xBackport PR#28732 on branch v3.9.x (Renames the minumumSizeHint method to minimumSizeHint)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] left review comments

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
v3.9.3
Development

Successfully merging this pull request may close these issues.

3 participants
@clewarne14@story645@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp