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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-1
/
+1
*
spectral bisection for graphs using fiedler vector (#6404)
Mridul Seth
2023-02-13
1
-0
/
+15
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+1
*
Use scipy.sparse array datastructure (#5139)
Ross Barnowski
2022-01-18
1
-1
/
+1
*
Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)
Ross Barnowski
2021-12-12
1
-10
/
+2
*
Fix missing import + tests in laplacian fns. (#5194)
Ross Barnowski
2021-11-24
1
-151
/
+149
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-4
/
+4
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-9
/
+1
*
Add dtype argument to adjacency_matrix (#4850)
Jarrod Millman
2021-05-27
1
-9
/
+12
*
Use pytest.approx (#4827)
Jarrod Millman
2021-05-21
1
-19
/
+17
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
7
-91
/
+111
*
Use matrix multiplication operator (#4390)
Jarrod Millman
2020-11-25
1
-1
/
+1
*
Cleanup algebraicconnectivity (#4287)
Jarrod Millman
2020-11-12
2
-61
/
+83
*
Remove _CholeskySolver
Jarrod Millman
2020-09-15
1
-9
/
+20
*
Format w/ black
Jarrod Millman
2020-07-10
4
-53
/
+54
*
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
*
Fix scipy deprecation warnings
Jarrod Millman
2020-01-03
6
-147
/
+276
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
6
-11
/
+11
*
Add tests
Jarrod Millman
2019-10-24
4
-190
/
+449
*
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
*
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
*
Add bethe hessian matrix (#3401)
Jean-Gabriel Young
2019-05-03
2
-0
/
+56
*
Directed combinatorial laplacian as in #2404 (#3297)
Jens P
2019-02-18
1
-0
/
+47
*
Issue-3315: add normalized_laplacian_spectrum (#3317)
Hongwei Jin
2019-02-18
1
-0
/
+13
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
1
-0
/
+21
*
Fix bug and add checks for non-convergent fiedler_vector (#2681)
Dan Schult
2017-11-25
1
-46
/
+35
*
Comply with pep8
Jarrod Millman
2017-08-17
4
-169
/
+165
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-1
/
+1
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
1
-1
/
+1
*
Fix test ordering issues for python3.6
Aric Hagberg
2017-04-02
3
-27
/
+116
*
Add support for subgraphs with no edges in convert_matrix.to_scipy_sparse_mat...
Valentin Lorentz
2016-07-29
1
-0
/
+3
*
Modified all add_node, add_edge, and add_edges_from methods.
thegreathippo
2016-04-26
1
-1
/
+1
*
Weighted modularity matrix testing
Enrico
2016-04-17
1
-1
/
+17
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
2
-5
/
+5
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
3
-3
/
+3
*
Directed modularity and tests
JGab
2015-04-15
2
-4
/
+26
*
Test fixes
JGab
2015-04-08
2
-2
/
+2
*
Modularity spectrum test
JGab
2015-04-08
1
-0
/
+6
*
Test suite
JGab
2015-04-08
1
-0
/
+43
*
Update algebraic_connectivity tests.
chebee7i
2014-05-12
1
-14
/
+20
[next]