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
…on (pandas-dev#45200)

Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…ions on 1.4.x (pandas-dev#45201)

Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…ter in environment.yml (pandas-dev#45202)

Co-authored-by: Prithvijit <71138854+prithvijitguha@users.noreply.github.com>
pandas-dev#45213)

Co-authored-by: Hiroaki Ogasawara <13391129+xhiroga@users.noreply.github.com>
…ions implicit type casting if level contains null. (pandas-dev#45210)

Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
…andas-dev#45211)

Co-authored-by: JHM Darbyshire <24256554+attack68@users.noreply.github.com>
…das-dev#45225)

Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
… reference (pandas-dev#45233)

Co-authored-by: Matthew Roeschke <emailformattr@gmail.com>
… read_csv when engine="python" (pandas-dev#45264)

Co-authored-by: Matthew Roeschke <emailformattr@gmail.com>
…ev#45266)

Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
…o_latex` features (pandas-dev#45267)

Co-authored-by: JHM Darbyshire <24256554+attack68@users.noreply.github.com>
pandas-dev#45268)

Co-authored-by: Matthew Roeschke <emailformattr@gmail.com>
Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
…pandas-dev#45270)

Co-authored-by: JHM Darbyshire <24256554+attack68@users.noreply.github.com>
…oper the option of choosing be… (pandas-dev#45271)

Co-authored-by: Dare Adewumi <42492589+Pydare@users.noreply.github.com>
… SA with wrong indices (pandas-dev#45275)

Co-authored-by: Boris Rumyantsev <bd.rumyantsev@gmail.com>
…n Timedelta (pandas-dev#45295)

Co-authored-by: deponovo <45828280+deponovo@users.noreply.github.com>
…frame (pandas-dev#45297)

Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
…ld' (pandas-dev#45330)

Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
…andas-dev#45338)

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…r windows (pandas-dev#45365)

Co-authored-by: Matthew Roeschke <emailformattr@gmail.com>
…RangeIndex (pandas-dev#45394)

Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
…gfix (pandas-dev#45396)

Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
…pendently in read_csv (pandas-dev#45398)

Co-authored-by: Torsten Wörtwein <twoertwein@users.noreply.github.com>
…h upcast / raise deprecation warning (pandas-dev#45406)

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
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 <47963215+lithomas1@users.noreply.github.com>
…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 <61934744+phofl@users.noreply.github.com>
…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 <44120047+Alex-Blade@users.noreply.github.com>
…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 <61934744+phofl@users.noreply.github.com>
… 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 <50434302+ahawryluk@users.noreply.github.com>
…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 <61934744+phofl@users.noreply.github.com>
…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 <61934744+phofl@users.noreply.github.com>
… 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 <61934744+phofl@users.noreply.github.com>
…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 <61934744+phofl@users.noreply.github.com>
Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…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 <emailformattr@gmail.com>
…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 <rhdv@xs4all.nl>
…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 <emailformattr@gmail.com>
Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…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 <jorisvandenbossche@gmail.com>
… 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 <61934744+phofl@users.noreply.github.com>
…e) (pandas-dev#47478)

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

Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…se notes) (pandas-dev#47486)

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

Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…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 <emailformattr@gmail.com>
…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 <emailformattr@gmail.com>
…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 <jorisvandenbossche@gmail.com>
…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