summaryrefslogtreecommitdiff
path: root/networkx/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsJGab2015-04-211-1/+1
* pep8 fix for base graph clases and methodsGoran Cetusic2015-03-261-8/+7
* added networkx.__bibtex__ attributeChristian Stade-Schuldt2014-10-211-0/+12
* Add detection of Python 2.7+ upon install and importysitu2014-06-061-3/+2
* Split matrix conversion functions into new moduleAric Hagberg2013-11-121-0/+4
* Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.chebee7i2013-09-091-2/+0
* Add nxParams, a dict-like configuration for parameters.chebee7i2013-04-241-0/+2
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-4/+4
* Uncommenting the fetching of release info.Chris Ellison2011-07-161-2/+1
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-5/+15
* Fixed import errors with new external moduleBen Edwards2011-07-151-1/+1
* Adds Code for decorator for require packages and clean_io.Ben Edwards2011-07-151-0/+1
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-221-0/+2
* Removing sys.py and storing all info in release.pyChris Ellison2011-01-281-9/+6
* updating version info for mercurial. addresses #413Chris Ellison2010-10-031-33/+23
* Move check for import of drawing package to drawing/__init__.py.aric2010-08-051-10/+2
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-24/+33
* Move some dates to 2010 in documentationaric2010-07-311-1/+1
* Move operators.py to algorithmsaric2010-03-231-2/+0
* Raise exception in connectedness tests for null grapharic2009-11-061-1/+1
* Raise ImportError instead of sys.exit() if Python version < 2.4.aric2009-09-231-2/+2
* Remove lazy import in favor of explicit import with error handlingaric2009-08-271-1/+0
* License change to BSD.aric2009-08-261-2/+2
* Removing svn:executable property so nose doesn't print 'skip' messages.cellison2009-08-141-0/+0
* addresses #231cellison2009-02-181-3/+21
* Use a combination of imports inside functions (for matplotlib andaric2009-02-171-0/+1
* move ubigraph to classes directoryaric2008-11-201-1/+0
* require Python 2.4 or later in __init__aric2008-11-191-2/+2
* Rework test code.aric2008-11-151-1/+1
* snarf svn revision and add .dev(rev) to __version__aric2008-11-121-0/+1
* adjust imports - might want to warn if matplotlib is not connectedaric2008-11-071-0/+1
* import modules as well as functionsaric2008-11-071-3/+9
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-89/+11
* Add find_cliques_iter to the package.dschult2008-09-121-1/+1
* add maximum-weighted matching algorithmaric2008-08-171-0/+2
* ubigraph <-> networkx interfacearic2008-05-301-0/+3
* added edge_betweenness (Brandes version)aric2007-09-231-0/+4
* bad import bfs,dfs - broke release - will stuff this back in networkx-0.35aric2007-07-231-2/+1
* move dfs_preorder and dfs_postorder from component.py to search.pyaric2007-07-211-1/+1
* strongly connected components and friendsaric2007-07-211-1/+6
* move _get_fh to utils.pyaric2007-07-211-1/+1
* move io.py to readwrite directoryaric2007-07-211-5/+4
* betweenness_centrality() redefined to be brandes_betweenness_centrality()aric2007-04-231-0/+2
* Add is_isomorphic to __init__.pyaric2007-04-121-0/+1
* Add clique routines to __init__.py for auto importaric2007-04-111-1/+5
* Add a predecessor routine for weighted networks called:dschult2007-02-201-1/+1
* rename shortest_path.py to path.py to avoid shadowing function of same namearic2006-11-211-1/+1
* normalize documentation between graph classes and put in info.pyaric2006-11-211-10/+5
* Refactor large modules into smaller pieces:aric2006-11-211-3/+6
* refactor paths.py intoaric2006-11-111-3/+7