summaryrefslogtreecommitdiff
path: root/networkx/linalg
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: rm np.matrix from alg. conn. moduleRoss Barnowski2020-07-061-10/+12
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-052-6/+8
* fix documentation (#3959)muratgu2020-05-161-2/+2
* Fix scipy deprecation warningsJarrod Millman2020-01-0313-289/+482
* Upgrade to Py36 syntaxJarrod Millman2020-01-019-19/+19
* Convert %-format to fstringJarrod Millman2020-01-012-3/+2
* Remove superfluous encoding informationJarrod Millman2019-11-112-2/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-116-53/+1
* Add testsJarrod Millman2019-10-244-190/+449
* Fix PEP8 issuesJarrod Millman2019-10-211-1/+0
* Remove unused importsJarrod Millman2019-10-211-1/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-217-45/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* 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
* Use pytest for doctestJarrod Millman2019-10-127-52/+24
* 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
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Fix Sphinx warningsJarrod Millman2019-09-162-9/+11
* Add bethe hessian matrix (#3401)Jean-Gabriel Young2019-05-035-1/+183
* Add see also links (#3403)Jean-Gabriel Young2019-04-253-2/+5
* Update copyrightJarrod Millman2019-03-304-4/+4
* Drop np.set_printoptions(legacy=True)Jarrod Millman2019-03-301-30/+20
* Directed combinatorial laplacian as in #2404 (#3297)Jens P2019-02-182-16/+182
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-185-13/+13
* Issue-3315: add normalized_laplacian_spectrum (#3317)Hongwei Jin2019-02-182-1/+45
* Typos in description of modularity matrix (#3313)Matteo Pozza2019-02-091-2/+2