summaryrefslogtreecommitdiff
path: root/networkx/linalg
Commit message (Expand)AuthorAgeFilesLines
* Fix links in laplacian_centrality and laplacian_matrix (#6623)Navya Agarwal2023-04-061-2/+2
* Fix typos (#6620)Harri Nieminen2023-04-041-1/+1
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* spectral bisection for graphs using fiedler vector (#6404)Mridul Seth2023-02-132-1/+88
* Add example laplacian matrix (#6168)Paula Pérez Bianchi2022-11-171-0/+15
* add laplacian_spectrum example (#6169)Paula Pérez Bianchi2022-11-141-1/+13
* Added an example to algebraic_connectivity (#6153)Paula Pérez Bianchi2022-11-091-1/+14
* Add example for fiedler_vector (#6155)Paula Pérez Bianchi2022-10-311-0/+12
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-125-83/+17
* remove to/from_scipy_sparse_matrix (#5779)Matt Schwennesen2022-07-011-9/+1
* Update return type of attrmatrix (#5764)Mridul Seth2022-06-161-28/+15
* remove `adj_matrix` from `linalg/graphmatrix.py` (#5753)Dimitrios Papageorgiou2022-06-151-18/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-022-4/+7
* Moved random_spanning_tree to public API (#5656)Matt Schwennesen2022-06-011-0/+33
* DOC: fix up links, remove references to directed graphs, add proper cites (#5...Mridul Seth2022-05-141-9/+8
* Improve docstring for bethe_hessian_matrix (#5458)Dilara Tekinoglu2022-04-081-11/+13
* Update black (#5438)Mridul Seth2022-03-291-2/+2
* More numpy.matrix cleanups for NX2.7 (#5319)Ross Barnowski2022-02-121-1/+1
* Add FutureWarning to `attr_matrix` to notify users of return type change (#5300)Ross Barnowski2022-02-041-0/+11
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-187-73/+163
* 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-242-151/+151
* Remove unused internal solver from algebraicconnectivity (#5190)Ross Barnowski2021-11-201-23/+5
* Drop Py37 (#5143)Jarrod Millman2021-10-232-6/+3
* Change exception varname e to err (#5130)Dan Schult2021-10-152-6/+6
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-121-4/+4
* Style changes (#5022)Dan Schult2021-08-141-9/+1
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Remove "networkx" from top-level networkx namespace (#4840)Ross Barnowski2021-05-311-6/+6
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-272-12/+33
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-19/+17
* Use `callable()` to check if the object is calllable (#1) (#4678)Harsh Mishra2021-05-181-2/+2
* Standard imports (#4401)Jarrod Millman2020-12-0713-149/+195
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-1/+1
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-022-3/+3
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-253-10/+10
* Cleanup algebraicconnectivity (#4287)Jarrod Millman2020-11-123-85/+95
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-121-41/+49
* Remove _CholeskySolverJarrod Millman2020-09-152-26/+22
* Simplify importsJarrod Millman2020-09-152-36/+9
* Format python in docstrings (#4168)Jarrod Millman2020-08-194-26/+36
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-162-3/+0
* DOC: Rewording re: numpy.matrixRoss Barnowski2020-07-215-10/+10
* DOC: Fix return types in laplacianmatrix. (#4090)Ross Barnowski2020-07-191-4/+4
* Format w/ blackJarrod Millman2020-07-108-61/+63
* 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