| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | | |
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
into greedy_color
Conflicts:
networkx/algorithms/__init__.py
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
maximum degree ordering
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
setup.py
|
| | | |/
| |/| |
|
| | | | |
|
| |/ / |
|
| |/ |
|
| | |
|
| |\
| |
| | |
Add new module for flow based connectivity and cut algorithms
|
| | | |
|
| |/
|
|
|
|
| |
Add switch in setup.py to only install either the Python2 or Python3 version to avoid bytecompile errors during packaging.
Addresses #759
|
| |
|
|
| |
Addresses #701
|
| |
|
|
| |
Addresses #704
|
| | |
|
| | |
|
| |
|
|
|
| |
--HG--
rename : examples/drawing/mayavi2_spring.py => examples/3d_drawing/mayavi2_spring.py
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
| |
Addresses #639 and #640
--HG--
rename : networkx/algorithms/assortativity/mixing.py => networkx/algorithms/assortativity/correlation.py
|
| |
|
|
| |
Addresses #482
|
| |
|
|
| |
Fixes #631
|
| |
|
|
| |
the setup to catch weird sage errors
|
| | |
|
| |
|
|
|
|
| |
projections, density, degree, more. Add documentation.
Addresses #514
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401837
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401832
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401815
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401756
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401713
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401699
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401609
|
| |
|
|
|
|
|
|
|
| |
--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
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401599
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401436
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401429
|
| |
|
|
|
|
|
| |
Use setup_egg.py if setuptools is desired.
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401204
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401194
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Addresses #197
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401153
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40985
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40961
|
| |
|
|
|
| |
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40938
|