From 75caf4e47b5b7129e9d0c44b6ff691dc905f5803 2013-09-21 01:53:41 From: Fernando Perez Date: 2013-09-21 01:53:41 Subject: [PATCH] Add information to what's new about new MPL 1.1 requirement. --- diff --git a/docs/source/whatsnew/pr/incompat-mpl-backend.rst b/docs/source/whatsnew/pr/incompat-mpl-backend.rst new file mode 100644 index 0000000..f62e70c --- /dev/null +++ b/docs/source/whatsnew/pr/incompat-mpl-backend.rst @@ -0,0 +1,4 @@ +We fixed an issue with switching between matplotlib inline and GUI backends, +but the fix requires matplotlib 1.1 or newer. So from now on, we consider +matplotlib 1.1 to be the minimally supported version for IPython. Older +versions for the most part will work, but we make no guarantees about it.