summaryrefslogtreecommitdiff
path: root/networkx/linalg/algebraicconnectivity.py
Commit message (Expand)AuthorAgeFilesLines
* spectral bisection for graphs using fiedler vector (#6404)Mridul Seth2023-02-131-1/+73
* 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 isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-3/+6
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-9/+15
* Remove unused internal solver from algebraicconnectivity (#5190)Ross Barnowski2021-11-201-23/+5
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-121-4/+4
* Standard imports (#4401)Jarrod Millman2020-12-071-25/+34
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-1/+1
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-1/+1
* Cleanup algebraicconnectivity (#4287)Jarrod Millman2020-11-121-24/+12
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-121-41/+49
* Remove _CholeskySolverJarrod Millman2020-09-151-17/+2
* Simplify importsJarrod Millman2020-09-151-25/+6
* Format w/ blackJarrod Millman2020-07-101-3/+1
* MAINT: rm np.matrix from alg. conn. moduleRoss Barnowski2020-07-061-10/+12
* Fix scipy deprecation warningsJarrod Millman2020-01-031-50/+72
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+3
* Convert %-format to fstringJarrod Millman2020-01-011-1/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-5/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-7/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Use pytest for doctestJarrod Millman2019-10-121-7/+4
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-9/+25
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
* Pep8 fixesJarrod Millman2018-01-201-0/+3
* Fix bug and add checks for non-convergent fiedler_vector (#2681)Dan Schult2017-11-251-106/+127
* Removed unused imports (#2653)James Lamb2017-10-011-2/+2
* Comply with pep8Jarrod Millman2017-08-171-1/+1
* fix type issueHaochen Wu2015-10-171-1/+1
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-3/+3
* Provide replacements if BLAS not available from SciPy.chebee7i2014-05-211-1/+15
* Fix tests when Cholesky solver is not available.chebee7i2014-05-121-0/+541