Skip to content

Commit fcb3ecf

Browse files
authored
Merge pull request matplotlib#31749 from rcomer/311-changenote
DOC: minor fixes for v3.11 api changes
2 parents a6e8048 + 141a3c4 commit fcb3ecf

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

doc/api/prev_api_changes/api_changes_3.11.0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ API Changes for 3.11.0
55
:local:
66
:depth: 1
77

8-
.. include:: /api/prev_api_changes/api_changes_3.10.0/behavior.rst
8+
.. include:: /api/prev_api_changes/api_changes_3.11.0/behavior.rst
99

10-
.. include:: /api/prev_api_changes/api_changes_3.10.0/deprecations.rst
10+
.. include:: /api/prev_api_changes/api_changes_3.11.0/deprecations.rst
1111

12-
.. include:: /api/prev_api_changes/api_changes_3.10.0/removals.rst
12+
.. include:: /api/prev_api_changes/api_changes_3.11.0/removals.rst
1313

14-
.. include:: /api/prev_api_changes/api_changes_3.10.0/development.rst
14+
.. include:: /api/prev_api_changes/api_changes_3.11.0/development.rst

doc/api/prev_api_changes/api_changes_3.11.0/behaviour.rst renamed to doc/api/prev_api_changes/api_changes_3.11.0/behavior.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Behavior Changes
2+
----------------
3+
4+
15
``pyplot.subplot`` and ``pyplot.subplot_mosaic`` raise *ValueError* on existing figures
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37

doc/api/prev_api_changes/api_changes_3.11.0/deprecations.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Deprecations
2+
------------
3+
4+
15
In-place modification of colormaps
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37

doc/api/prev_api_changes/api_changes_3.11.0/development.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Development changes
2+
-------------------
3+
14
Increase to minimum supported versions of dependencies
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36

@@ -8,7 +11,9 @@ bumped:
811
| Dependency | min in mpl3.10 | min in mpl3.11 |
912
+============+=================+================+
1013
| Python | 3.10 | 3.11 |
14+
+------------+-----------------+----------------+
1115
| NumPy | 1.23 | 1.25 |
16+
+------------+-----------------+----------------+
1217
| pyparsing | 2.3.1 | 3.0.0 |
1318
+------------+-----------------+----------------+
1419

doc/api/prev_api_changes/api_changes_3.11.0/removals.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Removals
2+
--------
3+
4+
15
``matplotlib.cm.get_cmap``
26
~~~~~~~~~~~~~~~~~~~~~~~~~~
37

0 commit comments

Comments
 (0)