summaryrefslogtreecommitdiff
path: root/networkx/algorithms/graphical.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Fix Sphinx errors (#4817)Jarrod Millman2021-05-191-2/+1
* Restructure documentation (#4744)Jarrod Millman2021-05-181-11/+22
* Format w/ blackJarrod Millman2020-07-101-13/+14
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* Change is_list_of_ints to make_list_of_ints (#3617)Dan Schult2019-10-041-22/+12
* Update copyrightJarrod Millman2019-03-301-1/+1
* Make is_graphical raise error for invalid input (#3366)Dan Schult2019-03-301-2/+12
* Corrected some variable names in documentation. (#2860)Mads Jensen2018-01-311-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* Removed unused imports (#2653)James Lamb2017-10-011-1/+0
* Update docsJarrod Millman2017-08-181-6/+6
* Comply with pep8Jarrod Millman2017-07-251-46/+52
* Remove is_valid_degree_sequence deprecated in 2013Jarrod Millman2017-07-251-4/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* Change sphinx config to improve parametersDan Schult2016-03-081-1/+0
* Update docs that should use math modeDan Schult2016-03-071-3/+3
* Update copyrightsMridul Seth2016-01-011-1/+1
* Remove useless semicolonRémy Léone2015-11-081-1/+1
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-1/+1
* Fix copyrightsJGab2015-04-211-1/+1
* Update documentation and formatting for SphinxAric Hagberg2013-01-131-41/+61
* Change graphicality testing function namesAric Hagberg2013-01-131-9/+8
* Combine basic graphical setup into single function.Aric Hagberg2013-01-131-36/+32
* Small doc formatting fixes and updates.Aric Hagberg2013-01-131-14/+23
* Change canonical name to is_graphical from is_valid_degree_sequence.Aric Hagberg2013-01-131-5/+8
* Whitespace cleanup.Aric Hagberg2013-01-131-30/+30
* Add faster tests for graphical sequences.Brian Cloteaux2013-01-131-74/+290
* Simplify is_valid_degree_sequence_* docs and add example.Aric Hagberg2012-01-061-23/+28
* whitespace housekeepingAric Hagberg2012-01-061-35/+29
* Allow iterators as input in is_valid_degree_sequenceAric Hagberg2012-01-061-17/+17
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-0/+163