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
/
attrmatrix.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
1
-1
/
+1
*
Use scipy.sparse array datastructure (#6037)
Jarrod Millman
2022-10-12
1
-2
/
+2
*
Update return type of attrmatrix (#5764)
Mridul Seth
2022-06-16
1
-28
/
+15
*
Add FutureWarning to `attr_matrix` to notify users of return type change (#5300)
Ross Barnowski
2022-02-04
1
-0
/
+11
*
Use scipy.sparse array datastructure (#5139)
Ross Barnowski
2022-01-18
1
-18
/
+16
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-2
/
+2
*
Use `callable()` to check if the object is calllable (#1) (#4678)
Harsh Mishra
2021-05-18
1
-2
/
+2
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-2
/
+3
*
Simplify imports
Jarrod Millman
2020-09-15
1
-11
/
+3
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-20
/
+18
*
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
-4
/
+5
*
Fix scipy deprecation warnings
Jarrod Millman
2020-01-03
1
-20
/
+47
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+4
*
Fix PEP8 issues
Jarrod Millman
2019-10-21
1
-1
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-21
1
-1
/
+0
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-7
/
+0
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-10
/
+4
*
Drop np.set_printoptions(legacy=True)
Jarrod Millman
2019-03-30
1
-30
/
+20
*
Add make doctest back into the doc build pipeline (#3038)
Dan Schult
2018-06-28
1
-1
/
+6
*
Legacy array printing for NumPy 1.14+ (#2810)
Jarrod Millman
2018-01-03
1
-5
/
+10
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-62
/
+65
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-11
/
+11
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-2
/
+2
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-4
/
+4
*
Add fixtures to skip doctests when optional imports are missing.
aric
2010-04-23
1
-0
/
+12
*
Fix doc typo
aric
2010-04-22
1
-4
/
+4
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-0
/
+2
*
Add attribute matrix code. Closes #268
aric
2010-04-01
1
-0
/
+444