|
From: <jd...@us...> - 2008-12-10 17:22:54
|
Revision: 6551
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6551&view=rev
Author: jdh2358
Date: 2008-12-10 17:22:51 +0000 (Wed, 10 Dec 2008)
Log Message:
-----------
more doc adds
Modified Paths:
--------------
trunk/matplotlib/doc/users/whats_new.rst
Modified: trunk/matplotlib/doc/users/whats_new.rst
===================================================================
--- trunk/matplotlib/doc/users/whats_new.rst 2008-12-10 16:39:01 UTC (rev 6550)
+++ trunk/matplotlib/doc/users/whats_new.rst 2008-12-10 17:22:51 UTC (rev 6551)
@@ -10,8 +10,17 @@
==============================
It's been four months since the last matplotlib release, and there are
-a lot of new features and bug-fixes
+a lot of new features and bug-fixes.
+Thanks to Charlie Moad for testing and preparing the source release,
+including binaries for OS X and Windows for python 2.4 and 2.5 (2.6
+and 3.0 will not be available until numpy is available on those
+releases). Thanks to the many developers who contributed to this
+release, with contributions from Jae-Joon Lee, Michael Droettboom,
+Ryan May, Eric Firing, Manuel Metz, Jouni K. Seppaenen, Jeff Whitaker,
+Darren Dale, David Kaplan, Michiel de Hoon and many others who
+submitted patches
+
.. _legend-refactor:
Legend enhancements
@@ -40,6 +49,22 @@
.. _psd-amplitude:
+
+Native OS X backend
+--------------------
+
+Michiel de Hoon has provided a native Mac OSX backend that is almost
+completely implemented in C. The backend can therefore use Quartz
+directly and, depending on the application, can be orders of magnitude
+faster than the existing backends. In addition, no third-party
+libraries are needed other than Python and NumPy. The backend is
+interactive from the usual terminal application on Mac using regular
+Python. It hasn't been tested with ipython yet, but in principle it
+should to work there as well. Set 'backend : macosx' in your
+matplotlibrc file, or run your script with::
+
+ > python myfile.py -dmacosx
+
psd amplitude scaling
-------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|