File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11API 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+
418Mathtext changes
519----------------
620
@@ -466,11 +480,6 @@ Behavior changes
466480Calling `.Figure.add_subplot() ` with no positional arguments used to do
467481nothing; 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-
474483Deprecations
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).
You can’t perform that action at this time.
0 commit comments