Skip to content

Commit b60a106

Browse files
committed
DOC: move an entry from whats_new -> api_changes
1 parent 05491f4 commit b60a106

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

doc/api/api_changes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,18 @@ Moreover, the underlying implementation now uses ``\usepackage[utf8]{inputenc}``
350350
instead of ``\usepackage{ucs}\usepackage[utf8x]{inputenc}``.
351351

352352

353+
Return type of ArtistInspector.get_aliases changed
354+
--------------------------------------------------
355+
356+
`ArtistInspector.get_aliases` previously returned the set of aliases as
357+
``{fullname: {alias1: None, alias2: None, ...}}``. The dict-to-None mapping
358+
was used to simulate a set in earlier versions of Python. It has now been
359+
replaced by a set, i.e. ``{fullname: {alias1, alias2, ...}}``.
360+
361+
This value is also stored in `ArtistInspector.aliasd`, which has likewise
362+
changed.
363+
364+
353365
Removed ``pytz`` as a dependency
354366
--------------------------------
355367

doc/users/whats_new.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,6 @@ easily position static elements in figure coordinates.
239239

240240

241241

242-
243-
Return type of ArtistInspector.get_aliases changed
244-
--------------------------------------------------
245-
246-
`ArtistInspector.get_aliases` previously returned the set of aliases as
247-
``{fullname: {alias1: None, alias2: None, ...}}``. The dict-to-None mapping
248-
was used to simulate a set in earlier versions of Python. It has now been
249-
replaced by a set, i.e. ``{fullname: {alias1, alias2, ...}}``.
250-
251-
This value is also stored in `ArtistInspector.aliasd`, which has likewise
252-
changed.
253-
254-
255242
``:math:`` directive renamed to ``:mathmpl:``
256243
---------------------------------------------
257244

0 commit comments

Comments
 (0)