Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce66510

Browse files
committed
added note to api_changes.rst about removing configobj and traits
svn path=/trunk/matplotlib/; revision=6591
1 parent bfd8fa7 commit ce66510

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/api/api_changes.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This chapter is a log of changes to matplotlib that affect the
66
outward-facing API. If updating matplotlib breaks your scripts, this
77
list may help describe what changes may be necessary in your code.
88

9+
* Removed configobj_ and `enthought.traits`_ packages, which are only
10+
required by the experimental traited config and are somewhat out of
11+
date. If needed, install them independently.
12+
13+
.. _configobj: http://www.voidspace.org.uk/python/configobj.html
14+
.. _`enthought.traits`: http://code.enthought.com/projects/traits
15+
916
Changes for 0.98.x
1017
==================
1118

@@ -253,7 +260,7 @@ The :class:`Polar` class has moved to :mod:`matplotlib.projections.polar`.
253260
`Axes.toggle_log_lineary()` has been removed.
254261
255262
:mod:`matplotlib.artist`
256-
~~~~~~~~~~~~~~~~~~~~~~~
263+
~~~~~~~~~~~~~~~~~~~~~~~~
257264

258265
============================================================ ============================================================
259266
Old method New method

doc/pyplots/tex_demo.png

1.52 KB
Loading

0 commit comments

Comments
 (0)