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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,24 @@ Experimental
92
92
93
93
Bug Fixes
94
94
~~~~~~~~~
95
+
96
+
- Bug in Timestamp-Timestamp not returning a Timedelta type and datelike-datelike ops with timezones (:issue:`8865`)
97
+
- Made consistent a timezone mismatch exception (either tz operated with None or incompatible timezone), will now return ``TypeError`` rather than ``ValueError`` (a couple of edge cases only), (:issue:`8865`)
98
+
- Report a ``TypeError`` when invalid/no paramaters are passed in a groupby (:issue:`8015`)
99
+
- Bug in packaging pandas with ``py2app/cx_Freeze`` (:issue:`8602`, :issue:`8831`)
100
+
- Bug in ``groupby`` signatures that didn't include \*args or \*\*kwargs (:issue:`8733`).
101
+
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo and when it receives no data from Yahoo (:issue:`8761`), (:issue:`8783`).
102
+
- Unclear error message in csv parsing when passing dtype and names and the parsed data is a different data type (:issue:`8833`)
103
+
- Bug in slicing a multi-index with an empty list and at least one boolean indexer (:issue:`8781`)
104
+
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo (:issue:`8761`).
105
+
- ``Timedelta`` kwargs may now be numpy ints and floats (:issue:`8757`).
106
+
- Fixed several outstanding bugs for ``Timedelta`` arithmetic and comparisons (:issue:`8813`, :issue:`5963`, :issue:`5436`).
107
+
- ``sql_schema`` now generates dialect appropriate ``CREATE TABLE`` statements (:issue:`8697`)
108
+
- ``slice`` string method now takes step into account (:issue:`8754`)
109
+
- Bug in ``BlockManager`` where setting values with different type would break block integrity (:issue:`8850`)
110
+
- Bug in ``DatetimeIndex`` when using ``time`` object as key (:issue:`8667`)
111
+
- Bug in ``merge`` where ``how='left'`` and ``sort=False`` would not preserve left frame order (:issue:`7331`)
112
+
95
113
- Fix negative step support for label-based slices (:issue:`8753`)
0 commit comments