summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added Jason to author string.networkx-1.0rc1dschult2009-08-161-1/+1
* Update core.py to improve speed greatly.dschult2009-08-161-32/+35
* relocate trac.cssaric2009-08-151-0/+0
* A css for trac to make it look more like Sphinx defaultaric2009-08-151-0/+115
* update API changes docaric2009-08-151-19/+24
* Additions to api_changes doc for 1.0.dschult2009-08-151-6/+77
* Removing svn:executable from utils.py too.cellison2009-08-141-0/+0
* Removing svn:executable property so nose doesn't print 'skip' messages.cellison2009-08-146-0/+0
* Add a <br/> in the layout template to force some whitespace.aric2009-08-141-1/+1
* Fix minor docstring and rst warnings.aric2009-08-145-4/+11
* Add API notes and changes documentationaric2009-08-145-11/+247
* Changes to examples in the doc/source and to a docstring in layout.py that di...dschult2009-08-133-42/+47
* Fix spelling erroraric2009-08-134-6/+6
* change delete_* to remove_* and has_neighbor to has_edgedschult2009-08-1317-348/+27
* Update docstrings... add default values for optional argumentsdschult2009-08-136-161/+226
* Change delete_* to remove_* in .txt tests and hsa_neighbor -> has_edgedschult2009-08-132-50/+42
* Update "info" function to 1.0 API.aric2009-08-121-11/+11
* Remove ubigraph examples - ubigraph class no longer supportedaric2009-08-127-388/+0
* replace delete_node() with remove_node()aric2009-08-121-1/+1
* Add 1.0 api changes empty docaric2009-08-124-313/+640
* Remove deprecated methods has_neighbor and delete_*aric2009-08-124-39/+1
* Remove references to matplotlib.numerix and replace with numpy.aric2009-08-121-21/+20
* Remove path_graph and complete_graph from docstrings in base classesdschult2009-08-114-92/+180
* Subclass example. Addresses #256aric2009-08-111-0/+135
* convert matching to use weight attribute of grapharic2009-08-112-34/+36
* Merge attrgraph branch into trunkaric2009-08-1199-10084/+4313
* Initialized merge tracking via "svnmerge" with revisions "1-1227" fromaric2009-08-110-0/+0
* Fix bug due to G.edges_iter() api change and add testsaric2009-08-042-801/+193
* Fix the bug I introduced in matching.py in [1099]aric2009-08-031-1/+1
* reverting.cellison2009-07-271-130/+0
* Removing non-ASCII character '\xe2'.cellison2009-07-271-0/+130
* Adding an exception if we can't find a valid line for a source.cellison2009-07-211-1/+5
* addresses #252cellison2009-07-211-1/+4
* Another fix for revision info.cellison2009-07-151-0/+5
* Add random clustered graph.aric2009-07-112-3/+127
* Start counting degrees from 0aric2009-07-111-1/+1
* udpate barabasi albert documentationaric2009-07-111-22/+25
* Reformat and improve configuration_model() documentation.aric2009-07-041-36/+54
* fix typo in routes examplearic2009-06-301-1/+1
* Fix typos in documentation. Fixes #247aric2009-06-292-5/+5
* Allow "Creator" keyword in read_gml()aric2009-06-291-1/+3
* skip example image processing in make_gallery.py when pygraphviz not availablearic2009-06-251-1/+1
* Get Sphinx "only" tag syntax correct this timearic2009-06-253-6/+6
* Correct an indentation error in from_whatever.dschult2009-06-242-4/+2
* disble pickle tests - don't know why these failaric2009-06-242-9/+12
* add import to fix test complaintsaric2009-06-241-0/+1
* add imports to fix failing testsaric2009-06-243-3/+11
* Missing networkx import and typo in class comparisonaric2009-06-241-2/+2
* Normalize centrality for disconnected graphs.aric2009-06-241-8/+8
* Heading changes to alleviate chopping of docstring by automodule in convert.pydschult2009-06-232-5/+9