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

Widgets: Remove deprecations and make arguments keyword only#26853

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

oscargus
Copy link
Member

@oscargusoscargus commentedSep 21, 2023
edited
Loading

PR summary

PR checklist

@oscargusoscargus changed the titleRemove deprecations and make arguments keyword onlyWidgets: Remove deprecations and make arguments keyword onlySep 21, 2023
@oscargusoscargusforce-pushed thewidgetdeprecationremovals branch 4 times, most recently from08d9e2c to989dda7CompareSeptember 21, 2023 08:44
@oscargusoscargus added this to thev3.9.0 milestoneSep 21, 2023
@oscargusoscargusforce-pushed thewidgetdeprecationremovals branch 4 times, most recently from2e37748 toe19633fCompareSeptember 21, 2023 19:14
@QuLogic
Copy link
Member

@oscargus do you mind holding off on any other deprecation removals? We would like to leave that as a good first issue for the sprint tomorrow.

@oscargus
Copy link
MemberAuthor

Sure, no problems! Didn't know that.

@QuLogicQuLogic mentioned this pull requestSep 22, 2023
14 tasks
@QuLogic
Copy link
Member

QuLogic commentedSep 22, 2023
edited
Loading

No worries, we only decided yesterday. Also, this PR was very useful as an example of what to do.

@oscargusoscargusforce-pushed thewidgetdeprecationremovals branch frome19633f to705568aCompareSeptember 22, 2023 07:06
Comment on lines +1665 to +1666
if (i in inds["ind"]
or t.get_window_extent().contains(event.x, event.y)):
Copy link
Member

Choose a reason for hiding this comment

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

Fits in a line now:

Suggested change
if (iininds["ind"]
ort.get_window_extent().contains(event.x,event.y)):
ifiininds["ind"]ort.get_window_extent().contains(event.x,event.y):

Copy link
Contributor

Choose a reason for hiding this comment

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

I have a further PR that rewrites this loop, so let's just get this in for now.

@anntzeranntzer merged commit37f26da intomatplotlib:mainSep 24, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@anntzeranntzeranntzer approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.9.0
Development

Successfully merging this pull request may close these issues.

3 participants
@oscargus@QuLogic@anntzer

[8]ページ先頭

©2009-2025 Movatter.jp