summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set version to networkx-1.5networkx-1.5Aric Hagberg2011-06-043-3/+3
* Remove deprecated "from_whatever()" in favor of to_networkx_graph().Aric Hagberg2011-06-048-77/+39
* Remove spurious prints.Aric Hagberg2011-06-031-2/+0
* Don't rely on node ordering when converting from digraphs to multigraphs. Ch...Aric Hagberg2011-06-032-15/+37
* Better notation and some documentation fixes.Aric Hagberg2011-06-011-23/+15
* Update documentation for expected degree graphAric Hagberg2011-05-311-10/+44
* Handle unorderable nodes in A* algorithm.Aric Hagberg2011-05-302-17/+34
* Merged changes.Loïc Séguin-C.2011-05-281-1/+10
|\
| * Add tests based on comments in ticket 559Dan Schult2011-05-271-1/+10
* | Use iterators instead of lists when possible. Addresses #560Loïc Séguin-C.2011-05-288-15/+15
|/
* Merged changes.Loïc Séguin-C.2011-05-272-5/+9
|\
| * Fix off-by-one in loop.Aric Hagberg2011-05-251-1/+4
| * Catch NoPathError.Aric Hagberg2011-05-251-4/+5
* | topological_sort now uses optional nbunch argument. Addresses #559Loïc Séguin-C.2011-05-271-1/+1
|/
* Add double quotes if attribute contains spaces.Aric Hagberg2011-05-241-0/+4
* Fix some typos in docs.Aric Hagberg2011-05-212-4/+4
* Added tag networkx-1.5rc1 for changeset d4d008365772Aric Hagberg2011-05-211-0/+1
* Remove tagsnetworkx-1.5rc1Aric Hagberg2011-05-211-5/+0
* Update ReadmeAric Hagberg2011-05-211-1/+1
* Added tag networkx-1.5rc1 for changeset eefee15227d2Aric Hagberg2011-05-211-0/+2
* Removed tag networkx-1.5rc1Aric Hagberg2011-05-211-0/+2
* networkx-1.5rc1 tagAric Hagberg2011-05-211-3/+3
* Added tag networkx-1.5rc1 for changeset 310b95d971e6Aric Hagberg2011-05-211-0/+1
* Fix a few doctests without proper nx prefix.Aric Hagberg2011-05-212-6/+7
* Allow self loops in expected degree graphAric Hagberg2011-05-211-2/+10
* More small doc fixes.Aric Hagberg2011-05-213-15/+22
* Small documentation fixes. Remove :math: role tag.Aric Hagberg2011-05-2110-132/+123
* Remove :math: markers since math is the default role now.Aric Hagberg2011-05-203-36/+34
* Update exmple for node position in new RGG interface.Aric Hagberg2011-05-201-1/+2
* Adjust documentation to note we return numpy arraysAric Hagberg2011-05-201-2/+2
* Don't connect to yourself in nsm graph.Aric Hagberg2011-05-201-1/+1
* Documentation for 1.5 releaseAric Hagberg2011-05-205-1/+113
* Add epub builder for sphinx.Aric Hagberg2011-05-202-2/+15
* Python 3ism xrange->range.Aric Hagberg2011-05-201-1/+1
* Update random_geometric_graph with simpler interface.Aric Hagberg2011-05-201-49/+62
* Navigable small world.Aric Hagberg2011-05-203-2/+86
* Improve Waxman documentation.Aric Hagberg2011-05-201-7/+7
* Add geographical threshold graph.Aric Hagberg2011-05-203-0/+102
* Use math role as default for Sphinx. So you can use `x=y^2` instead of :math...Aric Hagberg2011-05-201-0/+2
* Add weight keyword to current_flow centrality and spectrum functions. Add t...Dan Schult2011-05-209-69/+271
* Add Waxman-1 and Waxman-2Aric Hagberg2011-05-192-28/+58
* Update documentation for bipartite functionsAric Hagberg2011-05-197-54/+53
* Allow weight keyword argument in centrality measures and shortest_path routines.Dan Schult2011-05-1818-227/+252
* Fix pagerank_(num/sci)py to ensure nodelist order is used instead of G.nodes().Dan Schult2011-05-181-16/+13
* Put all bipartite functions in biparite/ package and don't import that into t...Aric Hagberg2011-05-1815-144/+174
* Faster normalization using scipy.sparse.find.Aric Hagberg2011-05-171-2/+3
* Doc changes for weighted shortest paths as suggested inDan Schult2011-05-171-2/+23
* Make Graph.name a property that sets/gets Graph.graph['name']Aric Hagberg2011-05-169-41/+38
* Fix documentation description of *kwds.Aric Hagberg2011-05-151-11/+0
* Read files that specify both Arcs and Edges. Without a spec we are really ju...Aric Hagberg2011-05-151-7/+6