8000 DOC: incorporate API changes · sauerburger/matplotlib@807f59d · GitHub
[go: up one dir, main page]

Skip to content

Commit 807f59d

Browse files
committed
DOC: incorporate API changes
1 parent 67ed7ef commit 807f59d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

doc/api/api_changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ added to Matplotlib, see :ref:`whats-new`.
3737

3838
next_api_changes/*
3939

40+
.. include:: prev_api_changes/api_changes_3.1.1.rst
4041
.. include:: prev_api_changes/api_changes_3.1.0.rst

doc/api/next_api_changes/2019-06-25-AL.rst renamed to doc/api/prev_api_changes/api_changes_3.1.1.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
API changes
2-
```````````
1+
API Changes for 3.1.1
2+
=====================
3+
4+
.. contents::
5+
:local:
6+
:depth: 1
7+
8+
Behavior changes
9+
----------------
10+
11+
Locator.nonsingular return order
12+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
313

414
`Locator.nonsingular` (introduced in mpl 3.1) now returns a range ``v0, v1``
515
with ``v0 <= v1``. This behavior is consistent with the implementation of

0 commit comments

Comments
 (0)
0