8000 REGR: Series access with Index of tuples/frozenset by rhshadrach · Pull Request #36147 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

REGR: Series access with Index of tuples/frozenset #36147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 12, 2020
Prev Previous commit
Next Next commit
Removed periods from whatsnew
  • Loading branch information
rhshadrach committed Sep 9, 2020
commit a4f90b183dd10fc6d7f7abf24e5feb42a316ffce
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v1.1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ including other versions of pandas.

Fixed regressions
~~~~~~~~~~~~~~~~~
- Fixed regression in :meth:`Series.__getitem__` incorrectly raising when the input was a tuple. (:issue:`35534`)
- Fixed regression in :meth:`Series.__getitem__` incorrectly raising when the input was a frozenset. (:issue:`35747`)
- Fixed regression in :meth:`Series.__getitem__` incorrectly raising when the input was a tuple (:issue:`35534`)
- Fixed regression in :meth:`Series.__getitem__` incorrectly raising when the input was a frozenset (:issue:`35747`)
-

.. ---------------------------------------------------------------------------
Expand Down
0