summaryrefslogtreecommitdiff
path: root/networkx/algorithms/distance_regular.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Format w/ blackJarrod Millman2020-07-101-9/+15
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+2
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-1/+1
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-2/+2
* Merge pull request #1608 from jfinkels/is-strongly-regularAric Hagberg2015-12-271-1/+60
|\
| * Adds test for whether graph is strongly regular.Jeffrey Finkelstein2015-07-301-1/+60
| * PEP8 fixes to distance_regular.Jeffrey Finkelstein2015-07-301-30/+29
| * Simplifies some functions in distance_regular.pyJeffrey Finkelstein2015-07-301-24/+20
* | Solve merge conflictsMridul Seth2015-08-131-51/+46
|\ \
| * | Merge master into iter_refactorDan Schult2015-08-071-51/+46
* | | Update single_source_shortest_path_length and all_pairs_shortest_path_length ...Mridul Seth2015-08-131-1/+1
|/ /
* | Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-1/+1
|/
* Swap some tabs for whitespace.Aric Hagberg2011-05-151-2/+2
* Update documentation.Aric Hagberg2011-05-151-14/+55
* Distance-regular graph functions.Aric Hagberg2011-05-141-0/+138