10000 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
whatsnew
  • Loading branch information
rhshadrach committed Sep 5, 2020
commit 1a373b9be1a8176d12a4f38ad2d07a1bc83d59e5
3 changes: 2 additions & 1 deletion doc/source/whatsnew/v1.1.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Fixed regressions
- Regression in :meth:`DataFrame.replace` where a ``TypeError`` would be raised when attempting to replace elements of type :class:`Interval` (:issue:`35931`)
- Fix regression in pickle roundtrip of the ``closed`` attribute of :class:`IntervalIndex` (:issue:`35658`)
- Fixed regression in :meth:`DataFrameGroupBy.agg` where a ``ValueError: buffer source array is read-only`` would be raised when the underlying array is read-only (:issue:`36014`)
-
- 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