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-2
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,6 @@ Performance Improvements
252
252
Bug Fixes
253
253
~~~~~~~~~
254
254
255
-
256
255
Categorical
257
256
^^^^^^^^^^^
258
257
@@ -391,7 +390,7 @@ Sparse
391
390
392
391
- Significant speedup in `SparseArray` initialization that benefits most operations, fixing performance regression introduced in v0.20.0 (:issue:`24985`)
393
392
- Bug in :class:`SparseFrame` constructor where passing ``None`` as the data would cause ``default_fill_value`` to be ignored (:issue:`16807`)
394
-
-
393
+
- 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