-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
EA: support basic 2D operations #27142
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
Closed
Closed
Changes from 6 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
d673008
un-xfail tests, xfail instead of skip, minor cleanup
jbrockmendel b2a837b
Merge branch 'master' of https://github.com/pandas-dev/pandas into xf…
jbrockmendel c2fd1b1
Merge branch 'master' of https://github.com/pandas-dev/pandas into xf…
jbrockmendel bed5563
REF: derive __len__ from shape instead of vice-versa
jbrockmendel 29d9dc2
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel f3ce13c
update docstring
jbrockmendel 4fd24c1
remove duplicated methods
jbrockmendel c0505ee
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel c81daeb
implement shape in terms of size, with implement_2d decorator
jbrockmendel 4d77dbe
move implement_2d, implement view
jbrockmendel d43ef30
port tests
jbrockmendel 91c979b
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel bc220c3
shape patching, tests
jbrockmendel 421b5a3
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 7c6df89
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 203504c
blackify
jbrockmendel bc12f01
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 2f18dae
shape fixups
jbrockmendel eb0645d
blackify+isort
jbrockmendel 2540933
property read-write
jbrockmendel 5b60fb5
add docstring
jbrockmendel 96f3ae2
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 92a0a56
implement base class view
jbrockmendel 81191bf
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 91639dd
use base view
jbrockmendel 34cc9e9
patch take, getitem
jbrockmendel 444f9f7
blackify
jbrockmendel 7c15b74
isort fixup
jbrockmendel 768d75d
patch iter
jbrockmendel 3b7b2b2
slice handling cleanup
jbrockmendel 177bfb0
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel f5cba22
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 174a1da
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 1d78fbe
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel 41b49d9
Merge branch 'master' of https://github.com/pandas-dev/pandas into ar…
jbrockmendel fc331b8
dummy to force CI
jbrockmendel 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.