summaryrefslogtreecommitdiff
path: root/networkx/algorithms/euler.py
Commit message (Expand)AuthorAgeFilesLines
* Fix defect in eulerize, replace reciprocal edge weights (#6145)Radoslav Fulek2022-11-081-3/+14
* Add function bfs_layers to docs (#5932)Dan Schult2022-08-171-2/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Disallow isolated nodes for Eulerian Path (#5616)Dilara Tekinoglu2022-05-121-13/+43
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* Update tests and docs for has_eulerian_path (#4344)cpurmessur2020-11-131-3/+13
* Eulerian path fix (#4317)cpurmessur2020-11-121-13/+41
* Fix bug in has_eulerian_path for directed graphs (#4246)cpurmessur2020-10-151-7/+19
* Format w/ blackJarrod Millman2020-07-101-17/+24
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* Implemented Euler Path functions (#3399)Jacob2019-10-011-6/+127
* [WIP] Added function to eulerize simple graphs to algorithms.euler (#3076)mtrenfield2018-07-231-3/+78
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Comply with pep8Jarrod Millman2017-08-171-2/+2
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-2/+3
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-2/+2
* minor corrections to doc comments (#2453)Jamie Cox2017-05-151-1/+1
* Adds multigraph keys to Eulerian circuitsJeffrey Finkelstein2017-02-051-34/+67
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-3/+3
* Merge master into iter_refactorDan Schult2015-08-071-51/+58
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-1/+1
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-2/+2
* Merge digraph and graph algorithmAric Hagberg2013-12-151-34/+28
* added referenceswatmad2013-12-131-1/+8
* compatibility with python3Stepan Artamonov2013-12-131-2/+2
* documentation updatedswatmad2013-12-131-12/+6
* fast euler cycle algorithm implementedswatmad2013-12-131-15/+27
* Clean up documentation and commentsAric Hagberg2010-09-121-19/+29
* Fix wrong license text.Aric Hagberg2010-09-121-4/+4
* Update some doctests. Addresses #385aric2010-08-071-6/+6
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-1/+1
* Add eulerian graph and circuit functions.aric2010-07-221-0/+125