Dan Schult
Dan Schult
I'm having trouble figuring out how the `nx-loopback` backend converts the graph during testing. It appears that the order of the nodes and edges change between running a doctest with...
Let's add a note to contributor guide about ensuring return values are not numpy scalars.
This Draft PR provides a place to publish and discuss an early draft for sparse migration guidelines from `spmatrix` to `sparray`. As originally posted, it uses markdown and is not...
This is the 2nd and perhaps the ugliest of the 3 PRs to update `test_base.py` for testing either sparray or spmatrix classes. It sets up the tests to check `isinstance(spcreator,...
This is the third PR to tweak `test_base.py` so it can easily switch between testing spmatrix and sparray. The meat of the changes are in PR #20889 (malmul tests) and...
Despite the ability to create multiple pdf files (via latex) with the sphinx builder (see #245), the code for the [sphinx backend](https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/doc_builder/backends/sphinx.py) only moves one pdf file to the target...
This PR converts `sparse.linalg` to use `sparray` internally instead of `spmatrix`. With full functionality for sparray, we can start to move SciPy's internal usage of sparse matrix to sparse array....
The Linear Operator interface uses ideas from matrix multiplication, and it supports `@`. But the docs and tests haven't been updated to use the "new" 10-year-old operator @. They use...
The harmonic diameter (which is the harmonic mean of all distances) from #5251 uses path lengths for unweighted networks. It would be good to allow weights path lengths via a...
Can we make the guides show up better on the tabs at the top of the documentation page? Are there other tabs that we should combine or remove? But more...