-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
CSR/CSC Tracking issue #443
Comments
It would also be good to figure out which attributes should be immutable, and for which classes this applies. To me, information that is "part of the type" should be immutable. Now, because there isn't a super strong idea of "type of an array" in the ecosystem, I think this can be fuzzy. E.g. is the To me, it makes sense for arrays to be parametric on their number of dimensions and |
@GenevieveBuckley, @ryan-williams, potentially of interest to you. I think this is a key target for getting good sparse array support in |
It's great to see you working on this @ivirshup Was there any specific input you wanted from me, or just cc-ing for awareness? Also, if you want to do some pair programming to work on dask + anndata, I'd be up for that. Let me know if that's something you'd find useful. |
+1, I agree with all of this. I also added the points @ivirshup mentioned. |
I was looking to work on this issue, @hameerabbasi @GenevieveBuckley @ivirshup if you dont mind could you tell me a bit more about it since I am new to open source and sparse |
@AmPhIbIaN26 Please don't tag everyone personally, it sends out a load of e-mails to people who may not want them As for the answer to your question, look at our contributing page, and follow the links; read closely. If you have any specific questions, ask in the Gitter chat and not here. |
Thanks and sorry for the inconvenience, ill follow up in glitter. |
Sorry for the late response on this! I'm quite busy with PhD/ life commitments at the moment but should hopefully have more time to work on this next month. @GenevieveBuckley, mostly just letting you know! The pair programming could definitely be useful, I'll let you know when I have a chance to dip my toes back into dask. @hameerabbasi a couple questions: First, I'm trying to figure out the broadcasting, in particular result types. How does this sound for a promotion hierarchy:
The main ideas here being:
Second, while trying some benchmarks for the stuff in my Benchmark dataset sourcesSources, strategies
Often take from the suite sparse collection: |
I now have some time to work on this! @hameerabbasi, do you think we could have a short call about this? Maybe early next week? In particular I'd like to get a sense of where this sits in the broader vision for the project, especially given the work on taco integration. |
@ivirshup I've sent you a message on Gitter, let's chat there. 😄 |
cc @daletovar @ivirshup
compressed_axes
.CSR
/CSC
:__array_function__
elemwise
_reduce_*
The text was updated successfully, but these errors were encountered: