-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: 2D ndarray of dtype 'object' is always copied upon construction #39272
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ff2f271
BUG: 2D ndarray of dtype 'object' is always copied upon construction …
irgolic 90097ae
merge master
irgolic 570dbe1
lint
irgolic 64abe4c
Merge branch 'master' into 2d-object-dont-copy
irgolic cb59f2a
add back _from_blocks
irgolic 672f9c0
try not replacing _from_blocks with _from_array
irgolic b6b248a
reduce test to only 2d arr
irgolic b09a763
Merge branch 'master' into 2d-object-dont-copy
irgolic 59597f3
restore broader test
irgolic f632526
move whatsnew to v1.3.1
irgolic ac71b7d
split test
irgolic 9e00908
Revert "try not replacing _from_blocks with _from_array"
irgolic ba0d122
move whatsnew to v1.4.0
irgolic f951246
annotate tests with link to issue
irgolic 99aca53
Merge branch 'master' into 2d-object-dont-copy
irgolic e9d4166
reword whatsnew
irgolic e91fb3a
Revert "Revert "try not replacing _from_blocks with _from_array""
irgolic 96dd1b9
Drop outside if/else
irgolic dc2ae20
better performance?
irgolic aa45230
lint
irgolic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double-check me on this, but i think a more performant alternative would be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm running asv to see if there's a performance difference
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the full asv run comparing the last commit (your suggestion) and the second to last commit. Any of these in particular you'd like me to rerun?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reran time_getitem_list_like, now it swung in the other direction, seems like it's just doing whatever it feels like.