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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-1
/
+1
*
Remove "networkx" from top-level networkx namespace (#4840)
Ross Barnowski
2021-05-31
1
-6
/
+6
*
Add dtype argument to adjacency_matrix (#4850)
Jarrod Millman
2021-05-27
2
-12
/
+33
*
Use pytest.approx (#4827)
Jarrod Millman
2021-05-21
1
-19
/
+17
*
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
13
-149
/
+195
*
Safer repr format of variables (#4413)
Miroslav Šedivý
2020-12-06
1
-1
/
+1
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
2
-3
/
+3
*
Use matrix multiplication operator (#4390)
Jarrod Millman
2020-11-25
3
-10
/
+10
*
Cleanup algebraicconnectivity (#4287)
Jarrod Millman
2020-11-12
3
-85
/
+95
*
Move a few imports inside functions to improve import speed of the library (#...
Dan Schult
2020-11-12
1
-41
/
+49
*
Remove _CholeskySolver
Jarrod Millman
2020-09-15
2
-26
/
+22
*
Simplify imports
Jarrod Millman
2020-09-15
2
-36
/
+9
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
4
-26
/
+36
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
2
-3
/
+0
*
DOC: Rewording re: numpy.matrix
Ross Barnowski
2020-07-21
5
-10
/
+10
*
DOC: Fix return types in laplacianmatrix. (#4090)
Ross Barnowski
2020-07-19
1
-4
/
+4
*
Format w/ black
Jarrod Millman
2020-07-10
8
-61
/
+63
*
Tell psf/black to ignore specific np.arrays
Jarrod Millman
2020-07-10
5
-0
/
+46
*
MAINT,TST: Parametrize TestSpectralOrdering.
Ross Barnowski
2020-07-06
1
-69
/
+65
*
MAINT,TST: Remove unused _methods class attr
Ross Barnowski
2020-07-06
1
-1
/
+0
*
MAINT,TST: parametrize buckminsterfullerene test.
Ross Barnowski
2020-07-06
1
-27
/
+26
*
MAINT,TST: Parametrize methods in TestAlgebraicConnectivity.
Ross Barnowski
2020-07-06
1
-62
/
+64
*
MAINT: rm np.matrix from alg. conn. module
Ross Barnowski
2020-07-06
1
-10
/
+12
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
2
-6
/
+8
*
fix documentation (#3959)
muratgu
2020-05-16
1
-2
/
+2
*
Fix scipy deprecation warnings
Jarrod Millman
2020-01-03
13
-289
/
+482
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
9
-19
/
+19
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
2
-3
/
+2
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
2
-2
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
6
-53
/
+1
*
Add tests
Jarrod Millman
2019-10-24
4
-190
/
+449
*
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
7
-45
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-2
/
+2
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
6
-39
/
+37
*
Remove nose.tools.SkipTest
Jarrod Millman
2019-10-12
6
-156
/
+98
*
Use pytest for doctest
Jarrod Millman
2019-10-12
7
-52
/
+24
*
Replace eq_, ok_ with assert
Jarrod Millman
2019-10-12
1
-11
/
+10
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-24
/
+26
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-7
/
+7
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
6
-52
/
+46
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Fix Sphinx warnings
Jarrod Millman
2019-09-16
2
-9
/
+11
*
Add bethe hessian matrix (#3401)
Jean-Gabriel Young
2019-05-03
5
-1
/
+183
*
Add see also links (#3403)
Jean-Gabriel Young
2019-04-25
3
-2
/
+5
*
Update copyright
Jarrod Millman
2019-03-30
4
-4
/
+4
[next]