8000
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 1956b1d commit f2c4fceCopy full SHA for f2c4fce
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