-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Improved duck array wrapping #9798
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 all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
fd6b339
lots more duck array compat, plus tests
slevang 893408c
Merge branch 'main' into more-array-api-compat
slevang f7866ce
merge sliding_window_view
slevang 90037fe
namespaces constant
slevang 5ba1a2f
revert dask allowed
slevang 6225ae3
fix up some tests
slevang e2911c2
backwards compat sparse mask
slevang 2ac37f9
add as_array methods
slevang 1cc344b
to_like_array helper
slevang 69080a5
Merge branch 'main' into more-array-api-compat
slevang 372439c
only cast non-numpy
slevang 0eef2cb
better idxminmax approach
slevang 6739504
fix mypy
slevang 9e6d6f8
naming, add is_array_type
slevang e721011
add public doc and whats new
slevang 1fe4131
update comments
slevang 205c199
add support for chunked arrays in as_array_type
slevang 7752088
Merge branch 'main' into more-array-api-compat
slevang c8d4e5e
revert array_type methods
slevang e67a819
Merge branch 'main' into more-array-api-compat
slevang f306768
fix up whats new
slevang 18ebdcd
comment about bool_
slevang f51e3fb
Merge branch 'main' into more-array-api-compat
slevang 121af9e
add jax to complete ci envs
slevang 472ae7e
add pint and sparse to tests
slevang 5aa4a39
remove from windows
slevang 390df6f
mypy, xfail one more sparse
slevang f6074d2
add dask and a few other methods
slevang 561f21b
Merge branch 'main' into more-array-api-compat
slevang bfd6aeb
move whats new
slevang 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
Oops, something went wrong.
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.
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.
Trying to install via conda on my local machine with a GPU automatically gave all the CUDA libs, which seems like unnecessary bloat for dev environments. If anyone knows a way around this, happy to move it back to conda. I also got a failure on windows, I think for trying to pip install anything, so left it off of there.