-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
BUG: Fix ExtensionArray binary op protocol #61990
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
Open
tisjayy
wants to merge
13
commits into
pandas-dev:main
Choose a base branch
from
tisjayy:fix-ea-non-1d-ops
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+22
−1
Open
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
9496569
BUG: Return NotImplemented for non-1D operands in BooleanArray ops; a…
tisjayy 08e0e37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f0c9157
TST: fix test class methods and lint in test_numeric.py
tisjayy ae5b4c1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e8db699
TST: fix arithmetic tests for ExtensionArray and numpy, update assert…
tisjayy 8f02e65
Merge branch 'main' into fix-ea-non-1d-ops
tisjayy 390fa8e
BUG: Fix dtype and exception checks in arithmetic ExtensionArray tests
tisjayy cb445f3
TST: fix inconsistent-namespace-usage pre-commit errors by using
tisjayy 7454a7d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9ea1744
add match=, remove test, add GH#61866 reference
tisjayy 1ef4eb5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 17159b6
changed match= lines
tisjayy 079547d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 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
Next
Next commit
BUG: Return NotImplemented for non-1D operands in BooleanArray ops; a…
…dd tests for numeric EA shape errors
- Loading branch information
commit 949656952b94b3c55a51ef3a758d1622f8f82bbc
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.