mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 01:43:17 +03:00
Added release notes for #5891
This commit is contained in:
parent
ef1373838d
commit
657ec4aa3d
|
@ -14,3 +14,13 @@ image. The keys of the returned dictionary are the image resource IDs.
|
||||||
At present, the information within each block is merely returned as a dictionary with a
|
At present, the information within each block is merely returned as a dictionary with a
|
||||||
"data" entry. This will allow more useful information to be added in the future without
|
"data" entry. This will allow more useful information to be added in the future without
|
||||||
breaking backwards compatibility.
|
breaking backwards compatibility.
|
||||||
|
|
||||||
|
Other Changes
|
||||||
|
=============
|
||||||
|
|
||||||
|
Image._repr_pretty_
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
`im._repr_pretty_` has been added to provide a representation of an image without the
|
||||||
|
identity of the object. This allows Jupyter to describe an image and have that
|
||||||
|
description stay the same on subsequent executions of the same code.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user