Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b9199c

Browse files
dstansbytacaswell
authored andcommitted
Move dependency changes to a common heading
1 parent 0927ed4 commit 1b9199c

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
API Changes for 3.1.0
22
=====================
33

4+
Dependency changes
5+
------------------
6+
7+
numpy
8+
~~~~~
9+
10+
Matplotlib 3.1 now requires numpy>=1.11.
11+
12+
ghostscript
13+
~~~~~~~~~~~
14+
15+
Support for ghostscript 8.60 (released in 2007) has been removed. The oldest
16+
supported version of ghostscript is now 9.0 (released in 2010).
17+
418
Mathtext changes
519
----------------
620

@@ -466,11 +480,6 @@ Behavior changes
466480
Calling `.Figure.add_subplot()` with no positional arguments used to do
467481
nothing; this now is equivalent to calling ``add_subplot(111)`` instead.
468482

469-
Numpy minimum version bump
470-
--------------------------
471-
472-
Matplotlib 3.1 requires numpy>=1.11.
473-
474483
Deprecations
475484
------------
476485

@@ -1100,9 +1109,3 @@ Changed exceptions
11001109

11011110
- `mpl_toolkits.axes_grid1.axes_size.GetExtentHelper` now raises `ValueError`
11021111
for invalid directions instead of `KeyError`.
1103-
1104-
ghostscript 8 support removed
1105-
-----------------------------
1106-
1107-
Support for ghostscript 8.60 (released in 2007) has been removed. The oldest
1108-
supported version of ghostscript is now 9.0 (released in 2010).

0 commit comments

Comments
 (0)