summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* networkx-0.33networkx-0.33aric2006-11-281-2/+1
* include tests and docs in source distributionaric2006-11-283-1/+22
* new newsaric2006-11-271-0/+32
* some tests should be skipped if no numpy, scipy, yamlaric2006-11-273-16/+29
* Update write_dot examplearic2006-11-221-13/+5
* trac test, fixes #77.aric2006-11-221-1/+0
* test of trac upgrade, fixes #77aric2006-11-221-1/+0
* test update to trac/svnaric2006-11-221-1/+0
* Upgrade edge_boundary and node_boundary methods of Graph.dschult2006-11-214-93/+44
* removed dna... May it rest in peace.dschult2006-11-219-79/+12
* Updated docs for XGraph class to include list of inherited methodsdschult2006-11-211-63/+34
* graph.py: changed __getitem__ to call neighbors_iterdschult2006-11-213-45/+5
* Replace degree() with degree_iter() inside number_of_edges.dschult2006-11-212-3/+2
* more editing of info.py for clarityaric2006-11-211-26/+12
* Wordsmith the new info.py file. There are stilldschult2006-11-211-52/+52
* rename shortest_path.py to path.py to avoid shadowing function of same namearic2006-11-217-6/+6
* adjust imports in tests to reflect refactoring of base.py and xbase.pyaric2006-11-215-19/+5
* normalize documentation between graph classes and put in info.pyaric2006-11-218-713/+270
* use import digraph instead of import basearic2006-11-211-1/+1
* change imports to use graph and digraph instead of basearic2006-11-211-1/+3
* Refactor large modules into smaller pieces:aric2006-11-2114-1276/+1817
* Bugfix updates for examples.aric2006-11-214-15/+16
* Add error handling for invalid position data arrays when drawing.aric2006-11-211-18/+24
* Added XDiGraph methods in_degree_iter, out_degree_iter and removeddschult2006-11-192-78/+61
* Changed code for degree method (and friends in_degree/out_degree)dschult2006-11-186-141/+79
* refactor paths.py intoaric2006-11-1111-421/+565
* remove weight_matrix from import listaric2006-11-102-7/+2
* spurious "weighted" keyword in adj_matrixaric2006-11-101-1/+1
* Remove weight_matrix in favor of plain adj_matrixaric2006-11-102-16/+2
* optional edge_data in to_dict_of_dicts to allow arbitraryaric2006-11-101-5/+9
* Adjust tests/tree.txt to work with new error message for addingaric2006-11-101-5/+5
* remove add_edgesaric2006-11-101-13/+0
* Remove union code in base.py - union exists in networkx/operators.pyaric2006-11-101-30/+0
* Distinguish between adjacency matrices and weight matrices.jeff2006-11-103-5/+19
* to_dict_of_dicts() probably should assign values of 1 rather than Nonejeff2006-11-101-4/+7
* Hopefully improve an error message.jeff2006-11-102-2/+65
* update Quick_ref and Readme for numpy instead of Numeric usagearic2006-11-102-6/+5
* remove Numeric import option in favor of numpyaric2006-11-101-5/+1
* remove Numeric imports from layout.py in favor of numpyaric2006-11-102-8/+3
* remove Numeric import from tests: must use numpyaric2006-11-101-8/+5
* deprecate numeric from spectrum.pyaric2006-11-102-50/+35
* deprecate Numeric from utils.pyaric2006-11-101-1/+1
* remove unnecessary import of numpy/Numericaric2006-11-101-9/+0
* New floyd_warshall all pairs shortest path.aric2006-11-102-60/+61
* import tests so you canaric2006-11-101-1/+1
* raise error for Graph/XGraph on get_edge for nonexistent edgearic2006-11-101-3/+4
* M base.py: Add a get_edge method for Graph/XGraph that returns 1 if an edgearic2006-11-092-10/+11
* Add ability to color edges with a scalar field and colormap with pylabaric2006-11-092-4/+54
* adj_matrix now has option to return the weight matrixjeff2006-11-021-5/+15
* typo in register linkaric2006-11-011-1/+1