You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.15.2.txt
+3-6
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,8 @@ Enhancements
66
66
- Added support for ``utcfromtimestamp()``, ``fromtimestamp()``, and ``combine()`` on `Timestamp` class (:issue:`5351`).
67
67
- Added Google Analytics (`pandas.io.ga`) basic documentation (:issue:`8835`). See :ref:`here<remote_data.ga>`.
68
68
- 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`).
73
71
- Added ``Timedelta.to_timedelta64`` method to the public API (:issue:`8884`).
74
72
75
73
.. _whatsnew_0152.performance:
@@ -94,8 +92,7 @@ Bug Fixes
94
92
- Bug in slicing a multi-index with an empty list and at least one boolean indexer (:issue:`8781`)
95
93
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo (:issue:`8761`).
96
94
- ``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`).
99
96
- ``sql_schema`` now generates dialect appropriate ``CREATE TABLE`` statements (:issue:`8697`)
100
97
- ``slice`` string method now takes step into account (:issue:`8754`)
101
98
- Bug in ``BlockManager`` where setting values with different type would break block integrity (:issue:`8850`)
0 commit comments