summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
* networkx-1.4 release updatenetworkx-1.4Aric Hagberg2011-01-231-1/+1
* Add read_edgelist example that shows edge data formattingAric Hagberg2011-01-181-1/+11
* Switch back to dev release taggingAric Hagberg2011-01-171-2/+2
* networkx-1.4rc1 release candidateAric Hagberg2011-01-161-0/+1
* Rename release variable.networkx-1.4rc1Aric Hagberg2011-01-161-2/+3
* Document shortest paths for dense graphsAric Hagberg2011-01-161-131/+2
* Don't warn on multiple matplotlib.use() calls.Aric Hagberg2011-01-162-2/+2
* Doc fixes.Aric Hagberg2011-01-165-59/+47
* Fix Sphinx doc issues.Aric Hagberg2011-01-162-17/+11
* 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
* Graph.add_star(), Graph.add_cycle() and Graph.add_path() now accept any itera...Loïc Séguin-C.2011-01-152-8/+11
* 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-152-27/+40
* | 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-282-0/+123
|/
* 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
* 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-123-88/+86
* Merge commit: chordalAric Hagberg2010-12-124-1/+421
|\
| * Added checks for chordality. Created specific exceptions. Improved documentat...Jesus Cerquides2010-12-122-42/+226
| * Removed approximationJesus Cerquides2010-12-011-1/+1
| * Removed approximationJesus Cerquides2010-12-012-163/+0
| * First changeset added to the forkJesus Cerquides2010-12-016-1/+400
* | Use sequential edge id counter instead of NetworkX key.Aric Hagberg2010-12-111-9/+10
* | Handle testing with no DISPLAY environment.Aric Hagberg2010-12-112-4/+4
|/
* Quote string node labels in GML writer.Aric Hagberg2010-11-291-1/+3
* Start edge key search at len(keydict) instead of 0 to save time with many mul...Dan Schult2010-11-292-3/+3
* Fix iterator version of complete_graph when n<2.Dan Schult2010-11-291-5/+6
* Read and write graph data with GraphML.Aric Hagberg2010-11-291-11/+19
* Remove double quotes in test.Aric Hagberg2010-11-291-11/+11
* Strip double quotes.Aric Hagberg2010-11-291-0/+1
* Add graph attributes when parsing GML.Aric Hagberg2010-11-291-0/+2