-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: move release note for #36175 #36363
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
Conversation
test failures. restarting ci
|
@@ -18,6 +18,7 @@ Fixed regressions | |||
- Fixed regression in :class:`IntegerArray` unary plus and minus operations raising a ``TypeError`` (:issue:`36063`) | |||
- 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:`read_excel` with `engine="odf"` caused ``UnboundLocalError`` in some cases where cells had nested child nodes (:issue:`36122`, and :issue:`35802`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double-ticks around engine=odf?
(:issue:
36122, and :issue:
35802)
-> (:issue:36122
,:issue:35802
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jbrockmendel for the comments. This PR is to sync the whatsnew on master and 1.1.x if I make changes to 1.1.3 (requested above) this will require a backport and with changes to 1.2 whatsnew in this PR an auto backport will fail. will split into 2 PRs.
@@ -315,7 +315,6 @@ I/O | |||
- :meth:`to_csv` did not support zip compression for binary file object not having a filename (:issue: `35058`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you're inclined to fix the extra space after :issue:
i wouldnt complain
xref #36175 (comment)