index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update misc.py
Neil
2015-08-31
1
-2
/
+0
*
topolgical_sort, lexicographical_topological_sort
Neil
2015-08-31
1
-0
/
+16
*
Solve merge conflicts
Mridul Seth
2015-08-13
2
-2
/
+41
|
\
|
*
Merge master into iter_refactor
Dan Schult
2015-08-07
2
-2
/
+41
*
|
Update single_source_shortest_path_length and all_pairs_shortest_path_length ...
Mridul Seth
2015-08-13
1
-1
/
+1
|
/
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
2
-3
/
+3
*
Solve merge conflicts
Mridul Seth
2015-06-17
1
-1
/
+1
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
2
-2
/
+2
*
Simplifies example function in documentation.
Jeffrey Finkelstein
2015-05-19
1
-4
/
+2
*
Simplifies utils.union_find code; PEP8 fixes
Jeffrey Finkelstein
2015-05-08
1
-8
/
+6
*
Fix copyrights
JGab
2015-04-21
3
-3
/
+3
*
Replaces cumulative_sum with accumulate.
Jeffrey Finkelstein
2015-04-18
1
-11
/
+22
*
Add a test for UnionFind fix.
chebee7i
2015-01-19
1
-0
/
+13
*
Make UnionFind handle mixed types better.
chebee7i
2015-01-19
1
-3
/
+5
*
Handle nondeterministic output in Cuthill-McKee ordering tests
ysitu
2014-08-04
1
-4
/
+5
*
Fix PEP8 issues in Cuthill-McKee ordering tests
ysitu
2014-08-04
1
-7
/
+10
*
Avoid quadratic behavior in connected_cuthill_mckee_ordering
ysitu
2014-08-04
1
-18
/
+11
*
Fix Cuthill-McKee ordering examples
ysitu
2014-08-04
1
-2
/
+2
*
Fix PEP8 issues in nx.utils.rcm
ysitu
2014-08-04
1
-4
/
+8
*
Include IronPython in .travis.yml
ysitu
2014-07-03
1
-2
/
+3
*
Remove bundled decorator package
ysitu
2014-06-01
2
-2
/
+1
*
Correct reversed docstring and add reference in documentation
ysitu
2014-05-14
1
-12
/
+4
*
Merge pull request #1156 from chebee7i/reversed_cm
chebee7i
2014-05-13
4
-0
/
+64
|
\
|
*
Cleanup code a bit more.
chebee7i
2014-05-13
2
-10
/
+5
|
*
Make `reversed` always do a noncopy.
chebee7i
2014-05-12
3
-24
/
+24
|
*
Add context manager for reversing a graph.
chebee7i
2014-05-12
4
-0
/
+69
*
|
Add smoke test when there is no mapping.
chebee7i
2014-05-13
1
-1
/
+16
*
|
Missed one more.
chebee7i
2014-05-13
2
-2
/
+5
*
|
Fix hash randomization issue in unittest.
chebee7i
2014-05-13
2
-37
/
+27
|
/
*
Merge pull request #1113 from hagberg/rcm-order-bug
Jordi Torrents
2014-04-26
2
-40
/
+80
|
\
|
*
Use generator and min for performance
Aric Hagberg
2014-04-20
1
-2
/
+2
|
*
Change interface to RCM
Aric Hagberg
2014-04-20
2
-37
/
+77
|
*
Doc, whitespace cleanup
Aric Hagberg
2014-04-20
1
-2
/
+2
*
|
Reduce constant factor in BinaryHeap
ysitu
2014-04-20
1
-16
/
+6
*
|
Fix python2.6 compatibility
ysitu
2014-04-20
1
-2
/
+9
*
|
Fix bug that capacity_scaling does not saturate negative selfloops
ysitu
2014-04-20
2
-206
/
+117
*
|
Allow BinaryHeap to handle incomparable keys
ysitu
2014-04-16
1
-6
/
+12
*
|
Comment implementation of BinaryHeap
ysitu
2014-04-05
1
-11
/
+18
*
|
Implement parent pointers in PairingHeap
ysitu
2014-04-05
1
-18
/
+30
*
|
Add Stoer-Wagner minimum cut algorithm
ysitu
2014-04-03
3
-0
/
+566
|
/
*
Merge pull request #1008 from hagberg/no-require
Aric Hagberg
2013-11-12
2
-61
/
+1
|
\
|
*
Remove @require decorator
Aric Hagberg
2013-11-09
2
-61
/
+1
*
|
Clean up the mess I left in #1006
Aric Hagberg
2013-11-09
1
-7
/
+0
|
/
*
Force ordering in dict_to_numpy_array functions
Aric Hagberg
2013-11-09
2
-12
/
+30
*
Simplify make_str() for Py3.
chebee7i
2013-10-22
1
-9
/
+3
*
Make make_str() always return unicode, no matter the Python version.
chebee7i
2013-10-22
2
-0
/
+51
*
Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.
chebee7i
2013-09-09
1
-37
/
+1
*
Merge pull request #812 from chebee7i/pydot
chebee7i
2013-09-08
1
-1
/
+37
|
\
|
*
Add get_fobj() to networkx.utils
chebee7i
2013-01-08
1
-1
/
+37
*
|
Deprecate create_degree_sequence.
Aric Hagberg
2013-08-25
1
-0
/
+3
[next]