|
From: <ds...@us...> - 2008-12-12 14:47:45
|
Revision: 6591
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6591&view=rev
Author: dsdale
Date: 2008-12-12 14:47:38 +0000 (Fri, 12 Dec 2008)
Log Message:
-----------
added note to api_changes.rst about removing configobj and traits
Modified Paths:
--------------
trunk/matplotlib/doc/api/api_changes.rst
trunk/matplotlib/doc/pyplots/tex_demo.png
Modified: trunk/matplotlib/doc/api/api_changes.rst
===================================================================
--- trunk/matplotlib/doc/api/api_changes.rst 2008-12-12 14:05:20 UTC (rev 6590)
+++ trunk/matplotlib/doc/api/api_changes.rst 2008-12-12 14:47:38 UTC (rev 6591)
@@ -6,6 +6,13 @@
outward-facing API. If updating matplotlib breaks your scripts, this
list may help describe what changes may be necessary in your code.
+* Removed configobj_ and `enthought.traits`_ packages, which are only
+ required by the experimental traited config and are somewhat out of
+ date. If needed, install them independently.
+
+.. _configobj: http://www.voidspace.org.uk/python/configobj.html
+.. _`enthought.traits`: http://code.enthought.com/projects/traits
+
Changes for 0.98.x
==================
@@ -253,7 +260,7 @@
`Axes.toggle_log_lineary()` has been removed.
:mod:`matplotlib.artist`
-~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~
============================================================ ============================================================
Old method New method
Modified: trunk/matplotlib/doc/pyplots/tex_demo.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|