10000 MNT: Add API change note on removal of TkAgg's round. · matplotlib/matplotlib@a7e8922 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7e8922

Browse files
committed
MNT: Add API change note on removal of TkAgg's round.
1 parent 66daba6 commit a7e8922

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/api_changes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ CocoaAgg backend removed
4040
~~~~~~~~~~~~~~~~~~~~~~~~
4141
The deprecated and not fully functional CocoaAgg backend has been removed.
4242

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+
4349
'hold' functionality deprecated
4450
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4551
The 'hold' keyword argument and all functions and methods related

0 commit comments

Comments
 (0)
0