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
/
euler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix defect in eulerize, replace reciprocal edge weights (#6145)
Radoslav Fulek
2022-11-08
1
-3
/
+14
*
Add function bfs_layers to docs (#5932)
Dan Schult
2022-08-17
1
-2
/
+2
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-0
/
+1
*
Disallow isolated nodes for Eulerian Path (#5616)
Dilara Tekinoglu
2022-05-12
1
-13
/
+43
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-1
/
+1
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-1
/
+1
*
Update tests and docs for has_eulerian_path (#4344)
cpurmessur
2020-11-13
1
-3
/
+13
*
Eulerian path fix (#4317)
cpurmessur
2020-11-12
1
-13
/
+41
*
Fix bug in has_eulerian_path for directed graphs (#4246)
cpurmessur
2020-10-15
1
-7
/
+19
*
Format w/ black
Jarrod Millman
2020-07-10
1
-17
/
+24
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+2
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-12
/
+0
*
Implemented Euler Path functions (#3399)
Jacob
2019-10-01
1
-6
/
+127
*
[WIP] Added function to eulerize simple graphs to algorithms.euler (#3076)
mtrenfield
2018-07-23
1
-3
/
+78
*
Fix links (#2663)
Jarrod Millman
2017-09-11
1
-1
/
+1
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-2
/
+2
*
Next attempt to meld graphviews with base classes (#2593)
Dan Schult
2017-08-12
1
-2
/
+3
*
Add graph view classes for nodes/edge/degrees (#2458)
Dan Schult
2017-06-13
1
-2
/
+2
*
minor corrections to doc comments (#2453)
Jamie Cox
2017-05-15
1
-1
/
+1
*
Adds multigraph keys to Eulerian circuits
Jeffrey Finkelstein
2017-02-05
1
-34
/
+67
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-3
/
+3
*
Merge master into iter_refactor
Dan Schult
2015-08-07
1
-51
/
+58
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-1
/
+1
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-2
/
+2
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-2
/
+2
*
Merge digraph and graph algorithm
Aric Hagberg
2013-12-15
1
-34
/
+28
*
added reference
swatmad
2013-12-13
1
-1
/
+8
*
compatibility with python3
Stepan Artamonov
2013-12-13
1
-2
/
+2
*
documentation updated
swatmad
2013-12-13
1
-12
/
+6
*
fast euler cycle algorithm implemented
swatmad
2013-12-13
1
-15
/
+27
*
Clean up documentation and comments
Aric Hagberg
2010-09-12
1
-19
/
+29
*
Fix wrong license text.
Aric Hagberg
2010-09-12
1
-4
/
+4
*
Update some doctests. Addresses #385
aric
2010-08-07
1
-6
/
+6
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-1
/
+1
*
Add eulerian graph and circuit functions.
aric
2010-07-22
1
-0
/
+125