-
Notifications
You must be signed in to change notification settings - Fork 11
MAINT: bump to sparse >=0.17 #318
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
Conversation
Hey! Thanks for the list of issues; we'll work through them. |
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.
a couple questions, otherwise thanks, LGTM!
tests/test_funcs.py
Outdated
@@ -416,7 +416,7 @@ def test_complex(self, xp: ModuleType): | |||
expect = xp.asarray([[1.0, -1.0j], [1.0j, 1.0]], dtype=xp.complex128) | |||
xp_assert_close(actual, expect) | |||
|
|||
@pytest.mark.skip_xp_backend(Backend.SPARSE, reason="matmul with nan fillvalue") | |||
@pytest.mark.xfail_xp_backend(Backend.SPARSE, reason="matmul with nan fillvalue") |
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.
is this tracked by an issue?
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.
it is now pydata/sparse#877
thanks Guido! |
Outstanding deficiencies, as far as array-api-extra is concerned:
arange
argsort
unique_inverse
.at
method or equivalentunique_values
/unique_counts
: NaNs should not be treated as equal pydata/sparse#855capabilities()
should not advertise boolean indexing pydata/sparse#876CC @hameerabbasi