Skip to content
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

Backport PR #58181 on branch 2.2.x (CI: correct error msg in test_view_index) #58186

Closed

Conversation

natmokval
Copy link
Contributor

Backport PR #58181: CI: correct error msg in test_view_index

Pandas Development Team and others added 30 commits December 22, 2023 11:18
…used fixture) (pandas-dev#56612)

Backport PR pandas-dev#56595: TST/CLN: Inline seldom used fixture

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…nings) (pandas-dev#56620)

Backport PR pandas-dev#56615: CI: Fix deprecation warnings

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…from ruff) (pandas-dev#56624)

Backport PR pandas-dev#56617: TYP: some return types from ruff

Co-authored-by: Torsten Wörtwein <twoertwein@users.noreply.github.com>
…e) (pandas-dev#56639)

Backport PR pandas-dev#56636: DOC: Fixup CoW userguide

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
….2.0 whatsnew) (pandas-dev#56640)

Backport PR pandas-dev#56632: DOC: Minor fixups for 2.2.0 whatsnew

Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
…ising for arrow floats to numpy floats) (pandas-dev#56648)

Backport PR pandas-dev#56644: BUG: Series.to_numpy raising for arrow floats to numpy floats

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…ds for pyarrow duration types) (pandas-dev#56656)

Backport PR pandas-dev#56650: ENH: Implement dt methods for pyarrow duration types

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…values) (pandas-dev#56655)

Backport PR pandas-dev#56647: floordiv fix for large values

Co-authored-by: rohanjain101 <38412262+rohanjain101@users.noreply.github.com>
… merging datetime columns with timedelta columns) (pandas-dev#56658)

Backport PR pandas-dev#56613: BUG: Added raising when merging datetime columns with timedelta columns

Co-authored-by: Huanghz2001 <83120995+Huanghz2001@users.noreply.github.com>
… MultiIndex raising read-only error) (pandas-dev#56660)

Backport PR pandas-dev#56635: CoW: Boolean indexer in MultiIndex raising read-only error

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…dencies table in 2.2 whatsnew) (pandas-dev#56662)

Backport PR pandas-dev#56641: DOC: Add optional dependencies table in 2.2 whatsnew

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…ime ArrowDtype) (pandas-dev#56665)

Backport PR pandas-dev#56370: BUG: rolling with datetime ArrowDtype

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…l not properly respecting check-dtype) (pandas-dev#56668)

Backport PR pandas-dev#56654: BUG: assert_series_equal not properly respecting check-dtype

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…ranch) (pandas-dev#56669)

Backport PR pandas-dev#56664: CI: Run jobs on 2.2.x branch

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…f pygrep check for future annotation import) (pandas-dev#56683)

Backport PR pandas-dev#56666: STY: Use ruff instead of pygrep check for future annotation import

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…andas-dev#56684)

Backport PR pandas-dev#56682: CLN: NEP 50 followups

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
…oncat regression) (pandas-dev#56686)

Backport PR pandas-dev#56312: DOC: Add whatsnew for concat regression

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
…owed in Series.struct.field) (pandas-dev#56698)

Backport PR pandas-dev#56167: [ENH]: Expand types allowed in Series.struct.field

Co-authored-by: Tom Augspurger <tom.w.augspurger@gmail.com>
…ion of str.fullmatch matches partial string. issue pandas-dev#56652) (pandas-dev#56715)

Backport PR pandas-dev#56691: Bug pyarrow implementation of str.fullmatch matches partial string. issue pandas-dev#56652

Co-authored-by: JackCollins91 <112877841+JackCollins91@users.noreply.github.com>
…warning on coerce) (pandas-dev#56719)

Backport PR pandas-dev#56699: DOC: Corrected typo in warning on coerce

Co-authored-by: aaron-robeson-8451 <65349876+aaron-robeson-8451@users.noreply.github.com>
…EA ffill/bfill) (pandas-dev#56720)

Backport PR pandas-dev#56616: BUG: Add limit_area to EA ffill/bfill

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

Backport PR pandas-dev#56721: DOC: Fixup read_csv docstring

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…type categorical using dictionary as categories) (pandas-dev#56723)

Backport PR pandas-dev#56672: BUG: dictionary type astype categorical using dictionary as categories

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…or read_excel) (pandas-dev#56730)

Backport PR pandas-dev#56543: DOC: Update docstring for read_excel

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…d floordiv for pyarrow types with large divisor and avoid floating points for floordiv) (pandas-dev#56744)

Backport PR pandas-dev#56677: Fix integral truediv and floordiv for pyarrow types with large divisor and avoid floating points for floordiv

Co-authored-by: rohanjain101 <38412262+rohanjain101@users.noreply.github.com>
…ata preservation in groupby column selection) (pandas-dev#56770)

Backport PR pandas-dev#56761: BUG: fix subclass metadata preservation in groupby column selection

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…loats with bools for ea dtypes) (pandas-dev#56780)

Backport PR pandas-dev#56769: BUG: replace matching Floats with bools for ea dtypes

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…ng for nullable bool dtype) (pandas-dev#56782)

Backport PR pandas-dev#56767: BUG: Series.round raising for nullable bool dtype

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
…ing ea dtypes correctly) (pandas-dev#56783)

Backport PR pandas-dev#56771: BUG: to_stata not handling ea dtypes correctly

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
meeseeksmachine and others added 29 commits March 3, 2024 07:54
pandas-dev#57707)

Backport PR pandas-dev#57668: CLN: More numpy 2 stuff

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
…4 image) (pandas-dev#57729)

Backport PR pandas-dev#57721: update from 2022 to 2024 image

Co-authored-by: Thomas Baumann <thbaumann90@gmail.com>
…s keyword meaning (pandas-dev#57740)

Co-authored-by: Mateusz Sokół <8431159+mtsokol@users.noreply.github.com>
…2.2.2) (pandas-dev#57763)

* Backport PR pandas-dev#57759: DOC: add whatsnew for v2.2.2

* [skip-ci]

---------

Co-authored-by: Marco Edward Gorelli <marcogorelli@protonmail.com>
Co-authored-by: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
…ol with nullable datatypes a non-null validity) (pandas-dev#57769)

BUG: interchange protocol with nullable datatypes a non-null validity (pandas-dev#57665)

* BUG: interchange protocol with nullable datatypes a non-null validity provides nonsense results

* whatsnew

* 🏷️ typing

* parametrise over more types

* move whatsnew

(cherry picked from commit 03717bc)
…2.0 dtype changes) (pandas-dev#57784)

Backport PR pandas-dev#57780: COMPAT: Adapt to Numpy 2.0 dtype changes

Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>
…dev#57822)

Backport PR pandas-dev#57821: Fix doc build

Co-authored-by: Trinh Quoc Anh <trinhquocanh94@gmail.com>
… for scale.rst) (pandas-dev#57832)

Backport PR pandas-dev#57830: DOC: Pin dask/dask-expr for scale.rst

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…recompilation) (pandas-dev#57834)

Backport PR pandas-dev#57796: Fix issue with Tempita recompilation

Co-authored-by: William Ayd <will_ayd@innobi.io>
…Series.dt.normalize from docs) (pandas-dev#57854)

Backport PR pandas-dev#57848: DOC: Remove duplicated Series.dt.normalize from docs

Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
…scale.rst in favor of linking to ecosystem docs. (pandas-dev#57861)

Co-authored-by: Yuki Kitayama <47092819+yukikitayama@users.noreply.github.com>
…from 2.16.5 to 2.17.0) (pandas-dev#57888)

Backport PR pandas-dev#57883: Bump pypa/cibuildwheel from 2.16.5 to 2.17.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ng test) (pandas-dev#57898)

Backport PR pandas-dev#57892: CI: xfail Pyarrow slicing test

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…truction with Dask, dict-like, Series) (pandas-dev#57899)

Backport PR pandas-dev#57889: BUG: Handle Series construction with Dask, dict-like, Series

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
…Tempita recompilation (pandas-dev#57796)") (pandas-dev#57907)

Backport PR pandas-dev#57905: Revert "Fix issue with Tempita recompilation (pandas-dev#57796)"

Co-authored-by: William Ayd <will_ayd@innobi.io>
…andas-dev#57910)

Backport PR pandas-dev#57886: CI: Remove ASAN job

Co-authored-by: William Ayd <will_ayd@innobi.io>
…numpy` method) (pandas-dev#57940)

Backport PR pandas-dev#57029: DOC: Add `DataFrame.to_numpy` method

Co-authored-by: Zhengbo Wang <77875500+luke396@users.noreply.github.com>
…precision for to_datetime(str, unit=...)) (pandas-dev#58034)

Backport PR pandas-dev#57548: Fix accidental loss-of-precision for to_datetime(str, unit=...)

Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
…nge Protocol errors on Boolean columns) (pandas-dev#58036)

Backport PR pandas-dev#57758: BUG: DataFrame Interchange Protocol errors on Boolean columns

Co-authored-by: Marco Edward Gorelli <marcogorelli@protonmail.com>
…creation of table when using public schema) (pandas-dev#58050)

Backport PR pandas-dev#57974: BUG: Fixed ADBC to_sql creation of table when using public schema

Co-authored-by: Shabab Karim <shababkarim93@gmail.com>
…ger to subclass init) (pandas-dev#58008)

* Backport PR pandas-dev#57553: API: avoid passing Manager to subclass __init__

* whatsnew, type ignores

* merge 2.2.2 file from main

* rebase on 2.2.x whatsnew
…andas-dev#57553) (pandas-dev#58080)

Backport PR pandas-dev#58075: DOC: whatsnew note for pandas-dev#57553

Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
Revert "BLD: Pin numpy on 2.2.x (pandas-dev#56812)"

This reverts commit 24ea67f.
…with beautifulsoup4 4.13.0b2) (pandas-dev#58137)

Backport PR pandas-dev#58100: MNT: fix compatibility with beautifulsoup4 4.13.0b2

Co-authored-by: Clément Robert <cr52@protonmail.com>
…building) (pandas-dev#58140)

Backport PR pandas-dev#58138: BLD: Fix nightlies not building

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
@natmokval natmokval closed this Apr 8, 2024
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.

None yet

9 participants