summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* networkx-1.6 releasenetworkx-1.6Aric Hagberg2011-11-221-1/+1
* Add missing reference.Aric Hagberg2011-11-211-1/+1
* Increase precision in to avoid being close to roundoff difference in tests.Aric Hagberg2011-11-211-5/+6
* Correct name for "see also" docstrings with method nodes_with_selfloops()Dan Schult2011-11-212-3/+3
* Update pydot URLAric Hagberg2011-11-202-6/+7
* Add missing nx prefix in doctests.Aric Hagberg2011-11-202-6/+8
* remove obsolete check for python3 compat.Aric Hagberg2011-11-201-2/+0
* Rework p2g and tests to work with python3Aric Hagberg2011-11-202-16/+13
* Update credits and news.Aric Hagberg2011-11-202-0/+3
* Add communities to docs.Aric Hagberg2011-11-193-1/+15
* move mayavi drawing to separate examples directoryAric Hagberg2011-11-182-0/+1
* remove normalized testAric Hagberg2011-11-181-1/+1
* remove norm option for smetrix which depends in smax graphAric Hagberg2011-11-181-5/+6
* remove smax importAric Hagberg2011-11-181-1/+0
* Add tests to classes to cover missing cases.Aric Hagberg2011-11-184-0/+43
* Better stochastic graph tests.Aric Hagberg2011-11-183-10/+15
* Update testsAric Hagberg2011-11-182-0/+3
* Remove obsolete get_file_handle()Aric Hagberg2011-11-181-23/+0
* Remove obsolete get_file_handle() callAric Hagberg2011-11-181-1/+2
* Test random number/choice generators.Aric Hagberg2011-11-181-1/+24
* remove create_using option. marginal improvement of testsAric Hagberg2011-11-183-76/+45
* Add tests for p2g data format and update docs.Aric Hagberg2011-11-182-14/+84
* remove smax generatorAric Hagberg2011-11-183-306/+0
* fix syntax in .coveragrcAric Hagberg2011-11-181-2/+2
* merge commitAric Hagberg2011-11-178-5/+12
|\
| * Switch back to dev labeling of releasesAric Hagberg2011-11-151-2/+2
| * Added tag networkx-1.6rc1 for changeset 9fde0fe38073Aric Hagberg2011-11-151-0/+1
| * networkx-1.6rc1 (release candidate)networkx-1.6rc1Aric Hagberg2011-11-151-2/+2
| * update newsAric Hagberg2011-11-151-1/+1
| * Add tests to distribution.Aric Hagberg2011-11-155-1/+6
| * Adjust test to make sure graph is connected.Aric Hagberg2011-11-151-3/+4
* | Add converage config file.Aric Hagberg2011-11-171-0/+36
|/
* Handle corner cases in generator.Aric Hagberg2011-11-141-4/+8
* Add community packageAric Hagberg2011-11-141-0/+1
* fix python 2/3 issue in testAric Hagberg2011-11-131-1/+1
* Skip test if scipy not available.Aric Hagberg2011-11-131-0/+2
* Fix doctest to work with python2 and python3Aric Hagberg2011-11-131-2/+3
* Add __init__ for community.Aric Hagberg2011-11-131-0/+1
* Ad k-clique.Aric Hagberg2011-11-133-0/+93
* Add doc for weighted_choice and random_weighted_sampleAric Hagberg2011-11-132-8/+16
* Restore current_flow_betweenness_centrality_subset - now using sparse solver.Aric Hagberg2011-11-063-0/+443
* merge commitAric Hagberg2011-11-065-13/+24
|\
| * Add more tests. Fix potential Python3 issue.Aric Hagberg2011-11-052-1/+6
| * Update docs for random degre sequence graph generator.Aric Hagberg2011-11-052-9/+16
| * Adjust examples to renamed utilsAric Hagberg2011-11-052-3/+2
* | Handle norm zero case and fix bug in choosing neighbors.Aric Hagberg2011-11-062-20/+35
|/
* Remove spurious pylab.axes call.Aric Hagberg2011-11-041-1/+0
* Remove checking for matplotlib versions for edge colormap handling.Aric Hagberg2011-11-041-27/+11
* Add random degree sequence graph.Aric Hagberg2011-11-033-6/+193
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-0320-919/+1049