Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Remove deprecations: is_bbox and more#30067
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
base:main
Are you sure you want to change the base?
Conversation
``BboxTransformToMaxOnly`` | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
... is removed. If you rely on this, please make a copy of old the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think you can replace it with aBboxTransformTo(LockableBbox(bbox, x0=0, y0=0))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Ping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Fixed. (Ignoring the "I think"-part...)
Uh oh!
There was an error while loading.Please reload this page.
PR summary
Almost all remaining deprecations from 3.9 (at least all that I understand...).
PR checklist