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
+8-1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ Other Enhancements
23
23
-
24
24
-
25
25
26
+
.. _whatsnew_0250.performance:
27
+
28
+
Performance Improvements
29
+
~~~~~~~~~~~~~~~~~~~~~~~~
30
+
- Significant speedup in `SparseArray` initialization that benefits most operations, fixing performance regression introduced in v0.20.0 (:issue:`24985`)
31
+
32
+
26
33
27
34
.. _whatsnew_0250.api_breaking:
28
35
@@ -187,7 +194,7 @@ Reshaping
187
194
Sparse
188
195
^^^^^^
189
196
190
-
-
197
+
- Significant speedup in `SparseArray` initialization that benefits most operations, fixing performance regression introduced in v0.20.0 (:issue:`24985`)
0 commit comments