File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 3
3
API Changes
4
4
===========
5
5
6
- A log of changes to the most recent version of Matplotlib that affect the
7
- outward-facing API. If updating Matplotlib breaks your scripts, this list may
8
- help you figure out what caused the breakage and how to fix it by updating
9
- your code. For API changes in older versions see :doc: `api_changes_old `.
6
+ If updating Matplotlib breaks your scripts, this list may help you figure out
7
+ what caused the breakage and how to fix it by updating your code.
10
8
11
- For new features that were added to Matplotlib, see :ref: `whats-new `.
12
-
13
- This pages lists API changes for the most recent version of Matplotlib.
9
+ For API changes in older versions see
14
10
15
11
.. toctree ::
16
12
:maxdepth: 1
17
13
18
14
api_changes_old
19
15
16
+ Changes for the latest version are listed below. For new features that were
17
+ added to Matplotlib, see :ref: `whats-new `.
20
18
21
19
.. note ::
22
20
@@ -25,14 +23,17 @@ This pages lists API changes for the most recent version of Matplotlib.
25
23
26
24
When a release is made
27
25
28
- - The full text list below should be moved into its own file in
29
- 'prev_api_changes'
30
- - All the files in 'next_api_changes' should be moved to the bottom of this page
31
- - This note, and the toctree below should be commented out
26
+ - All the files in 'next_api_changes/' should be moved to a single file in
27
+ 'prev_api_changes/'.
28
+ - The include directive below should be changed to point to the new file
29
+ created in the previous step.
30
+ - This note, and the toctree below should be commented out.
32
31
33
32
34
33
.. toctree ::
35
34
:glob:
36
35
:maxdepth: 1
37
36
38
37
next_api_changes/*
38
+
39
+ .. include :: prev_api_changes/api_changes_3.1.0.rst
Original file line number Diff line number Diff line change
1
+ API Changes for 3.1.0
2
+ =====================
3
+
1
4
API removals
2
5
------------
3
6
@@ -353,7 +356,7 @@ The following keyword arguments are deprecated:
353
356
`~mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface ` is deprecated. This was
354
357
an unintended implementation detail with the same semantics as
355
358
``shade=False ``. Please use the latter code instead.API removals
356
- ````````````
359
+
357
360
358
361
The following deprecated APIs were removed:
359
362
You can’t perform that action at this time.
0 commit comments