summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Add new module for flow based connectivity and cut algorithmsJordi Torrents2012-07-211-0/+2
* | Move Python version specific decorator code to packages.Aric Hagberg2012-10-171-0/+5
|/
* Add vertex cover approximation algorithm.Aric Hagberg2012-04-151-0/+2
* Split unary operators into module.Aric Hagberg2012-04-151-0/+2
* Missing comma.Aric Hagberg2011-12-301-1/+1
* Add testing helper functions. Addresses #658Aric Hagberg2011-12-261-0/+2
* move mayavi drawing to separate examples directoryAric Hagberg2011-11-181-0/+1
* Add tests to distribution.Aric Hagberg2011-11-151-1/+6
* Add community packageAric Hagberg2011-11-141-0/+1
* Refactor assortativity into parts (pairs, mixing, correlation,...)Aric Hagberg2011-10-021-0/+1
* JSON graph data generators and serializers.Aric Hagberg2011-09-191-0/+1
* Add decorator package to setup.Aric Hagberg2011-09-091-0/+1
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-1/+2
* Fixed import errors with new external moduleBen Edwards2011-07-151-0/+1
* Move bipartite functions to package and split files. Add new functions for p...Aric Hagberg2011-03-061-0/+2
* First changeset added to the forkJesus Cerquides2010-12-011-0/+1
* Simplified hg revision. Shortcut for non-dev release. Addresses #413Chris Ellison2010-10-051-3/+3
* updating version info for mercurial. addresses #413Chris Ellison2010-10-031-1/+1
* Fixed print statements in setup.py. Refs #348loicseguin2010-08-021-4/+4
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-2/+2
* Clean up trailing commas in tuples and strings.aric2010-08-011-3/+2
* Add missing flow package to setup.pyaric2010-07-151-0/+2
* Cleanup of setup and test scripts.aric2010-04-191-0/+3
* Add test files to package install.aric2010-04-191-5/+17
* Add new components directory in setup.pyaric2010-04-161-0/+1
* Move centrality and link_analysis algorithms and testsaric2010-03-251-0/+1
* Add centrality directory and split centrality code into parts.aric2010-03-251-0/+1
* Add shortest_paths to setup.pyaric2010-03-241-0/+1
* Remove util package from setup.pyaric2009-08-271-1/+0
* License change to BSD.aric2009-08-261-15/+18
* Removing setuptools from setup.py.cellison2009-06-141-4/+1
* Adjusting release information to work with nightly snapshots.cellison2009-04-301-38/+19
* addresses #231cellison2009-02-181-0/+23
* Missing util package in setup.py.aric2009-02-171-0/+1
* Rework test code.aric2008-11-151-4/+5
* adjust MANIFEST.in and setup*.py for file layout with data and package_dataaric2008-11-141-21/+27
* move examples directory out of doc directoryaric2008-11-131-3/+3
* adjust data in setup.py and MANIFEST.in for file layoutaric2008-11-111-1/+1
* fix some imports and include tests in setup.py scriptaric2008-11-091-7/+11
* adjust setup.py to reflect new file layout,aric2008-11-081-2/+7
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-5/+5
* Select setuptools in setup.py if available.aric2008-08-171-1/+4
* release networkx-0.35.1 - fix python2.3ism and import problem with readwritearic2007-07-271-0/+2
* clean setup.py setup_egg.py, now can runaric2006-11-291-16/+9
* include tests and docs in source distributionaric2006-11-281-1/+1
* Make egg building optional (run setup_egg.py).aric2006-09-121-8/+1
* use setuptools if user has it installed,aric2006-03-031-3/+7
* update keywords and classifiersaric2005-12-011-3/+5
* now using setuptoolsaric2005-12-011-72/+32
* Change notify message to "warning" if extra packages (pydot,aric2005-07-151-3/+3