Closed jishnub closed 11 months ago
Test failures are as seen in https://github.com/JuliaArrays/StructArrays.jl/issues/274, and seem to be unrelated to this PR
Edit: tests appear to pass after the latest commit. The failure on nightly is due to changes in how NamedTuples
are displayed in the docstrings, and is unrelated to this PR.
Thanks for the PR and sorry for the long wait! I've rebase this in #289 (we just a small change to use createinstance
to generate the sparse array. If that makes sense to you, I can go ahead and close this one and merge #289.
Yes, makes sense, thanks!
Perfect, this was merged in #289
Structured matrix types may be converted to sparse matrices efficiently, so it makes sense to map
sparse
to the components of aStructArray
On master
This PR
~I have structured this as an extension module to make it easier to move
SparseArrays
to an extension in the future.~ I've made this an extension.