index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
linalg
/
graphmatrix.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use scipy.sparse array datastructure (#6037)
Jarrod Millman
2022-10-12
1
-11
/
+3
*
remove to/from_scipy_sparse_matrix (#5779)
Matt Schwennesen
2022-07-01
1
-9
/
+1
*
remove `adj_matrix` from `linalg/graphmatrix.py` (#5753)
Dimitrios Papageorgiou
2022-06-15
1
-18
/
+1
*
Use scipy.sparse array datastructure (#5139)
Ross Barnowski
2022-01-18
1
-3
/
+19
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-1
/
+1
*
Add dtype argument to adjacency_matrix (#4850)
Jarrod Millman
2021-05-27
1
-3
/
+21
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-3
/
+3
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
DOC: Rewording re: numpy.matrix
Ross Barnowski
2020-07-21
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-2
/
+3
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-2
/
+3
*
fix documentation (#3959)
muratgu
2020-05-16
1
-2
/
+2
*
Fix scipy deprecation warnings
Jarrod Millman
2020-01-03
1
-7
/
+5
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-2
/
+1
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-9
/
+0
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-6
/
+0
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-7
/
+3
*
Add see also links (#3403)
Jean-Gabriel Young
2019-04-25
1
-0
/
+1
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-2
/
+2
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-15
/
+20
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Fix missing module prefix and typo in error msg
Nikhil Desai
2017-03-18
1
-2
/
+2
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-2
/
+2
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
added documentation
Kameron Harris
2015-01-17
1
-0
/
+2
*
Use scipy import fixture for tests
Aric Hagberg
2014-04-20
1
-2
/
+2
*
Documentation for diagonal entries
Aric Hagberg
2014-04-20
1
-1
/
+17
*
Update incidence_matrix to sparse
Aric Hagberg
2013-11-13
1
-9
/
+5
*
Switch adjacency_matrix to sparse
Aric Hagberg
2013-11-13
1
-13
/
+13
*
refactor spectrum.py
Aric Hagberg
2011-09-17
1
-0
/
+156