From 657ec4aa3dd253400ac72fdf1d8b44960d36df84 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 10 Feb 2022 13:53:30 +1100 Subject: [PATCH] Added release notes for #5891 --- docs/releasenotes/9.1.0.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index 9e4429b24..734eb1d99 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -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 "data" entry. This will allow more useful information to be added in the future without 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.