summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into greedy_colorysitu2014-06-071-2/+2
|\
| * Add detection of Python 2.7+ upon install and importysitu2014-06-061-2/+2
| |
* | Merge branch 'greedy-coloring' of git://github.com/itu-sass-s2014/networkx ↵ysitu2014-06-071-0/+2
|\ \ | |/ |/| | | | | | | | | into greedy_color Conflicts: networkx/algorithms/__init__.py
| * Fix merge conflict in setup.pyJan Aagaard Meier2014-04-151-1/+1
| |\
| * | first go at implementing the greedy coloring first fit algorithm with ↵Henrik Haugbølle2014-02-181-0/+2
| | | | | | | | | | | | maximum degree ordering
* | | Merge branch 'master' into setupysitu2014-06-031-6/+3
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: setup.py
| * | | Remove bundled decorator packageysitu2014-06-011-7/+4
| | |/ | |/|
* | | Force use of setuptoolsysitu2014-06-031-7/+1
| | |
* | | Remove setup_egg.pyysitu2014-06-031-13/+22
|/ /
* | Include .bz2 files in networkx.algorithm.flowysitu2014-03-241-1/+1
|/
* Add networkx.tree to setup.pychebee7i2013-09-261-2/+4
|
* Merge pull request #742 from jtorrents/connectivityAric Hagberg2013-01-121-0/+2
|\ | | | | Add new module for flow based connectivity and cut algorithms
| * 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 switch in setup.py to only install either the Python2 or Python3 version to avoid bytecompile errors during packaging. Addresses #759
* Add vertex cover approximation algorithm.Aric Hagberg2012-04-151-0/+2
| | | | Addresses #701
* Split unary operators into module.Aric Hagberg2012-04-151-0/+2
| | | | Addresses #704
* 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
| | | | | --HG-- rename : examples/drawing/mayavi2_spring.py => examples/3d_drawing/mayavi2_spring.py
* Add tests to distribution.Aric Hagberg2011-11-151-1/+6
| | | | | | | | | | Rename test to tests --HG-- rename : networkx/readwrite/json_graph/test/test_adjacency.py => networkx/readwrite/json_graph/tests/test_adjacency.py rename : networkx/readwrite/json_graph/test/test_node_link.py => networkx/readwrite/json_graph/tests/test_node_link.py rename : networkx/readwrite/json_graph/test/test_serialize.py => networkx/readwrite/json_graph/tests/test_serialize.py rename : networkx/readwrite/json_graph/test/test_tree.py => networkx/readwrite/json_graph/tests/test_tree.py
* Add community packageAric Hagberg2011-11-141-0/+1
|
* Refactor assortativity into parts (pairs, mixing, correlation,...)Aric Hagberg2011-10-021-0/+1
| | | | | | | Addresses #639 and #640 --HG-- rename : networkx/algorithms/assortativity/mixing.py => networkx/algorithms/assortativity/correlation.py
* JSON graph data generators and serializers.Aric Hagberg2011-09-191-0/+1
| | | | Addresses #482
* Add decorator package to setup.Aric Hagberg2011-09-091-0/+1
| | | | Fixes #631
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-1/+2
| | | | the setup to catch weird sage errors
* Fixed import errors with new external moduleBen Edwards2011-07-151-0/+1
|
* Move bipartite functions to package and split files. Add new functions for ↵Aric Hagberg2011-03-061-0/+2
| | | | | | projections, density, degree, more. Add documentation. Addresses #514
* 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
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401837
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-2/+2
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401832
* Clean up trailing commas in tuples and strings.aric2010-08-011-3/+2
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401815
* Add missing flow package to setup.pyaric2010-07-151-0/+2
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401756
* Cleanup of setup and test scripts.aric2010-04-191-0/+3
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401713
* Add test files to package install.aric2010-04-191-5/+17
| | | | | | | | | | | | Get path right for networkx.test() runner. Don't zip egg so we can run tests. Add --exe to networkx.test() options to run tests after installed and chmoded by setuptools --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401712
* Add new components directory in setup.pyaric2010-04-161-0/+1
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401699
* Move centrality and link_analysis algorithms and testsaric2010-03-251-0/+1
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401609
* Add centrality directory and split centrality code into parts.aric2010-03-251-0/+1
| | | | | | | | | --HG-- rename : networkx/algorithms/centrality.py => networkx/algorithms/centrality/betweenness.py rename : networkx/algorithms/centrality.py => networkx/algorithms/centrality/closeness.py rename : networkx/algorithms/centrality.py => networkx/algorithms/centrality/degree.py rename : networkx/algorithms/centrality.py => networkx/algorithms/centrality/eigenvector.py extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401607
* Add shortest_paths to setup.pyaric2010-03-241-0/+1
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401599
* Remove util package from setup.pyaric2009-08-271-1/+0
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401436
* License change to BSD.aric2009-08-261-15/+18
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401429
* Removing setuptools from setup.py.cellison2009-06-141-4/+1
| | | | | | | Use setup_egg.py if setuptools is desired. --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401204
* Adjusting release information to work with nightly snapshots.cellison2009-04-301-38/+19
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401194
* addresses #231cellison2009-02-181-0/+23
| | | | | | | | | | setup.py now writes version.py during installation, which contains version, revision, and date information. This is used by __init__.py to report release information. If running NetworkX from an SVN directory, the revision number is still updated. --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401154
* Missing util package in setup.py.aric2009-02-171-0/+1
| | | | | | | Addresses #197 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401153
* Rework test code.aric2008-11-151-4/+5
| | | | | | | | | | | | | networkx.test() runs all of the .txt doctests but not the test_*.py tests or the docstring tests in the modules. use nosetests with the networkx-nose-plugin to test the entire package with python setup_egg.py nosetests --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40986
* adjust MANIFEST.in and setup*.py for file layout with data and package_dataaric2008-11-141-21/+27
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40985
* move examples directory out of doc directoryaric2008-11-131-3/+3
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40961
* adjust data in setup.py and MANIFEST.in for file layoutaric2008-11-111-1/+1
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40938