Skip to content

Commit 902ee5b

Browse files
committed
DOC: adds whatsnew entry for unary plus operator
1 parent 9573205 commit 902ee5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ Build Changes
273273
Other API Changes
274274
^^^^^^^^^^^^^^^^^
275275

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