Skip to content

Commit bfe628a

Browse files
committed
DOC: adds whatsnew entry for unary plus operator
1 parent 8429618 commit bfe628a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ To restore previous behavior, simply set ``expand`` to ``False``:
463463
Other API Changes
464464
^^^^^^^^^^^^^^^^^
465465

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