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

Skip to content

Commit 2fd279f

Browse files
committed
DOC: move last few whats_new entries into main rst
1 parent a0088e5 commit 2fd279f

3 files changed

Lines changed: 23 additions & 24 deletions

File tree

doc/users/next_whats_new/2018-09-06-AL.rst

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

doc/users/next_whats_new/2018-09-15-AL.rst

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

doc/users/whats_new.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,29 @@ Headless linux servers (identified by the DISPLAY env not being defined)
239239
will not select a GUI backend.
240240

241241

242+
Return type of ArtistInspector.get_aliases changed
243+
``````````````````````````````````````````````````
244+
245+
`ArtistInspector.get_aliases` previously returned the set of aliases as
246+
``{fullname: {alias1: None, alias2: None, ...}}``. The dict-to-None mapping
247+
was used to simulate a set in earlier versions of Python. It has now been
248+
replaced by a set, i.e. ``{fullname: {alias1, alias2, ...}}``.
249+
250+
This value is also stored in `ArtistInspector.aliasd`, which has likewise
251+
changed.
252+
253+
254+
``:math:`` directive renamed to ``:mathmpl:``
255+
`````````````````````````````````````````````
256+
257+
The ``:math:`` rst role provided by `matplotlib.sphinxext.mathmpl` has been
258+
renamed to ``:mathmpl:`` to avoid conflicting with the ``:math:`` role that
259+
Sphinx 1.8 provides by default. (``:mathmpl:`` uses Matplotlib to render math
260+
expressions to images embedded in html, whereas Sphinx uses MathJax.)
261+
262+
When using Sphinx<1.8, both names (``:math:`` and ``:mathmpl:``) remain
263+
available for backcompatibility.
264+
242265

243266
==================
244267
Previous Whats New

0 commit comments

Comments
 (0)