-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into image_mode_size_delegation
- Loading branch information
Showing
65 changed files
with
252 additions
and
183 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Python,3.11,3.10,3.9,3.8,3.7,3.6,3.5 | ||
Pillow >= 10,Yes,Yes,Yes,Yes,,, | ||
Pillow 9.3 - 9.5,Yes,Yes,Yes,Yes,Yes,, | ||
Pillow 9.0 - 9.2,,Yes,Yes,Yes,Yes,, | ||
Pillow 8.3.2 - 8.4,,Yes,Yes,Yes,Yes,Yes, | ||
Pillow 8.0 - 8.3.1,,,Yes,Yes,Yes,Yes, | ||
Pillow 7.0 - 7.2,,,,Yes,Yes,Yes,Yes | ||
Python,3.12,3.11,3.10,3.9,3.8,3.7,3.6,3.5 | ||
Pillow >= 10.1,Yes,Yes,Yes,Yes,Yes,,, | ||
Pillow 10.0,,Yes,Yes,Yes,Yes,,, | ||
Pillow 9.3 - 9.5,,Yes,Yes,Yes,Yes,Yes,, | ||
Pillow 9.0 - 9.2,,,Yes,Yes,Yes,Yes,, | ||
Pillow 8.3.2 - 8.4,,,Yes,Yes,Yes,Yes,Yes, | ||
Pillow 8.0 - 8.3.1,,,,Yes,Yes,Yes,Yes, | ||
Pillow 7.0 - 7.2,,,,,Yes,Yes,Yes,Yes |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
10.1.0 | ||
------ | ||
|
||
Backwards Incompatible Changes | ||
============================== | ||
|
||
Setting image mode | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
If you attempt to set the mode of an image directly, e.g. | ||
``im.mode = "RGBA"``, you will now receive an ``AttributeError``. This is | ||
not about removing existing functionality, but instead about raising an | ||
explicit error to prevent later consequences. The ``convert`` method is the | ||
correct way to change an image's mode. | ||
|
||
Deprecations | ||
============ | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
API Changes | ||
=========== | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
API Additions | ||
============= | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
Security | ||
======== | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
Other Changes | ||
============= | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ expected to be backported to earlier versions. | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
10.1.0 | ||
10.0.0 | ||
9.5.0 | ||
9.4.0 | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.