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.25.0.rst
+1-3
Original file line number
Diff line number
Diff line change
@@ -254,8 +254,6 @@ Performance Improvements
254
254
Bug Fixes
255
255
~~~~~~~~~
256
256
257
-
258
-
259
257
Categorical
260
258
^^^^^^^^^^^
261
259
@@ -402,7 +400,7 @@ Sparse
402
400
403
401
- Significant speedup in `SparseArray` initialization that benefits most operations, fixing performance regression introduced in v0.20.0 (:issue:`24985`)
404
402
- Bug in :class:`SparseFrame` constructor where passing ``None`` as the data would cause ``default_fill_value`` to be ignored (:issue:`16807`)
405
-
-
403
+
- Bug in `SparseDataFrame` when adding a column in which the length of values does not match length of index, ``AssertionError`` is raised instead of raising ``ValueError`` (:issue:`25484`)
0 commit comments