Skip to content

Commit 96fc51f

Browse files
DOC: Updating whatsnew to release 1.5.3 (#50809)
1 parent b888dad commit 96fc51f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/whatsnew/v1.5.3.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_153:
22

3-
What's new in 1.5.3 (December ??, 2022)
4-
---------------------------------------
3+
What's new in 1.5.3 (January 18, 2023)
4+
--------------------------------------
55

66
These are the changes in pandas 1.5.3. See :ref:`release` for a full changelog
77
including other versions of pandas.
@@ -20,7 +20,6 @@ Fixed regressions
2020
- Fixed regression in :meth:`.SeriesGroupBy.apply` setting a ``name`` attribute on the result if the result was a :class:`DataFrame` (:issue:`49907`)
2121
- Fixed performance regression in setting with the :meth:`~DataFrame.at` indexer (:issue:`49771`)
2222
- Fixed regression in :func:`to_datetime` raising ``ValueError`` when parsing array of ``float`` containing ``np.nan`` (:issue:`50237`)
23-
-
2423

2524
.. ---------------------------------------------------------------------------
2625
.. _whatsnew_153.bug_fixes:
@@ -48,7 +47,6 @@ Other
4847
as pandas works toward compatibility with SQLAlchemy 2.0.
4948

5049
- Reverted deprecation (:issue:`45324`) of behavior of :meth:`Series.__getitem__` and :meth:`Series.__setitem__` slicing with an integer :class:`Index`; this will remain positional (:issue:`49612`)
51-
-
5250

5351
.. ---------------------------------------------------------------------------
5452
.. _whatsnew_153.contributors:

0 commit comments

Comments
 (0)