summaryrefslogtreecommitdiff
path: root/networkx/linalg/tests/test_graphmatrix.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-271-9/+12
* Standard imports (#4401)Jarrod Millman2020-12-071-33/+34
* Tell psf/black to ignore specific np.arraysJarrod Millman2020-07-101-0/+10
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Add testsJarrod Millman2019-10-241-108/+228
* PEP8 fixes to testsJarrod Millman2019-10-181-21/+21
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-41/+33
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-16/+15
* Comply with pep8Jarrod Millman2017-08-171-69/+65
* Fix test ordering issues for python3.6Aric Hagberg2017-04-021-22/+106
* Add support for subgraphs with no edges in convert_matrix.to_scipy_sparse_mat...Valentin Lorentz2016-07-291-0/+3
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-261-1/+1
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Skip tests if no SciPyAric Hagberg2013-11-271-1/+2
* Update incidence_matrix to sparseAric Hagberg2013-11-131-14/+14
* Switch adjacency_matrix to sparseAric Hagberg2013-11-131-9/+8
* refactor spectrum.pyAric Hagberg2011-09-171-0/+89