Skip to content

Commit 72f2fea

Browse files
pandas Development Teamjorisvandenbossche
authored andcommitted
RLS: 3.0.3 (#65590)
1 parent 2897590 commit 72f2fea

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

doc/source/whatsnew/v3.0.3.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_303:
22

3-
What's new in 3.0.3 (April XX, 2026)
4-
---------------------------------------
3+
What's new in 3.0.3 (May 11, 2026)
4+
----------------------------------
55

66
These are the changes in pandas 3.0.3. See :ref:`release` for a full changelog
77
including other versions of pandas.
@@ -28,26 +28,25 @@ Enhancements
2828
Fixed regressions
2929
~~~~~~~~~~~~~~~~~
3030

31+
- Fixed a regression in :func:`pandas.bdate_range` where specifying ``end`` on a weekend with ``periods`` returned fewer dates than expected (:issue:`64834`)
32+
- Fixed a regression in :func:`to_timedelta` ignoring the ``unit`` argument for round float values when mixed with non-round floats in a list (:issue:`65150`)
33+
- Fixed a regression in :meth:`Series.rank` with custom extension dtypes (:issue:`64976`)
34+
- Fixed a regression in :meth:`Timedelta.round`, :meth:`Timedelta.floor`, and :meth:`Timedelta.ceil` raising ``ZeroDivisionError`` for sub-second ``freq`` (:issue:`64828`)
3135
- Fixed reading of Parquet files with timezone-aware timestamps or localizing of a timeseries with a ``pytz`` timezone when an older version of ``pytz`` was installed (:issue:`64978`)
32-
- Fixed regression in :func:`to_timedelta` ignoring the ``unit`` argument for round float values when mixed with non-round floats in a list (:issue:`65150`)
33-
- Fixed regression in :meth:`Series.rank` with custom extension dtypes (:issue:`64976`)
3436
- Fixed a regression in :func:`read_csv` with ``engine="c"`` where ``thousands=","``
3537
could incorrectly parse non-numeric values like ``"1 ,"`` as integers
3638
instead of strings (:issue:`64655`)
39+
- Fixed a performance regression when working with timezone-aware timeseries data using a default ``zoneinfo`` time zone, i.e. slowdown when accessing components or localizing a naive timeseries (:issue:`64363`)
3740

3841
.. ---------------------------------------------------------------------------
3942
.. _whatsnew_303.bug_fixes:
4043

4144
Bug fixes
42-
^^^^^^^^^
43-
- Fixed regression in :func:`pandas.bdate_range` where specifying ``end`` on a weekend with ``periods`` returned fewer dates than expected (:issue:`64834`)
44-
- Fixed regression in :meth:`Timedelta.round`, :meth:`Timedelta.floor`, and :meth:`Timedelta.ceil` raising ``ZeroDivisionError`` for sub-second ``freq`` (:issue:`64828`)
45-
45+
~~~~~~~~~
4646
- Fixed :class:`ArrowDtype` string arithmetic for addition between ``string`` and ``large_string`` typed arrays (:issue:`65220`)
4747
- Fixed a bug in adding missing values (e.g. :attr:`NA`) to a pyarrow-backed string array or Series
4848
raising an error instead of propagating the missing value (:issue:`64968`)
4949
- Fixed a bug in :meth:`Series.rank` with period dtype and missing values, always sorting missing values at the top, regardless of the ``na_option`` value (:issue:`64976`)
50-
5150
- Fixed a bug in reading files with a chained URL scheme (e.g. ``tar://``) with the latest version of ``fsspec`` (:issue:`65462`).
5251
- Fixed a hang in :meth:`Series.str.replace` for PyArrow-backed string data when replacing an empty pattern; behavior now matches Python's ``str.replace`` (:issue:`64941`).
5352

0 commit comments

Comments
 (0)