summaryrefslogtreecommitdiff
path: root/networkx/algorithms/graphical.py
Commit message (Expand)AuthorAgeFilesLines
* 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