Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b9199c

Browse filesBrowse files
dstansbytacaswell
authored andcommitted
Move dependency changes to a common heading
1 parent 0927ed4 commit 1b9199c
Copy full SHA for 1b9199c

File tree

Expand file treeCollapse file tree

1 file changed

+14
-11
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-11
lines changed

‎doc/api/prev_api_changes/api_changes_3.1.0.rst

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_3.1.0.rst
+14-11Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.