summaryrefslogtreecommitdiff
path: root/networkx/linalg/graphmatrix.py
Commit message (Expand)AuthorAgeFilesLines
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-271-3/+21
* Standard imports (#4401)Jarrod Millman2020-12-071-3/+3
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* DOC: Rewording re: numpy.matrixRoss Barnowski2020-07-211-2/+2
* Format w/ blackJarrod Millman2020-07-101-2/+3
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+3
* fix documentation (#3959)muratgu2020-05-161-2/+2
* Fix scipy deprecation warningsJarrod Millman2020-01-031-7/+5
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Convert %-format to fstringJarrod Millman2020-01-011-2/+1
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-6/+0
* Use pytest for doctestJarrod Millman2019-10-121-7/+3
* Add see also links (#3403)Jean-Gabriel Young2019-04-251-0/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Comply with pep8Jarrod Millman2017-08-171-15/+20
* Update copyrightJarrod Millman2017-07-251-1/+1
* Fix missing module prefix and typo in error msgNikhil Desai2017-03-181-2/+2
* Update copyrightsMridul Seth2016-01-011-1/+1
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Fix copyrightsJGab2015-04-211-1/+1
* added documentationKameron Harris2015-01-171-0/+2
* Use scipy import fixture for testsAric Hagberg2014-04-201-2/+2
* Documentation for diagonal entriesAric Hagberg2014-04-201-1/+17
* Update incidence_matrix to sparseAric Hagberg2013-11-131-9/+5
* Switch adjacency_matrix to sparseAric Hagberg2013-11-131-13/+13
* refactor spectrum.pyAric Hagberg2011-09-171-0/+156