@@ -10,7 +10,16 @@ What new in 0.98.4
10
10
==============================
11
11
12
12
It's been four months since the last matplotlib release, and there are
13
- a lot of new features and bug-fixes
13
+ a lot of new features and bug-fixes.
14
+
15
+ Thanks to Charlie Moad for testing and preparing the source release,
16
+ including binaries for OS X and Windows for python 2.4 and 2.5 (2.6
17
+ and 3.0 will not be available until numpy is available on those
18
+ releases). Thanks to the many developers who contributed to this
19
+ release, with contributions from Jae-Joon Lee, Michael Droettboom,
20
+ Ryan May, Eric Firing, Manuel Metz, Jouni K. Seppaenen, Jeff Whitaker,
21
+ Darren Dale, David Kaplan, Michiel de Hoon and many others who
22
+ submitted patches
14
23
15
24
.. _legend-refactor :
16
25
@@ -40,6 +49,22 @@ boxes and connectors in annotations. See
40
49
41
50
.. _psd-amplitude :
42
51
52
+
53
+ Native OS X backend
54
+ --------------------
55
+
56
+ Michiel de Hoon has provided a native Mac OSX backend that is almost
57
+ completely implemented in C. The backend can therefore use Quartz
58
+ directly and, depending on the application, can be orders of magnitude
59
+ faster than the existing backends. In addition, no third-party
60
+ libraries are needed other than Python and NumPy. The backend is
61
+ interactive from the usual terminal application on Mac using regular
62
+ Python. It hasn't been tested with ipython yet, but in principle it
63
+ should to work there as well. Set 'backend : macosx' in your
64
+ matplotlibrc file, or run your script with::
65
+
66
+ > python myfile.py -dmacosx
67
+
43
68
psd amplitude scaling
44
69
-------------------------
45
70
0 commit comments