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
+22-15Lines changed: 22 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -90,22 +90,7 @@ Experimental
90
90
91
91
Bug Fixes
92
92
~~~~~~~~~
93
-
- Report a ``TypeError`` when invalid/no paramaters are passed in a groupby (:issue:`8015`)
94
-
- Bug in packaging pandas with ``py2app/cx_Freeze`` (:issue:`8602`, :issue:`8831`)
95
-
- Bug in ``groupby`` signatures that didn't include \*args or \*\*kwargs (:issue:`8733`).
96
-
- ``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`).
97
-
- Unclear error message in csv parsing when passing dtype and names and the parsed data is a different data type (:issue:`8833`)
98
-
- Bug in slicing a multi-index with an empty list and at least one boolean indexer (:issue:`8781`)
99
-
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo (:issue:`8761`).
100
-
- ``Timedelta`` kwargs may now be numpy ints and floats (:issue:`8757`).
101
-
- Fixed several outstanding bugs for ``Timedelta`` arithmetic and comparisons (:issue:`8813`, :issue:`5963`, :issue:`5436`).
102
-
- ``sql_schema`` now generates dialect appropriate ``CREATE TABLE`` statements (:issue:`8697`)
103
-
- ``slice`` string method now takes step into account (:issue:`8754`)
104
-
- Bug in ``BlockManager`` where setting values with different type would break block integrity (:issue:`8850`)
105
-
- Bug in ``DatetimeIndex`` when using ``time`` object as key (:issue:`8667`)
106
-
- Bug in ``merge`` where ``how='left'`` and ``sort=False`` would not preserve left frame order (:issue:`7331`)
107
93
- Fix negative step support for label-based slices (:issue:`8753`)
108
-
- Fix: The font size was only set on x axis if vertical or the y axis if horizontal. (:issue:`8765`)
109
94
110
95
Old behavior:
111
96
@@ -130,6 +115,28 @@ Bug Fixes
130
115
s = pd.Series(np.arange(3), ['a', 'b', 'c'])
131
116
s.loc['c':'a':-1]
132
117
118
+
- Report a ``TypeError`` when invalid/no paramaters are passed in a groupby (:issue:`8015`)
119
+
- Bug in packaging pandas with ``py2app/cx_Freeze`` (:issue:`8602`, :issue:`8831`)
120
+
- Bug in ``groupby`` signatures that didn't include \*args or \*\*kwargs (:issue:`8733`).
121
+
- ``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`).
122
+
- Unclear error message in csv parsing when passing dtype and names and the parsed data is a different data type (:issue:`8833`)
123
+
- Bug in slicing a multi-index with an empty list and at least one boolean indexer (:issue:`8781`)
124
+
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo (:issue:`8761`).
125
+
- ``Timedelta`` kwargs may now be numpy ints and floats (:issue:`8757`).
126
+
- Fixed several outstanding bugs for ``Timedelta`` arithmetic and comparisons (:issue:`8813`, :issue:`5963`, :issue:`5436`).
127
+
- ``sql_schema`` now generates dialect appropriate ``CREATE TABLE`` statements (:issue:`8697`)
128
+
- ``slice`` string method now takes step into account (:issue:`8754`)
129
+
- Bug in ``BlockManager`` where setting values with different type would break block integrity (:issue:`8850`)
130
+
- Bug in ``DatetimeIndex`` when using ``time`` object as key (:issue:`8667`)
131
+
- Bug in ``merge`` where ``how='left'`` and ``sort=False`` would not preserve left frame order (:issue:`7331`)
132
+
- Fix: The font size was only set on x axis if vertical or the y axis if horizontal. (:issue:`8765`)
133
+
- Fixed division by 0 when reading big csv files in python 3 (:issue:`8621`)
134
+
135
+
136
+
137
+
138
+
139
+
133
140
134
141
- Imported categorical variables from Stata files retain the ordinal information in the underlying data (:issue:`8836`).
0 commit comments