Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa71abc commit 8f42ab1Copy full SHA for 8f42ab1
2 files changed
API_CHANGES
@@ -1,6 +1,11 @@
1
+
2
Changes for 0.98.x
3
==================
4
5
+* Deprecated (raise NotImplementedError) all the mlab2 functions from
6
+ matplotlib.mlab out of concern that some of them were not clean room
7
+ implementations.
8
9
* Methods get_offsets and set_offsets added to Collections base
10
class.
11
CHANGELOG
@@ -1,3 +1,7 @@
+2008-07-24 Deprecated (raise NotImplementedError) all the mlab2
+ functions from matplotlib.mlab out of concern that some of
+ them were not clean room implementations. JDH
2008-07-24 Rewrite of a significant portion of the clabel code (class
ContourLabeler) to improve inlining. - DMK
0 commit comments