Skip to content

Commit 6201a09

Browse files
Backport PR #38064: DOC: tidy 1.1.5 release notes (#38081)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 6d5d7df commit 6201a09

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/source/whatsnew/v1.1.5.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,21 @@ including other versions of pandas.
1414

1515
Fixed regressions
1616
~~~~~~~~~~~~~~~~~
17-
- Regression in addition of a timedelta-like scalar to a :class:`DatetimeIndex` raising incorrectly (:issue:`37295`)
17+
- Fixed regression in addition of a timedelta-like scalar to a :class:`DatetimeIndex` raising incorrectly (:issue:`37295`)
1818
- Fixed regression in :meth:`Series.groupby` raising when the :class:`Index` of the :class:`Series` had a tuple as its name (:issue:`37755`)
1919
- Fixed regression in :meth:`DataFrame.loc` and :meth:`Series.loc` for ``__setitem__`` when one-dimensional tuple was given to select from :class:`MultiIndex` (:issue:`37711`)
2020
- Fixed regression in inplace operations on :class:`Series` with ``ExtensionDtype`` with NumPy dtyped operand (:issue:`37910`)
21+
- Fixed regression in metadata propagation for ``groupby`` iterator (:issue:`37343`)
22+
- Fixed regression in indexing on a :class:`Series` with ``CategoricalDtype`` after unpickling (:issue:`37631`)
23+
- Fixed regression in ``df.groupby(..).rolling(..)`` with the resulting :class:`MultiIndex` when grouping by a label that is in the index (:issue:`37641`)
2124

2225
.. ---------------------------------------------------------------------------
2326
2427
.. _whatsnew_115.bug_fixes:
2528

2629
Bug fixes
2730
~~~~~~~~~
28-
- Bug in metadata propagation for ``groupby`` iterator (:issue:`37343`)
29-
- Bug in indexing on a :class:`Series` with ``CategoricalDtype`` after unpickling (:issue:`37631`)
30-
- Bug in :class:`RollingGroupby` with the resulting :class:`MultiIndex` when grouping by a label that is in the index (:issue:`37641`)
3131
- Bug in pytables methods in python 3.9 (:issue:`38041`)
32-
-
3332

3433
.. ---------------------------------------------------------------------------
3534

0 commit comments

Comments
 (0)