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
+2-10
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,6 @@ 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
-
33
-
34
26
.. _whatsnew_0250.api_breaking:
35
27
36
28
Backwards incompatible API changes
@@ -69,8 +61,8 @@ Removal of prior version deprecations/changes
69
61
Performance Improvements
70
62
~~~~~~~~~~~~~~~~~~~~~~~~
71
63
72
-
-
73
-
-
64
+
- Significant speedup in `SparseArray` initialization that benefits most operations, fixing performance regression introduced in v0.20.0 (:issue:`24985`)
65
+
- `DataFrame.to_stata()` is now faster when outputting data with any string or non-native endian columns (:issue:`25045`)
0 commit comments