From 35b19751f98cc4d625bd86091ec2885d24a48c14 2014-01-25 14:16:54 From: Daniel B. Vasquez Date: 2014-01-25 14:16:54 Subject: [PATCH] update what's new --- diff --git a/docs/source/whatsnew/pr/inline-jpg.rst b/docs/source/whatsnew/pr/inline-jpg.rst new file mode 100644 index 0000000..17ecc17 --- /dev/null +++ b/docs/source/whatsnew/pr/inline-jpg.rst @@ -0,0 +1,2 @@ +* The InlineBackend.figure_format flag now supports JPEG output if PIL is available. +* The new InlineBackend.quality flag controls the amount of compression (currently JPEG only)