10000
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 66daba6 commit a7e8922Copy full SHA for a7e8922
doc/api/api_changes.rst
@@ -40,6 +40,12 @@ CocoaAgg backend removed
40
~~~~~~~~~~~~~~~~~~~~~~~~
41
The deprecated and not fully functional CocoaAgg backend has been removed.
42
43
+`round` removed from TkAgg Backend
44
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45
+The TkAgg backend had its own implementation of the `round` function. This
46
+was unused internally and has been removed. Instead, use either the
47
+`round` builtin function or `numpy.round`.
48
+
49
'hold' functionality deprecated
50
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51
The 'hold' keyword argument and all functions and methods related
0 commit comments