Skip to content

Commit 71485fc

Browse files
committed
Add release notes for deprecation expiration
1 parent 7e83dff commit 71485fc

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Widgets
2+
~~~~~~~
3+
4+
The *visible* attribute getter of Selector widgets has been deprecated;
5+
use ``get_visible``
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
``Figure.callbacks`` is deprecated
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
The Figure ``callbacks`` property is deprecated. The only signal was
5+
"dpi_changed", which can be replaced by connecting to the "resize_event" on the
6+
canvas ``figure.canvas.mpl_connect("resize_event", func)`` instead.
7+
8+
9+
10+
Passing too many positional arguments to ``tripcolor``
11+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+
... raises ``TypeError`` (extra arguments were previously ignored).
13+
14+
15+
The *filled* argument to ``Colorbar`` is removed
16+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17+
This behavior was already governed by the underlying ``ScalarMappable``.
18+
19+
20+
Widgets
21+
~~~~~~~
22+
23+
The *visible* attribute setter of Selector widgets has been removed; use ``set_visible``
24+
The associated getter is also deprecated, but not yet expired.

0 commit comments

Comments
 (0)