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

API / CoW: Copy NumPy arrays by default in DataFrame constructor #51731

Merged
merged 29 commits into from
Mar 17, 2023

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    563257e View commit details
    Browse the repository at this point in the history
  2. Fix tests

    phofl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f3161a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Simplify

    phofl committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3a95311 View commit details
    Browse the repository at this point in the history
  2. Fix

    phofl committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    17cf5ae View commit details
    Browse the repository at this point in the history
  3. Remove

    phofl committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    07aa26d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e84d85 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Add comment

    phofl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f3ccf0f View commit details
    Browse the repository at this point in the history
  2. Fix

    phofl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5cdc6ad View commit details
    Browse the repository at this point in the history
  3. Change logic

    phofl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3e384ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49ee53f View commit details
    Browse the repository at this point in the history
  5. Fix tests

    phofl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    fcc7be2 View commit details
    Browse the repository at this point in the history
  6. Fix test

    phofl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9223836 View commit details
    Browse the repository at this point in the history
  7. Fix test

    phofl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a474bf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    d5a0268 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge remote-tracking branch 'upstream/main' into cow_copy_numpy_array

    # Conflicts:
    #	pandas/tests/frame/methods/test_transpose.py
    phofl committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0be7fc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Remove order changes

    phofl committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    293f8a5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into cow_copy_numpy_array

    # Conflicts:
    #	pandas/tests/indexing/multiindex/test_setitem.py
    phofl committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3376d06 View commit details
    Browse the repository at this point in the history
  3. Update

    phofl committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    265d9e3 View commit details
    Browse the repository at this point in the history
  4. Address review

    phofl committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9ac1bae View commit details
    Browse the repository at this point in the history
  5. Add test

    phofl committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    db92ce4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fix test

    phofl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    be9cb04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf3ee8 View commit details
    Browse the repository at this point in the history
  3. Fix array manager

    phofl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e2eceec View commit details
    Browse the repository at this point in the history
  4. Remove elif

    phofl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    65965c6 View commit details
    Browse the repository at this point in the history
  5. Update pandas/tests/copy_view/test_constructors.py

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    phofl and jorisvandenbossche authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ecb756c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e837d9 View commit details
    Browse the repository at this point in the history
  7. Add whatsnew

    phofl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    177fbbc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    2bbff3b View commit details
    Browse the repository at this point in the history
  2. Add note

    phofl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5bef4ba View commit details
    Browse the repository at this point in the history