-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Remove deprecated ImageFont.getsize and related functions for Pillow 10.0.0 #7080
Conversation
docs/deprecations.rst
Outdated
.. _Font size and offset methods: | ||
|
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.
This bit should be moved down as well.
Or, does Sphinx automatically create this anchor, and can we remove it?
.. _Font size and offset methods: |
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.
The anchor was only being used from ImageDraw documentation that needed to be removed.
I've pushed a commit to remove both.
The Ubuntu failures are also happening on main - https://github.com/python-pillow/Pillow/actions/runs/4656595509 |
PyQt6 6.5.0 was released two hours ago: https://pypi.org/project/PyQt6/6.5.0/ |
#7081 was merged as a temporary workaround for the Qt failures. |
This removes functions deprecated in #6381.
It includes
ImageDraw2.textbbox()
, a variation on Improve tests after removing deprecated textsize hugovk/Pillow#100