Skip to content

Commit 9d6bae5

Browse files
committed
more precise whatsnew entry
1 parent 1e7f22d commit 9d6bae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Performance improvements
195195
- Performance improvement in :meth:`MultiIndex.set_levels` and :meth:`MultiIndex.set_codes` when ``verify_integrity=True`` (:issue:`51873`)
196196
- Performance improvement in :func:`factorize` for object columns not containing strings (:issue:`51921`)
197197
- Performance improvement in :class:`Series` reductions (:issue:`52341`)
198-
- Constructing :class:`DataFrame` instances from a 2d ``ndarray`` using ``copy=True`` now ensures the copied array is contiguous, giving performance improvements for many operations (:issue:`52438`)
198+
- Constructing :class:`DataFrame` instances from a ``ndarray`` using ``copy=True`` now ensures the copied array is contiguous, giving performance improvements for many operations (:issue:`52438`)
199199
-
200200

201201
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)