summaryrefslogtreecommitdiff
path: root/networkx/linalg/tests
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* spectral bisection for graphs using fiedler vector (#6404)Mridul Seth2023-02-131-0/+15
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-1/+1
* Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)Ross Barnowski2021-12-121-10/+2
* Fix missing import + tests in laplacian fns. (#5194)Ross Barnowski2021-11-241-151/+149
* Change exception varname e to err (#5130)Dan Schult2021-10-151-4/+4
* Style changes (#5022)Dan Schult2021-08-141-9/+1
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-271-9/+12
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-19/+17
* Standard imports (#4401)Jarrod Millman2020-12-077-91/+111
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-1/+1
* Cleanup algebraicconnectivity (#4287)Jarrod Millman2020-11-122-61/+83
* Remove _CholeskySolverJarrod Millman2020-09-151-9/+20
* Format w/ blackJarrod Millman2020-07-104-53/+54
* Tell psf/black to ignore specific np.arraysJarrod Millman2020-07-105-0/+46
* MAINT,TST: Parametrize TestSpectralOrdering.Ross Barnowski2020-07-061-69/+65
* MAINT,TST: Remove unused _methods class attrRoss Barnowski2020-07-061-1/+0
* MAINT,TST: parametrize buckminsterfullerene test.Ross Barnowski2020-07-061-27/+26
* MAINT,TST: Parametrize methods in TestAlgebraicConnectivity.Ross Barnowski2020-07-061-62/+64
* Fix scipy deprecation warningsJarrod Millman2020-01-036-147/+276
* Upgrade to Py36 syntaxJarrod Millman2020-01-016-11/+11
* Add testsJarrod Millman2019-10-244-190/+449
* PEP8 fixesJarrod Millman2019-10-181-2/+2
* PEP8 fixes to testsJarrod Millman2019-10-186-39/+37
* Remove nose.tools.SkipTestJarrod Millman2019-10-126-156/+98
* Replace eq_, ok_ with assertJarrod Millman2019-10-121-11/+10
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-24/+26
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-7/+7
* Use class methods for class setup/teardownStefan van der Walt2019-10-126-52/+46
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Add bethe hessian matrix (#3401)Jean-Gabriel Young2019-05-032-0/+56
* Directed combinatorial laplacian as in #2404 (#3297)Jens P2019-02-181-0/+47
* Issue-3315: add normalized_laplacian_spectrum (#3317)Hongwei Jin2019-02-181-0/+13
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-0/+21
* Fix bug and add checks for non-convergent fiedler_vector (#2681)Dan Schult2017-11-251-46/+35
* Comply with pep8Jarrod Millman2017-08-174-169/+165
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-1/+1
* Fix test ordering issues for python3.6Aric Hagberg2017-04-023-27/+116
* 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
* Weighted modularity matrix testingEnrico2016-04-171-1/+17
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-022-5/+5
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-173-3/+3
* Directed modularity and testsJGab2015-04-152-4/+26
* Test fixesJGab2015-04-082-2/+2
* Modularity spectrum testJGab2015-04-081-0/+6
* Test suiteJGab2015-04-081-0/+43
* Update algebraic_connectivity tests.chebee7i2014-05-121-14/+20