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.17.0.txt
+22
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ New features
31
31
Other enhancements
32
32
^^^^^^^^^^^^^^^^^^
33
33
34
+
- ``.as_blocks`` will now take a ``copy`` optional argument to return a copy of the data, default is to copy (no change in behavior from prior versions), (:issue:`9607`)
35
+
34
36
.. _whatsnew_0170.api:
35
37
36
38
Backwards incompatible API changes
@@ -44,6 +46,7 @@ Other API Changes
44
46
^^^^^^^^^^^^^^^^^
45
47
- Enable writing Excel files in :ref:`memory <_io.excel_writing_buffer>` using StringIO/BytesIO (:issue:`7074`)
46
48
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
49
+
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
47
50
48
51
.. _whatsnew_0170.deprecations:
49
52
@@ -72,9 +75,28 @@ Bug Fixes
72
75
~~~~~~~~~
73
76
- Bug in ``DataFrame.apply`` when function returns categorical series. (:issue:`9573`)
74
77
78
+
75
79
- Bug in ``Index.drop_duplicates`` dropping name(s) (:issue:`10115`)
80
+
81
+
76
82
- Bug in ``pd.Series`` when setting a value on an empty ``Series`` whose index has a frequency. (:issue:`10193`)
83
+
84
+
77
85
- Bug in ``DataFrame.reset_index`` when index contains `NaT`. (:issue:`10388`)
86
+
87
+
78
88
- Bug in ``ExcelReader`` when worksheet is empty (:issue:`6403`)
89
+
90
+
79
91
- Bug in ``Table.select_column`` where name is not preserved (:issue:`10392`)
92
+
93
+
80
94
- Bug in ``DataFrame.interpolate`` with ``axis=1`` and ``inplace=True`` (:issue:`10395`)
95
+
96
+
97
+
98
+
- Bug in ``test_categorical`` on big-endian builds (:issue:`10425`)
99
+
100
+
101
+
102
+
- Bug that caused segfault when resampling an empty Series (:issue:`10228`)
0 commit comments