Skip to content

Commit db276c3

Browse files
committed
added whatsnew entry
1 parent 08053ad commit db276c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ Other API Changes
216216
- ``Timestamp`` and ``Timedelta`` scalars now implement the :meth:`to_numpy` method as aliases to :meth:`Timestamp.to_datetime64` and :meth:`Timedelta.to_timedelta64`, respectively. (:issue:`24653`)
217217
- :meth:`Timestamp.strptime` will now rise a ``NotImplementedError`` (:issue:`25016`)
218218
- Bug in :meth:`DatetimeIndex.snap` which didn't preserving the ``name`` of the input :class:`Index` (:issue:`25575`)
219+
- Added ``cache_dates`` parameter to :meth:`read_csv`, which allows to cache unique dates when they are parsed (:issue:`25990`)
219220

220221
.. _whatsnew_0250.deprecations:
221222

0 commit comments

Comments
 (0)