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

Skip to content

Commit 0970fee

Browse files
committed
ENH the documentation now mentions the deprecation of the cbook module
1 parent 28af817 commit 0970fee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
2013-01-16 Till Stensitzki added a baseline feature to stackplot
88

9+
2013-01-09 Deprecated the cbook module in favor of a private, not publicly
10+
documentation module utils.
911
2012-12-22 Added classes for interpolation within triangular grids
1012
(LinearTriInterpolator) and to find the triangles in which points
1113
lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT
12-
1314
2012-12-05 Added MatplotlibDeprecationWarning class for signaling deprecation.
1415
Matplotlib developers can use this class as follows:
1516

doc/api/api_changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Changes in 1.3.x
2626

2727
* The `~matplotlib.mpl` module is now deprecated. Those who relied on this
2828
module should transition to simply using `import matplotlib as mpl`.
29+
* The module ``cbook`` is deprecated and will be removed in 1.5.x.
2930

3031
Changes in 1.2.x
3132
================

0 commit comments

Comments
 (0)