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.
2 parents 6fb906e + f2c4fce commit 44952edCopy full SHA for 44952ed
2 files changed
doc/api/next_api_changes/2019-04-23-AL.rst
@@ -0,0 +1,4 @@
1
+Deprecations
2
+````````````
3
+``matplotlib.compare_versions`` is deprecated (use comparison of
4
+``distutils.version.LooseVersion``\s instead).
lib/matplotlib/__init__.py
@@ -167,6 +167,7 @@
167
}"""
168
169
170
+@cbook.deprecated("3.2")
171
def compare_versions(a, b):
172
"Return whether version *a* is greater than or equal to version *b*."
173
if isinstance(a, bytes):
0 commit comments