Skip to content

Commit c9240f8

Browse files
committed
Move some new API changes to the correct place
1 parent cf406b7 commit c9240f8

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

doc/api/next_api_changes/2018-09-06-AL.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/api/next_api_changes/2019-08-28-AL.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ display units rather than in inches, which it previously did.
231231
The new behavior is the correct one given the uses of ``get_canvas_width_height``
232232
in the rest of the codebase.
233233

234+
The pgf backend now includes images using ``\includegraphics`` instead of
235+
``\pgfimage`` if the version of ``graphicx`` is recent enough to support the
236+
``interpolate`` option (this is detected automatically).
237+
234238
`~matplotlib.cbook`
235239
~~~~~~~~~~~~~~~~~~~
236240
The default value of the "obj_type" parameter to ``cbook.warn_deprecated`` has
@@ -260,4 +264,3 @@ package, and Axes methods that take a ``norm`` parameter.
260264

261265
If extra kwargs are passed to `.LogScale`, `TypeError` will now be
262266
raised instead of `ValueError`.
263-

doc/api/prev_api_changes/api_changes_3.2.0/deprecations.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ Passing scalars to parameter *where* in ``fill_between()`` and
139139
broadcasted to the size of *x*. Non-matching sizes will raise a ``ValueError``
140140
in the future.
141141

142+
``tight_layout()``
143+
~~~~~~~~~~~~~~~~~~
144+
The ``renderer`` parameter to `.Figure.tight_layout` is deprecated; this method
145+
now always uses the renderer instance cached on the `.Figure`.
146+
142147
rcParams
143148
~~~~~~~~
144149
The ``rcsetup.validate_animation_writer_path`` function is deprecated.
@@ -178,6 +183,8 @@ PGF
178183
``backend_pgf.repl_escapetext`` and ``backend_pgf.repl_mathdefault`` are
179184
deprecated.
180185

186+
``RendererPgf.latexManager`` is deprecated.
187+
181188
FigureCanvas
182189
~~~~~~~~~~~~
183190
``FigureCanvasBase.draw_cursor`` (which has never done anything and has never
@@ -269,5 +276,3 @@ from the public API in future versions.
269276

270277
``style.core.is_style_file`` and ``style.core.iter_style_files``
271278
are deprecated.
272-
273-

0 commit comments

Comments
 (0)