Skip to content

Commit 3e887c2

Browse files
committed
DOC: language changes to whatsnew
1 parent 6c0d456 commit 3e887c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ Current Behavior:
253253
Other Enhancements
254254
^^^^^^^^^^^^^^^^^^
255255

256+
- Unary ``+`` now permitted for ``Series`` and ``DataFrame`` as numeric operator (:issue:`16073`)
256257
- Better support for :func:`Dataframe.style.to_excel` output with the ``xlsxwriter`` engine. (:issue:`16149`)
257258
- :func:`pandas.tseries.frequencies.to_offset` now accepts leading '+' signs e.g. '+1h'. (:issue:`18171`)
258259
- :func:`MultiIndex.unique` now supports the ``level=`` argument, to get unique values from a specific index level (:issue:`17896`)
@@ -463,7 +464,6 @@ To restore previous behavior, simply set ``expand`` to ``False``:
463464
Other API Changes
464465
^^^^^^^^^^^^^^^^^
465466

466-
- Unary ``+`` operator now permitted for ``Series`` and ``DataFrame`` (:issue:`16073`)
467467
- :func:`Series.astype` and :func:`Index.astype` with an incompatible dtype will now raise a ``TypeError`` rather than a ``ValueError`` (:issue:`18231`)
468468
- ``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`)
469469
- 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)