DOC: move release note for #36175#36363
Closed
simonjayhawkins wants to merge 1 commit into
Closed
Conversation
Member
Author
|
test failures. restarting ci |
| - 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`) |
Member
There was a problem hiding this comment.
double-ticks around engine=odf?
(:issue:36122, and :issue:35802) -> (:issue:36122,:issue:35802)
Member
Author
There was a problem hiding this comment.
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`) | |||
Member
There was a problem hiding this comment.
if you're inclined to fix the extra space after :issue: i wouldnt complain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
xref #36175 (comment)