Skip to content

Commit ff0756f

Browse files
committed
DOC: v0.15.2.txt fixups
1 parent 276462b commit ff0756f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/source/whatsnew/v0.15.2.txt

+3-6
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ Enhancements
6666
- Added support for ``utcfromtimestamp()``, ``fromtimestamp()``, and ``combine()`` on `Timestamp` class (:issue:`5351`).
6767
- Added Google Analytics (`pandas.io.ga`) basic documentation (:issue:`8835`). See :ref:`here<remote_data.ga>`.
6868
- Added flag ``order_categoricals`` to ``StataReader`` and ``read_stata`` to select whether to order imported categorical data (:issue:`8836`). See :ref:`here <io.stata-categorical>` for more information on importing categorical variables from Stata data files.
69-
- ``Timedelta`` arithmetic returns ``NotImplemented`` in unknown cases, allowing extensions
70-
by custom classes (:issue:`8813`).
71-
- ``Timedelta`` now supports arithemtic with ``numpy.ndarray`` objects of the appropriate
72-
dtype (numpy 1.8 or newer only) (:issue:`8884`).
69+
- ``Timedelta`` arithmetic returns ``NotImplemented`` in unknown cases, allowing extensions by custom classes (:issue:`8813`).
70+
- ``Timedelta`` now supports arithemtic with ``numpy.ndarray`` objects of the appropriate dtype (numpy 1.8 or newer only) (:issue:`8884`).
7371
- Added ``Timedelta.to_timedelta64`` method to the public API (:issue:`8884`).
7472

7573
.. _whatsnew_0152.performance:
@@ -94,8 +92,7 @@ Bug Fixes
9492
- Bug in slicing a multi-index with an empty list and at least one boolean indexer (:issue:`8781`)
9593
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo (:issue:`8761`).
9694
- ``Timedelta`` kwargs may now be numpy ints and floats (:issue:`8757`).
97-
- Fixed several outstanding bugs for ``Timedelta`` arithmetic and comparisons
98-
(:issue:`8813`, :issue:`5963`, :issue:`5436`).
95+
- Fixed several outstanding bugs for ``Timedelta`` arithmetic and comparisons (:issue:`8813`, :issue:`5963`, :issue:`5436`).
9996
- ``sql_schema`` now generates dialect appropriate ``CREATE TABLE`` statements (:issue:`8697`)
10097
- ``slice`` string method now takes step into account (:issue:`8754`)
10198
- Bug in ``BlockManager`` where setting values with different type would break block integrity (:issue:`8850`)

0 commit comments

Comments
 (0)