Skip to content

Manual Backport PR #47905 on branch 1.4.x (BUG: Fix read_xml raising syntax error when reading XML with Chinese tags) #47923

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

Closed

Conversation

ParfaitG
Copy link
Contributor

@ParfaitG ParfaitG commented Aug 1, 2022

Manual Backport PR #47905

meeseeksmachine and others added 30 commits January 5, 2022 16:13
…ions implicit type casting if level contains null. (pandas-dev#45210)

Co-authored-by: Michael Wang <[email protected]>
… read_csv when engine="python" (pandas-dev#45264)

Co-authored-by: Matthew Roeschke <[email protected]>
…oper the option of choosing be… (pandas-dev#45271)

Co-authored-by: Dare Adewumi <[email protected]>
…h upcast / raise deprecation warning (pandas-dev#45406)

Co-authored-by: Joris Van den Bossche <[email protected]>
meeseeksmachine and others added 26 commits June 1, 2022 08:13
…ing up version in 32-bit build) (pandas-dev#47190)

Backport PR pandas-dev#47179: CI: Versioneer not picking up version in 32-bit build

Co-authored-by: Thomas Li <[email protected]>
…g columns for mixed column names) (pandas-dev#47251)

Backport PR pandas-dev#47206: REGR: concat not sorting columns for mixed column names

Co-authored-by: Patrick Hoefler <[email protected]>
…ng empty dictionaries (pandas-dev#47084)) (pandas-dev#47250)

Backport PR pandas-dev#47085: BUG: Eval scopes ignoring empty dictionaries (pandas-dev#47084)

Co-authored-by: Alex-Blade <[email protected]>
…nto RangeIndex instead of creating a copy) (pandas-dev#47256)

Backport PR pandas-dev#47143: REGR: setitem writing into RangeIndex instead of creating a copy

Co-authored-by: Patrick Hoefler <[email protected]>
… some xlsx ints as floats) (pandas-dev#47271)

Backport PR pandas-dev#47121: BUG: read_excel loading some xlsx ints as floats

Co-authored-by: Andrew Hawyrluk <[email protected]>
…n for same Index object) (pandas-dev#47364)

Backport PR pandas-dev#47326: REGR: Fix nan comparison for same Index object

Co-authored-by: Patrick Hoefler <[email protected]>
…warning with ea dtype and assert_index_equal order False) (pandas-dev#47366)

Backport PR pandas-dev#47325: REGR: Avoid regression warning with ea dtype and assert_index_equal order False

Co-authored-by: Patrick Hoefler <[email protected]>
… has regular Index instead of MultiIndex index) (pandas-dev#47369)

Backport PR pandas-dev#47349: REGR: MultiIndex.dtypes has regular Index instead of MultiIndex index

Co-authored-by: Patrick Hoefler <[email protected]>
…csv for ea dtype categorical) (pandas-dev#47388)

* Backport PR pandas-dev#47347: REGR: Regression in to_csv for ea dtype categorical

* inclusive -> closed

Co-authored-by: Patrick Hoefler <[email protected]>
Co-authored-by: Simon Hawkins <[email protected]>
…1 for Windows builds due to memory errors) (pandas-dev#47445)

Backport PR pandas-dev#47318: CI: Pin PYTEST_WORKERS=1 for Windows builds due to memory errors

Co-authored-by: Matthew Roeschke <[email protected]>
…when JSON serializing a PeriodIndex) (pandas-dev#47457)

Backport PR pandas-dev#47431: Fix segmentation fault when JSON serializing a PeriodIndex

Co-authored-by: Robert de Vries <[email protected]>
…ength for construct_1d_arraylike_from_scalar cast to float64) (pandas-dev#47460)

* Backport PR pandas-dev#47393: CI/TST: Don't require length for construct_1d_arraylike_from_scalar cast to float64

Co-authored-by: Matthew Roeschke <[email protected]>
Co-authored-by: Simon Hawkins <[email protected]>
…change for concat with empty/all-NaN data) (pandas-dev#47472)

Backport PR pandas-dev#47372: REGR: revert behaviour change for concat with empty/all-NaN data

Co-authored-by: Joris Van den Bossche <[email protected]>
… a copy when dict was given as fill value and inplace is set) (pandas-dev#47448)

* Backport PR pandas-dev#47327: REGR: Fix fillna making a copy when dict was given as fill value and inplace is set

Co-authored-by: Patrick Hoefler <[email protected]>
…e) (pandas-dev#47478)

Backport PR pandas-dev#47476: DOC: v1.4.3 release date

Co-authored-by: Simon Hawkins <[email protected]>
…se notes) (pandas-dev#47486)

Backport PR pandas-dev#47473: DOC: Start v1.4.4 release notes

Co-authored-by: Simon Hawkins <[email protected]>
…ses warning at wrong stacklevel, but _assert_raised_with_correct_stacklevel doesn't fail )" (pandas-dev#47513)
…=callable not returning int raising TypeError) (pandas-dev#47590)

Backport PR pandas-dev#47474: BUG: to_sql with method=callable not returning int raising TypeError

Co-authored-by: Matthew Roeschke <[email protected]>
…t Cython annotation change) (pandas-dev#47709)

Backport PR pandas-dev#47670: CI: Fix npdev build post Cython annotation change

Co-authored-by: Matthew Roeschke <[email protected]>
…Series[string] setitem setting a scalar with a mask) (pandas-dev#47784)

Backport PR pandas-dev#47763: BUG: fix regression in Series[string] setitem setting a scalar with a mask

Co-authored-by: Joris Van den Bossche <[email protected]>
…or callable in on_bad_lines) (pandas-dev#47795)

DOC: Fix versionadded for callable in on_bad_lines (pandas-dev#47792)
…st_round_sanity for 32 bit) (pandas-dev#47824)

Backport PR pandas-dev#47803: TST/CI: xfail test_round_sanity for 32 bit
@ParfaitG ParfaitG closed this Aug 2, 2022
@ParfaitG ParfaitG deleted the auto-backport-of-pr-47905-on-1.4.x branch August 2, 2022 00:56
@ParfaitG
Copy link
Contributor Author

ParfaitG commented Aug 2, 2022

@mroeschke - First time backporting. Why am I seeing all these hundreds of commits? Your last manual backport starts only with one commit. I followed meeseeksdev instructions. I closed this thinking I missed something but each re-try is same 200+ commits.

@mroeschke
Copy link
Member

Ah, when you make the pull request in the Github UI, you'll need to target the 1.4.x branch instead of the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants