@@ -58,6 +58,74 @@ to a non-transparent background.
58
58
new in matplotlib-1.3
59
59
=====================
60
60
61
+ New in 1.3.1
62
+ ------------
63
+
64
+ 1.3.1 is a bugfix release, primarily dealing with improved setup and
65
+ handling of dependencies, and correcting and enhancing the
66
+ documentation.
67
+
68
+ The following changes were made in 1.3.1 since 1.3.0.
69
+
70
+ Enhancements
71
+ ````````````
72
+
73
+ - Added a context manager for creating multi-page pdfs (see
74
+ `matplotlib.backends.backend_pdf.PdfPages `).
75
+
76
+ - The WebAgg backend should no have lower latency over heterogeneous
77
+ Internet connections.
78
+
79
+ Bug fixes
80
+ `````````
81
+
82
+ - Histogram plots now contain the endline.
83
+
84
+ - Fixes to the Molleweide projection.
85
+
86
+ - Handling recent fonts from Microsoft and Macintosh-style fonts with
87
+ non-ascii metadata is improved.
88
+
89
+ - Hatching of fill between plots now works correctly in the PDF
90
+ backend.
91
+
92
+ - Tight bounding box support now works in the PGF backend.
93
+
94
+ - Transparent figures now display correctly in the Qt4Agg backend.
95
+
96
+ - Drawing lines from one subplot to another now works.
97
+
98
+ - Unit handling on masked arrays has been improved.
99
+
100
+ Setup and dependencies
101
+ ``````````````````````
102
+
103
+ - Now works with any version of pyparsing 1.5.6 or later, without displaying
104
+ hundreds of warnings.
105
+
106
+ - Now works with 64-bit versions of Ghostscript on MS-Windows.
107
+
108
+ - When installing from source into an environment without Numpy, Numpy
109
+ will first be downloaded and built and then used to build
110
+ matplotlib.
111
+
112
+ - Externally installed backends are now always imported using a
113
+ fully-qualified path to the module.
114
+
115
+ - Works with newer version of wxPython.
116
+
117
+ - Can now build with a PyCXX installed globally on the system from source.
118
+
119
+ - Better detection of Gtk3 dependencies.
120
+
121
+ Testing
122
+ ```````
123
+
124
+ - Tests should now work in non-English locales.
125
+
126
+ - PEP8 conformance tests now report on locations of issues.
127
+
128
+
61
129
New plotting features
62
130
---------------------
63
131
0 commit comments