Skip to content

Commit 1def7f3

Browse files
committed
.
1 parent 7075b5a commit 1def7f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+10
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ Performance Improvements
248248
- Imporved performance of :meth:`IntervalIndex.is_monotonic`, :meth:`IntervalIndex.is_monotonic_increasing` and :meth:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)
249249
- Improved performance of :meth:`DataFrame.to_csv` when writing datetime dtypes (:issue:`25708`)
250250
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
251+
<<<<<<< HEAD
251252
=======
252253
=======
253254
- Imporved performance of :meth:`IntervalIndex.is_monotonic`, :meth:`IntervalIndex.is_monotonic_increasing` and :meth:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)
@@ -258,6 +259,8 @@ Performance Improvements
258259
=======
259260
- Improved performance of :meth:`read_csv` by much faster parsing of MM/YYYY and DD/MM/YYYY datetime formats (:issue:`25922`)
260261
>>>>>>> 3e90d436e... PERF: Parse certain dates in Cython instead of falling back to dateutil.parse (#25922)
262+
=======
263+
>>>>>>> 61edc765e... DOC: typos in whatsnew 0.25.0
261264

262265
.. _whatsnew_0250.bug_fixes:
263266

@@ -278,6 +281,7 @@ Datetimelike
278281

279282
- Bug in :func:`to_datetime` which would raise an (incorrect) ``ValueError`` when called with a date far into the future and the ``format`` argument specified instead of raising ``OutOfBoundsDatetime`` (:issue:`23830`)
280283
<<<<<<< HEAD
284+
<<<<<<< HEAD
281285
- Bug in :func:`to_datetime` which would raise ``InvalidIndexError: Reindexing only valid with uniquely valued Index objects`` when called with ``cache=True``, with ``arg`` including at least two different elements from the set ``{None, numpy.nan, pandas.NaT}`` (:issue:`22305`)
282286
- Bug in :class:`DataFrame` and :class:`Series` where timezone aware data with ``dtype='datetime64[ns]`` was not cast to naive (:issue:`25843`)
283287
- Improved :class:`Timestamp` type checking in various datetime functions to prevent exceptions when using a subclassed ``datetime`` (:issue:`25851`)
@@ -286,6 +290,12 @@ Datetimelike
286290
- Bug in :func:`to_datetime` which would raise ``InvalidIndexError: Reindexing only valid with uniquely valued Index objects`` when called with ``cache=True``, with ``arg`` including at least two different elements from the set {None, numpy.nan, pandas.NaT} (:issue:`22305`)
287291
- Bug in :class:`DataFrame` and :class:`Series` where timezone aware data with ``dtype='datetime64[ns]`` was not cast to naive (:issue:`25843`)
288292
>>>>>>> 5fa8a3158... BUG: DataFrame/Series constructor with tz aware data and datetime64[ns] dtype converts to naive (#26167)
293+
=======
294+
- Bug in :func:`to_datetime` which would raise ``InvalidIndexError: Reindexing only valid with uniquely valued Index objects`` when called with ``cache=True``, with ``arg`` including at least two different elements from the set ``{None, numpy.nan, pandas.NaT}`` (:issue:`22305`)
295+
- Bug in :class:`DataFrame` and :class:`Series` where timezone aware data with ``dtype='datetime64[ns]`` was not cast to naive (:issue:`25843`)
296+
- Improved :class:`Timestamp` type checking in various datetime functions to prevent exceptions when using a subclassed ``datetime`` (:issue:`25851`)
297+
- Bug in :class:`Series` and :class:`DataFrame` repr where ``np.datetime64('NaT')`` and ``np.timedelta64('NaT')`` with ``dtype=object`` would be represented as ``NaN`` (:issue:`25445`)
298+
>>>>>>> 61edc765e... DOC: typos in whatsnew 0.25.0
289299
-
290300

291301
Timedelta

0 commit comments

Comments
 (0)