Dan Schult
Dan Schult
Looks like we are getting test failures due to CI not understanding `mpl_image_compare`. I don't see any install of pytest-mpl during the installing packages phase of the test. But I...
This is a draft branch to explore the impacts of making nodes of subgraphs usually sorted in the order of the base nodes. The user can make their own order...
Two notes about random_paths... - These are walks... not paths... The nodes can be repeated. The cited article itself switches between the term `path` and `walk` mid-sentence and doesn't distinguish...
NumFOCUS has released a new Code of Conduct and has asked projects to consider whether they would like to adopt the NumFOCUS Code of Conduct. Our current CoC was based...
In today's community meeting we discussed iterators over minimum spanning trees (MSTs) and connected dominating sets (CDSs). **Iterating over MSTs:** Matt pointed out that the spanning tree iterator code he...
Support 'dense' as a format of scipy sparse that returns a numpy array. The idea is to add support for returning the "dense" format for a number of functions that...
As per the SciPy sparray migration guide this is a "pass 1" set of changes. "Pass 1" essentially makes sure your code is compatible for both sparray and spmatrix. It...
This PR adds suggested improved wording for the sparse highlight about COO array indexing. The sentence improvements come from the discussion at the sparse arrays meeting this week. A few...
This PR adds sparsetools binop support for broadcasting and turns it on for add/sub/lt/ne. Broadcasting is a nice feature that scipy.sparse is missing. One approach has been tried in the...
It would be good to add a section about Reporting Views to the Graph Types reference page where we currently talk about Graph Views and Core Views. The section should...