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

BUG: 2D ndarray of dtype 'object' is always copied upon construction #39272

Merged
merged 20 commits into from
Jul 15, 2021

Commits on May 24, 2021

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

Commits on May 25, 2021

  1. merge master

    irgolic committed May 25, 2021
    Configuration menu
    Copy the full SHA
    90097ae View commit details
    Browse the repository at this point in the history
  2. lint

    irgolic committed May 25, 2021
    Configuration menu
    Copy the full SHA
    570dbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64abe4c View commit details
    Browse the repository at this point in the history
  4. add back _from_blocks

    irgolic committed May 25, 2021
    Configuration menu
    Copy the full SHA
    cb59f2a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

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

Commits on May 31, 2021

  1. reduce test to only 2d arr

    irgolic committed May 31, 2021
    Configuration menu
    Copy the full SHA
    b6b248a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    b09a763 View commit details
    Browse the repository at this point in the history
  2. restore broader test

    irgolic committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    59597f3 View commit details
    Browse the repository at this point in the history
  3. move whatsnew to v1.3.1

    irgolic committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    f632526 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. split test

    irgolic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ac71b7d View commit details
    Browse the repository at this point in the history
  2. Revert "try not replacing _from_blocks with _from_array"

    This reverts commit 672f9c0.
    irgolic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    9e00908 View commit details
    Browse the repository at this point in the history
  3. move whatsnew to v1.4.0

    irgolic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ba0d122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f951246 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99aca53 View commit details
    Browse the repository at this point in the history
  6. reword whatsnew

    irgolic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    e9d4166 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    e91fb3a View commit details
    Browse the repository at this point in the history
  2. Drop outside if/else

    irgolic committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    96dd1b9 View commit details
    Browse the repository at this point in the history
  3. better performance?

    irgolic committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    dc2ae20 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. lint

    irgolic committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    aa45230 View commit details
    Browse the repository at this point in the history