summaryrefslogtreecommitdiff
path: root/networkx/algorithms/cycles.py
Commit message (Expand)AuthorAgeFilesLines
* Make cycle_basis() deterministic (#6654)Efrem Braun2023-04-211-3/+4
* Fix typos (#6620)Harri Nieminen2023-04-041-2/+2
* add simple cycle enumerator for undirected class (#6461)Kelly Boothby2023-03-291-75/+609
* Update developer requirements (#6429)Jarrod Millman2023-02-141-0/+1
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Update simple_cycles docstring w/ yields and examples (#5709)Ross Barnowski2022-06-081-13/+11
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-011-4/+1
* Improve doc example for find_cycle. (#4639)Ross Barnowski2021-02-251-5/+4
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-6/+6
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Format w/ blackJarrod Millman2020-07-101-43/+52
* DOC: added see also section to find_cycle (#3999)willpeppo2020-06-131-0/+3
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+3
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-11/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* reduce the number of warnings by removing deprecated functionsDan Schult2019-10-121-2/+2
* Fix deprecated use of add_path/star/cycleDan Schult2019-10-121-4/+5
* tracking down use of deprecated functionsDan Schult2019-10-121-3/+2
* Restore checking PyPy3 (#3514)Omer Katz2019-08-021-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Speed up simple_cycles (#3193)last2sword2018-10-221-8/+28
* Fix up edge_dfs and add edge_bfs (#3043)Dan Schult2018-07-021-24/+34
* link DOIs to preferred resolver (#2879)Katrin Leinweber2018-02-231-2/+2
* Pep8 fixesJarrod Millman2018-01-201-2/+2
* Minimum cycle basis (#2823)Dan Schult2018-01-101-7/+134
* Update docsJarrod Millman2017-08-181-2/+2
* Fix doctests (#2594)Jarrod Millman2017-08-081-2/+2
* find_cycle. Fixes #2323 and #2324 by fixing #2439 (#2473)Dan Schult2017-06-131-97/+92
* Fix bug in find_cycle.chebee7i2016-12-011-30/+34
* Update docs that should use math modeDan Schult2016-03-071-3/+3
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-8/+8
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-2/+2
* Correct doc for find_cycle() to describe exception when no cycle's found.Carson Lam2015-11-041-1/+6
* make cycle docs defined terms in italicsDan Schult2015-10-301-4/+4
* Correct simple cycle docs for typo and spacing.Dan Schult2015-10-301-2/+2
* Correct the documentation for simple_cyclesDan Schult2015-10-261-11/+9
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Don't use double colonAric Hagberg2015-06-131-2/+2
* Make strongly CC return a generator of sets, and improve docs and tests.Jordi Torrents2015-05-071-11/+12
* Add find_cycles to reference documentation.chebee7i2014-11-031-1/+3
* Fix missing codeblock from simple_cycles docstring.chebee7i2014-11-031-6/+6
* Raise NetworkXNoCycle when no cycles are found.chebee7i2014-08-201-10/+12
* PEP 8.chebee7i2014-08-201-1/+1
* Use set literal instead of set().chebee7i2014-08-201-3/+3
* Move function level import to module level.chebee7i2014-08-201-2/+5
* Correct doctest in find_cycle.chebee7i2014-08-051-1/+1
* Update docstrings and unit tests.chebee7i2014-07-221-1/+1
* Minor docstring edit.chebee7i2014-07-221-1/+1
* Docstring updates.chebee7i2014-07-221-19/+25