summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udpate News and Credits for networkx-0.37networkx-0.37aric2008-08-173-4/+56
* faster dfs preorderaric2008-08-172-16/+12
* betweenness dict in edge_betweenness should only contain two-tuplesaric2008-08-171-4/+2
* add maximum-weighted matching algorithmaric2008-08-173-0/+1591
* Select setuptools in setup.py if available.aric2008-08-171-1/+4
* Add secondary sort option for topological sortaric2008-08-171-4/+12
* Add note in example about using pylab.show()aric2008-08-171-0/+7
* only apply edge colormap status to current image if colormap actually usedaric2008-07-281-1/+2
* adjust pylab drawing to explicitly set collections as current imagearic2008-07-251-0/+2
* Fix error handling (add import and adjust messages).aric2008-07-181-5/+4
* Clear up ambiguous cases for BA when m=1 (allowed) and m>=n (notaric2008-07-181-3/+3
* Updated documentation abuot number of neighbors k being odd fordschult2008-06-241-9/+9
* add reference for newman-watts-strogatz graph generatoraric2008-06-191-4/+14
* remove typoaric2008-06-191-1/+1
* Modify to_agraph() to make multiedges work.aric2008-06-071-27/+24
* fix typos in documentationaric2008-06-032-5/+2
* Keep reverse dictionary of id to NetworkX node in class data (idnode).aric2008-06-013-2/+240
* ubigraph <-> networkx interfacearic2008-05-307-0/+608
* Add reader and writer for p2g format.aric2008-05-293-0/+165
* Add Pajek format reader and writer.aric2008-05-293-0/+181
* Use lil sparse matrix format when converting from scipy sparse matrixaric2008-05-271-7/+9
* revert commented out try/except clausearic2008-05-271-5/+5
* allow "pre" ending in matplotlib version string checkingaric2008-05-201-0/+2
* Fix bug in copy fromaric2008-05-202-7/+19
* Update pydot functions to work with pydot-1.0.2.aric2008-03-083-93/+216
* update gml_write() to work with XGraph - addresses #147aric2008-02-291-8/+17
* Fix write_gml(); fixes #147aric2008-02-281-7/+12
* havel_hakimi_graph generator doesn't need random seed parameteraric2008-02-161-4/+1
* Typo linewidth->linwidths.aric2008-01-251-1/+1
* Allow linewidths keyword for drawing nodes (see pylab.scatter for details).aric2008-01-251-1/+3
* Add option to specify list of edge colors when drawing with matplotlib.aric2008-01-251-2/+22
* Update install information with better URL for Debian packagesaric2008-01-141-1/+1
* Update documentation and release.py for networkx-0.36networkx-0.36aric2008-01-134-36/+66
* Fix gml file parser to not handle lines starting with # as special casearic2008-01-122-8/+4
* Remove obsolete nx_pygraphviz interface (use nx_agraph AGraph() interface).aric2008-01-082-483/+0
* Add optional arrows=True|False when drawing digraphs with matplotlib.aric2008-01-081-1/+5
* Fix matplotlib version string parsing to allow "svn" versions.aric2008-01-081-1/+4
* Handle XGraph with selfloops=True or multiedges=Truearic2008-01-021-2/+7
* Use random.shuffle to greatly improve speed of configuration_model.aric2007-12-161-8/+6
* Fix bug in bipartite_color causing failure on some bipartite graphs (and thusaric2007-12-162-8/+10
* Correct convert behavior when nodelist is specified witharic2007-11-084-3/+63
* GML format graph reader, tests, and example (football.py)aric2007-11-085-0/+348
* Speed up neighbors considerably by replacingdschult2007-10-164-16/+54
* Revise get_edge() code so that a NetworkXError exception is raiseddschult2007-10-033-28/+31
* turn on registration option for tracaric2007-10-031-3/+0
* note about disabled registrationaric2007-09-271-0/+4
* added edge_betweenness (Brandes version)aric2007-09-233-71/+887
* Fixed a logic error during update of GMState.inout_x and DiGMState.in_x, and ...cellison2007-08-211-1/+0
* Fixed a logic error during update of GMState.inout_x and DiGMState.in_x, and ...cellison2007-08-211-10/+17
* Make complete_graph work when create_using is a directed graph.dschult2007-08-111-1/+1