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
/
distance_regular.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-0
/
+1
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-1
/
+1
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
1
-1
/
+0
*
Format w/ black
Jarrod Millman
2020-07-10
1
-9
/
+15
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-2
/
+2
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-8
/
+0
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-1
/
+1
*
Add graph view classes for nodes/edge/degrees (#2458)
Dan Schult
2017-06-13
1
-1
/
+1
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-2
/
+2
*
Merge pull request #1608 from jfinkels/is-strongly-regular
Aric Hagberg
2015-12-27
1
-1
/
+60
|
\
|
*
Adds test for whether graph is strongly regular.
Jeffrey Finkelstein
2015-07-30
1
-1
/
+60
|
*
PEP8 fixes to distance_regular.
Jeffrey Finkelstein
2015-07-30
1
-30
/
+29
|
*
Simplifies some functions in distance_regular.py
Jeffrey Finkelstein
2015-07-30
1
-24
/
+20
*
|
Solve merge conflicts
Mridul Seth
2015-08-13
1
-51
/
+46
|
\
\
|
*
|
Merge master into iter_refactor
Dan Schult
2015-08-07
1
-51
/
+46
*
|
|
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
1
-1
/
+1
|
/
*
Swap some tabs for whitespace.
Aric Hagberg
2011-05-15
1
-2
/
+2
*
Update documentation.
Aric Hagberg
2011-05-15
1
-14
/
+55
*
Distance-regular graph functions.
Aric Hagberg
2011-05-14
1
-0
/
+138