Skip to content

Commit 192a846

Browse files
committed
DOC: language changes to whatsnew
1 parent bb7240a commit 192a846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Please note that the string `index` is not supported with the round trip format,
181181
Other Enhancements
182182
^^^^^^^^^^^^^^^^^^
183183

184+
- Unary ``+`` now permitted for ``Series`` and ``DataFrame`` as numeric operator (:issue:`16073`)
184185
- Better support for :func:`Dataframe.style.to_excel` output with the ``xlsxwriter`` engine. (:issue:`16149`)
185186
- :func:`pandas.tseries.frequencies.to_offset` now accepts leading '+' signs e.g. '+1h'. (:issue:`18171`)
186187
- :func:`MultiIndex.unique` now supports the ``level=`` argument, to get unique values from a specific index level (:issue:`17896`)
@@ -273,7 +274,6 @@ Build Changes
273274
Other API Changes
274275
^^^^^^^^^^^^^^^^^
275276

276-
- Unary ``+`` operator now permitted for ``Series`` and ``DataFrame`` (:issue:`16073`)
277277
- :func:`Series.astype` and :func:`Index.astype` with an incompatible dtype will now raise a ``TypeError`` rather than a ``ValueError`` (:issue:`18231`)
278278
- ``Series`` construction with an ``object`` dtyped tz-aware datetime and ``dtype=object`` specified, will now return an ``object`` dtyped ``Series``, previously this would infer the datetime dtype (:issue:`18231`)
279279
- A :class:`Series` of ``dtype=category`` constructed from an empty ``dict`` will now have categories of ``dtype=object`` rather than ``dtype=float64``, consistently with the case in which an empty list is passed (:issue:`18515`)

0 commit comments

Comments
 (0)