10000 Merge pull request #11314 from timhoffm/api-changes-headings · matplotlib/matplotlib@2b8613b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b8613b

Browse files
authored
Merge pull request #11314 from timhoffm/api-changes-headings
API changes: use the heading format defined in README.txt
2 parents a8bd774 + 8f71f86 commit 2b8613b

File tree

9 files changed

+11
-9
lines changed

9 files changed

+11
-9
lines changed

doc/api/api_changes/2017-12-20-TH.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Deprecations
2-
````````````
2+
------------
33

44
`.Legend.draggable()` is drepecated in favor of `.Legend.set_draggable()`.
55
``Legend.draggable`` may be reintroduced as a property in future releases.

doc/api/next_api_changes/2018-02-15-AL-deprecations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Deprecations
2-
````````````
2+
------------
33
The following modules are deprecated:
44

55
- :mod:`matplotlib.compat.subprocess`. This was a python 2 workaround, but all
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
matplotlib.cbook.Bunch deprecated
2-
`````````````````````````````````
2+
---------------------------------
3+
34
The ``matplotlib.cbook.Bunch`` class has been deprecated. Instead, use
45
`types.SimpleNamespace` from the standard library which provides the same
56
functionality.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
``Axes3D.get_xlim``, ``get_ylim`` and ``get_zlim`` now return a tuple
2-
`````````````````````````````````````````````````````````````````````
2+
---------------------------------------------------------------------
33

44
They previously returned an array. Returning a tuple is consistent with the
55
behavior for 2D axes.

doc/api/next_api_changes/2018-02-26-AL-removals.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Removal of deprecated APIs
2-
``````````````````````````
2+
--------------------------
3+
34
The following deprecated API elements have been removed:
45

56
- ``matplotlib.checkdep_tex``, ``matplotlib.checkdep_xmllint``,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
``font_manager.list_fonts`` now follows the platform's casefolding semantics
2-
````````````````````````````````````````````````````````````````````````````
2+
----------------------------------------------------------------------------
33

44
i.e., it behaves case-insensitively on Windows only.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
``bar``/``barh`` no longer accepts ``left``/``bottom`` as first named argument
2-
``````````````````````````````````````````````````````````````````````````````
2+
------------------------------------------------------------------------------
33

44
These arguments were renamed in 2.0 to ``x``/``y`` following the change of the
55
default alignment from ``edge`` to ``center``.

doc/api/next_api_changes/2018-04-22-AL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Deprecation of certain marker styles
2-
````````````````````````````````````
2+
------------------------------------
33

44
Using ``(n, 3)`` as marker style to specify a circle marker is deprecated. Use
55
``"o"`` instead.

doc/api/next_api_changes/2018-04-30-AL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Remove lib/mpl_examples
2-
```````````````````````
2+
-----------------------
33

44
The symlink from lib/mpl_examples to ../examples has been removed.
55
This is not installed as an importable package and should not affect

0 commit comments

Comments
 (0)
0