Commit 48ced0b
committed
Deprecate unused AddList.
It's actually still used in get_vsize_hsize, but that is also currently
deprecated. Also, there's a reasonable replacement. The replacement
may be very slightly less efficient because it constructs deeply nested
Add objects, but given the low level of maintenance for axes_grid1,
decreasing the public API still seems a good idea.1 parent cc71742 commit 48ced0b
File tree
2 files changed
+6
-1
lines changed- doc/api/next_api_changes/removals
- lib/mpl_toolkits/axes_grid1
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments