summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename release variable.networkx-1.4rc1Aric Hagberg2011-01-162-3/+4
* Document read_shpAric Hagberg2011-01-162-0/+10
* Document shortest paths for dense graphsAric Hagberg2011-01-163-135/+15
* Update news and creditsAric Hagberg2011-01-162-1/+31
* Don't warn on multiple matplotlib.use() calls.Aric Hagberg2011-01-162-2/+2
* Doc fixes.Aric Hagberg2011-01-166-59/+48
* Fix Sphinx doc issues.Aric Hagberg2011-01-1644-177/+152
* Change names to avoid conflictsAric Hagberg2011-01-162-77/+1
* Yields->Returns for Sphinx docsAric Hagberg2011-01-164-8/+8
* Change nameAric Hagberg2011-01-162-1/+75
* Rename nlist->nodes in methods where nodes is now a container.Aric Hagberg2011-01-151-11/+11
* Merge commit.Aric Hagberg2011-01-152-8/+11
|\
| * Graph.add_star(), Graph.add_cycle() and Graph.add_path() now accept any itera...Loïc Séguin-C.2011-01-152-8/+11
* | Fix typoAric Hagberg2011-01-151-1/+1
|/
* In Python 3, range() is a generator thus it can't be passed to Graph.add_cycl...Loïc Séguin-C.2011-01-151-2/+2
* Merge commitAric Hagberg2011-01-153-64/+124
|\
| * Bug in create_using.Aric Hagberg2011-01-151-3/+6
| * Some tests for random graphs.Aric Hagberg2011-01-151-0/+64
| * Remove create_using arguments in gnp,gnm random graph generators in favor of ...Aric Hagberg2011-01-151-61/+43
| * Rename the networkx multigraph 'key' to 'networkx_key' when reading/writing GEXFAric Hagberg2011-01-151-1/+12
* | Add rich club coefficientAric Hagberg2011-01-153-28/+42
* | Add import for richclubAric Hagberg2011-01-141-0/+2
* | Use nx.utils version of cumulative_sumAric Hagberg2011-01-141-6/+1
* | Add rich club metric. Addresses #356Aric Hagberg2010-09-284-0/+134
|/
* Merge commit.Aric Hagberg2011-01-132-6/+96
|\
| * Add generate_graphml() option.Aric Hagberg2011-01-131-3/+44
| * Update docstring.Aric Hagberg2011-01-131-3/+0
| * Add string option with generate_gexf()Aric Hagberg2011-01-131-3/+55
* | Add patch by Jesus Cerquides to correct powerlaw_cluster_graph.Dan Schult2011-01-132-6/+19
* | Change node_clique_number to use create ego_graph for eachDan Schult2011-01-122-3/+23
|/
* Raise error for average shortest path if graph is not (weakly) connected.Aric Hagberg2010-12-142-12/+50
* Add credits.Aric Hagberg2010-12-131-0/+1
* test commit email hookAric Hagberg2010-12-131-11/+11
* testing commit notifyAric Hagberg2010-12-131-2/+2
* Update credits.Aric Hagberg2010-12-131-1/+2
* Update creditsAric Hagberg2010-12-131-5/+5
* Update creditsAric Hagberg2010-12-131-1/+1
* add creditsAric Hagberg2010-12-131-1/+2
* Add credits.Aric Hagberg2010-12-131-0/+2
* Add credits.Aric Hagberg2010-12-131-0/+2
* Add creditsAric Hagberg2010-12-131-0/+1
* Suggest new release date in news.Aric Hagberg2010-12-131-0/+6
* Add missing release date for networkx-1.3Aric Hagberg2010-12-131-1/+1
* Use maxsize instead of maxint.Aric Hagberg2010-12-121-2/+2
* Fixed NetworkXErrorJesus Cerquides2010-12-122-5/+6
* maxint instead of maxsizeJesus Cerquides2010-12-121-3/+3
* Return only node set in find_induced_nodes()Aric Hagberg2010-12-122-11/+5
* Documentation updates including rst template for sphinx and formatting tweaks.Aric Hagberg2010-12-125-88/+106
* Merge commit: chordalAric Hagberg2010-12-125-1/+422
|\
| * Added checks for chordality. Created specific exceptions. Improved documentat...Jesus Cerquides2010-12-122-42/+226