Skip to content

Commit 49f1aa4

Browse files
committed
added whatsnew entry
1 parent 6690a33 commit 49f1aa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Other API Changes
218218
- :meth:`Timestamp.strptime` will now rise a ``NotImplementedError`` (:issue:`25016`)
219219
- Comparing :class:`Timestamp` with unsupported objects now returns :py:obj:`NotImplemented` instead of raising ``TypeError``. This implies that unsupported rich comparisons are delegated to the other object, and are now consistent with Python 3 behavior for ``datetime`` objects (:issue:`24011`)
220220
- Bug in :meth:`DatetimeIndex.snap` which didn't preserving the ``name`` of the input :class:`Index` (:issue:`25575`)
221+
- Added ``cache_dates`` parameter to :meth:`read_csv`, which allows to cache unique dates when they are parsed (:issue:`25990`)
221222

222223
.. _whatsnew_0250.deprecations:
223224

0 commit comments

Comments
 (0)