@@ -23,6 +23,74 @@ revision, see the :ref:`github-stats`.
23
23
new in matplotlib-1.3
24
24
=====================
25
25
26
+ New in 1.3.1
27
+ ------------
28
+
29
+ 1.3.1 is a bugfix release, primarily dealing with improved setup and
30
+ handling of dependencies, and correcting and enhancing the
31
+ documentation.
32
+
33
+ The following changes were made in 1.3.1 since 1.3.0.
34
+
35
+ Enhancements
36
+ ````````````
37
+
38
+ - Added a context manager for creating multi-page pdfs (see
39
+ `matplotlib.backends.backend_pdf.PdfPages `).
40
+
41
+ - The WebAgg backend should no have lower latency over heterogeneous
42
+ Internet connections.
43
+
44
+ Bug fixes
45
+ `````````
46
+
47
+ - Histogram plots now contain the endline.
48
+
49
+ - Fixes to the Molleweide projection.
50
+
51
+ - Handling recent fonts from Microsoft and Macintosh-style fonts with
52
+ non-ascii metadata is improved.
53
+
54
+ - Hatching of fill between plots now works correctly in the PDF
55
+ backend.
56
+
57
+ - Tight bounding box support now works in the PGF backend.
58
+
59
+ - Transparent figures now display correctly in the Qt4Agg backend.
60
+
61
+ - Drawing lines from one subplot to another now works.
62
+
63
+ - Unit handling on masked arrays has been improved.
64
+
65
+ Setup and dependencies
66
+ ``````````````````````
67
+
68
+ - Now works with any version of pyparsing 1.5.6 or later, without displaying
69
+ hundreds of warnings.
70
+
71
+ - Now works with 64-bit versions of Ghostscript on MS-Windows.
72
+
73
+ - When installing from source into an environment without Numpy, Numpy
74
+ will first be downloaded and built and then used to build
75
+ matplotlib.
76
+
77
+ - Externally installed backends are now always imported using a
78
+ fully-qualified path to the module.
79
+
80
+ - Works with newer version of wxPython.
81
+
82
+ - Can now build with a PyCXX installed globally on the system from source.
83
+
84
+ - Better detection of Gtk3 dependencies.
85
+
86
+ Testing
87
+ ```````
88
+
89
+ - Tests should now work in non-English locales.
90
+
91
+ - PEP8 conformance tests now report on locations of issues.
92
+
93
+
26
94
New plotting features
27
95
---------------------
28
96
0 commit comments