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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,11 @@ 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`).
73
+
- Added ``Timedelta.to_timedelta64`` method to the public API (:issue:`8884`).
69
74
70
75
.. _whatsnew_0152.performance:
71
76
@@ -89,6 +94,8 @@ Bug Fixes
89
94
- Bug in slicing a multi-index with an empty list and at least one boolean indexer (:issue:`8781`)
90
95
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo (:issue:`8761`).
91
96
- ``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`).
92
99
- ``sql_schema`` now generates dialect appropriate ``CREATE TABLE`` statements (:issue:`8697`)
93
100
- ``slice`` string method now takes step into account (:issue:`8754`)
94
101
- Bug in ``BlockManager`` where setting values with different type would break block integrity (:issue:`8850`)
0 commit comments