File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
2013-01-16 Till Stensitzki added a baseline feature to stackplot
8
8
9
+ 2013-01-09 Deprecated the cbook module in favor of a private, not publicly
10
+ documentation module utils.
9
11
2012-12-22 Added classes for interpolation within triangular grids
10
12
(LinearTriInterpolator) and to find the triangles in which points
11
13
lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT
12
-
13
14
2012-12-05 Added MatplotlibDeprecationWarning class for signaling deprecation.
14
15
Matplotlib developers can use this class as follows:
15
16
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Changes in 1.3.x
26
26
27
27
* The `~matplotlib.mpl ` module is now deprecated. Those who relied on this
28
28
module should transition to simply using `import matplotlib as mpl `.
29
+ * The module ``cbook `` is deprecated and will be removed in 1.5.x.
29
30
30
31
Changes in 1.2.x
31
32
================
You can’t perform that action at this time.
0 commit comments