18
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 20 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update threshold to include degree_correlation(cs).
Dan Schult
as dschult
More... almost 19 years ago
Documentation to match code. More... almost 19 years ago
Only need to compute and sort node position list one time. More... almost 19 years ago
Barabasi-Albert graph could produce parallel edges and isolated nodes. Rework algorithm to choose unique nodes as targets. Fixes #5. More... almost 19 years ago
Test for dijkstra. Fixes #4. More... almost 19 years ago
Removed dijkstra tests - need to add new ones. Reference #4. More... almost 19 years ago
An attempt to fix #4 (dijkstra). More... almost 19 years ago
Fixes #1 More... almost 19 years ago
Link to examples in source code. More... almost 19 years ago
Ticket #1 adding self loop should add node More... almost 19 years ago
Use list comprehension instead of tuple comprehension to provide compatability with python2.3 (in .reverse())
Dan Schult
as dschult
More... almost 19 years ago
release networkx-0.23 More... almost 19 years ago
in Makefile rst2html.py->rst2html rst2latex.py>rst2latex More... almost 19 years ago
New generalized laplacian routine didn't like isolated nodes. Now it handles them appropriately.
Dan Schult
as dschult
More... almost 19 years ago
spectrum and nx_pydot tests had small errors (due to NX->networkx name changing and also rounding errors) More... almost 19 years ago
Error in the calculation of the graph laplacian due to the random ordering of G.degree() compared to an iteration over the nodes of the adjacency matrix now fixed. Thanks to Arnar Flatberg for pointing this out and suggesting a fix. More... almost 19 years ago
spurious line removed More... almost 19 years ago
Change notify message to "warning" if extra packages (pydot, matplotlib, etc.) are not installed. More... almost 19 years ago
Autogenerated file More... almost 19 years ago
Changes to manifest and setup for moved test directory Include README for tests in distribution More... almost 19 years ago
Rename test->test_all and test2->test_single Update Makefile to run tests accordingly More... almost 19 years ago
Move testing directory up one level. Adjust paths for tests in every module. More... almost 19 years ago
wiki and svn links added to menu More... almost 19 years ago
Modify tests for name change NX->networkx More... almost 19 years ago
renamed watts_strogatz_graph to newman_watts_strogatz_graph this is the version with new edges added More... almost 19 years ago
Name change NX->networkx set properties from .cvsignore More... almost 19 years ago
News - and updated for next release. More... almost 19 years ago
Path names to lowercase More... almost 19 years ago
Images were corrupted? Why? More... almost 19 years ago
cvsignore properties added More... almost 19 years ago