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
/
algorithms
/
tests
/
test_cycles.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make cycle_basis() deterministic (#6654)
Efrem Braun
2023-04-21
1
-0
/
+11
*
add simple cycle enumerator for undirected class (#6461)
Kelly Boothby
2023-03-29
1
-13
/
+522
*
Update pre-commit (#6545)
Jarrod Millman
2023-03-23
1
-1
/
+1
*
Improve test coverage for cycles.py (#6152)
Jefter Santiago
2022-11-01
1
-0
/
+9
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-3
/
+2
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-3
/
+1
*
Format w/ black
Jarrod Millman
2020-07-10
1
-19
/
+39
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
1
-1
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-2
/
+2
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-1
/
+1
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
1
-10
/
+9
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-7
/
+8
*
Fix deprecated use of add_path/star/cycle
Dan Schult
2019-10-12
1
-1
/
+1
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-45
/
+45
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-7
/
+10
*
Restore checking PyPy3 (#3514)
Omer Katz
2019-08-02
1
-2
/
+2
*
Speed up simple_cycles (#3193)
last2sword
2018-10-22
1
-1
/
+3
*
Fix up edge_dfs and add edge_bfs (#3043)
Dan Schult
2018-07-02
1
-1
/
+40
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-1
/
+1
*
Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)
Mads Jensen
2018-02-02
1
-1
/
+1
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-14
/
+14
*
Minimum cycle basis (#2823)
Dan Schult
2018-01-10
1
-0
/
+43
*
find_cycle. Fixes #2323 and #2324 by fixing #2439 (#2473)
Dan Schult
2017-06-13
1
-98
/
+113
*
Fix bug in find_cycle.
chebee7i
2016-12-01
1
-0
/
+15
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-7
/
+7
*
Raise NetworkXNoCycle when no cycles are found.
chebee7i
2014-08-20
1
-8
/
+5
*
Update docstrings and unit tests.
chebee7i
2014-07-22
1
-4
/
+10
*
Docstring updates.
chebee7i
2014-07-22
1
-2
/
+2
*
Add find_cycle()
chebee7i
2014-07-22
1
-4
/
+76
*
Fix issue #1041 in simple_cycles. Add test.
dschult
2013-12-30
1
-0
/
+17
*
Format cycles from simple_cycles w/o last node
Dan Schult
2013-07-11
1
-14
/
+14
*
Slight speedup in simple_cycles. Order differs from recursive now.
Dan Schult
2013-07-11
1
-4
/
+3
*
Revert cycles to repeat starting node at the end.
Dan Schult
2013-07-11
1
-5
/
+7
*
Create nonrecursive function for simple_cycles
Dan Schult
2013-06-17
1
-10
/
+19
*
Example of @not_implemented_for() decorator and exception.
Aric Hagberg
2011-12-26
1
-1
/
+12
*
Fixes for pypy compatibility.
Aric Hagberg
2011-09-11
1
-3
/
+13
*
Simple cycles algorithm.
Aric Hagberg
2010-10-12
1
-0
/
+59
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-1
/
+1
*
Fix cycle_basis, make work for disconnected graphs
dschult
2010-02-26
1
-1
/
+10
*
Add an algorithm for finding cycles (at least a
dschult
2010-02-25
1
-0
/
+23