Remove deprecated ImageFont.getsize and related functions for Pillow 10.0.0#7080
Merged
mergify[bot] merged 7 commits intopython-pillow:mainfrom Apr 10, 2023
Merged
Remove deprecated ImageFont.getsize and related functions for Pillow 10.0.0#7080mergify[bot] merged 7 commits intopython-pillow:mainfrom
mergify[bot] merged 7 commits intopython-pillow:mainfrom
Conversation
This was referenced Apr 10, 2023
nulano
approved these changes
Apr 10, 2023
hugovk
reviewed
Apr 10, 2023
docs/deprecations.rst
Outdated
Comment on lines
15
to
16
| .. _Font size and offset methods: | ||
|
|
Member
There was a problem hiding this comment.
This bit should be moved down as well.
Or, does Sphinx automatically create this anchor, and can we remove it?
Suggested change
| .. _Font size and offset methods: |
Member
Author
There was a problem hiding this comment.
The anchor was only being used from ImageDraw documentation that needed to be removed.
I've pushed a commit to remove both.
Member
Author
|
The Ubuntu failures are also happening on main - https://github.com/python-pillow/Pillow/actions/runs/4656595509 |
Member
PyQt6 6.5.0 was released two hours ago: https://pypi.org/project/PyQt6/6.5.0/ |
hugovk
approved these changes
Apr 10, 2023
Member
Author
|
#7081 was merged as a temporary workaround for the Qt failures. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes functions deprecated in #6381.
It includes
ImageDraw2.textbbox(), a variation on Improve tests after removing deprecated textsize hugovk/Pillow#100