| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use isort with pre-commit to enforce import guidelines (#5659) | Mridul Seth | 2022-06-02 | 1 | -0/+1 |
| | | | | | | * Add isort to pre-commit * Run isort on all python files (except __init__.py ones) | ||||
| * | Fix Sphinx errors (#4817) | Jarrod Millman | 2021-05-19 | 1 | -2/+1 |
| | | |||||
| * | Restructure documentation (#4744) | Jarrod Millman | 2021-05-18 | 1 | -11/+22 |
| | | | | | | | | | | | | | | * Move credit to dev guide * Simplify menu * Reclaim empty sidebar space * Simplify release log * Cleanup bibliography * Clean up | ||||
| * | Format w/ black | Jarrod Millman | 2020-07-10 | 1 | -13/+14 |
| | | |||||
| * | 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 |
| | | | | | | | | | | The copyright and author stuff is not necessary, out-of-date, and inconsistent. It takes up visual space and is a pain to police everyone doing the same thing on the top of the module. Git handles authorship in a comprehensive and authoritative way. The LICENSE.txt file applies to all project code. | ||||
| * | Change is_list_of_ints to make_list_of_ints (#3617) | Dan Schult | 2019-10-04 | 1 | -22/+12 |
| | | | | | | | | | | | | | * Make is_list_of_ints work with nonlists Idea is to use make_list_of_ints which converts floats to ints * Add tests of nonintegeres to is_<special>graph * Fix error added to exception handling in tests for no numpy. Replaces #3335 Fixes #3322 | ||||
| * | Update copyright | Jarrod Millman | 2019-03-30 | 1 | -1/+1 |
| | | |||||
| * | Make is_graphical raise error for invalid input (#3366) | Dan Schult | 2019-03-30 | 1 | -2/+12 |
| | | | | | | | | | Allow is_graphcial to work with numpy arrays and lists of floats that have integer values. Also catch ValueError from int function and AssertionError for test_numpy_noninteger_degree_sequence Fixes #3322 | ||||
| * | Corrected some variable names in documentation. (#2860) | Mads Jensen | 2018-01-31 | 1 | -1/+1 |
| | | |||||
| * | Update copyright | Jarrod Millman | 2018-01-20 | 1 | -1/+1 |
| | | |||||
| * | Removed unused imports (#2653) | James Lamb | 2017-10-01 | 1 | -1/+0 |
| | | |||||
| * | Update docs | Jarrod Millman | 2017-08-18 | 1 | -6/+6 |
| | | |||||
| * | Comply with pep8 | Jarrod Millman | 2017-07-25 | 1 | -46/+52 |
| | | |||||
| * | Remove is_valid_degree_sequence deprecated in 2013 | Jarrod Millman | 2017-07-25 | 1 | -4/+1 |
| | | | | | See b93017c17. | ||||
| * | Update copyright | Jarrod Millman | 2017-07-25 | 1 | -1/+1 |
| | | |||||
| * | Change sphinx config to improve parameters | Dan Schult | 2016-03-08 | 1 | -1/+0 |
| | | | | | | | | | Now can use parameters ```x, y : nodes```. It used to convert to ```y(x,) : nodes``` That conf.py change caused blank lines to give a warning so removed them. Misc word changes. | ||||
| * | Update docs that should use math mode | Dan Schult | 2016-03-07 | 1 | -3/+3 |
| | | | | | replace backticks with :math:`backticks` | ||||
| * | Update copyrights | Mridul Seth | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | Remove useless semicolon | Rémy Léone | 2015-11-08 | 1 | -1/+1 |
| | | |||||
| * | Remove degree_iter(),now degree() returns an integer for single node and ↵ | Mridul Seth | 2015-06-27 | 1 | -1/+1 |
| | | | | | iterator for else | ||||
| * | Fix copyrights | JGab | 2015-04-21 | 1 | -1/+1 |
| | | |||||
| * | Update documentation and formatting for Sphinx | Aric Hagberg | 2013-01-13 | 1 | -41/+61 |
| | | |||||
| * | Change graphicality testing function names | Aric Hagberg | 2013-01-13 | 1 | -9/+8 |
| | | | | | Use is_digraphical(), is_pseudographical(), and is_multigraphical(). | ||||
| * | Combine basic graphical setup into single function. | Aric Hagberg | 2013-01-13 | 1 | -36/+32 |
| | | |||||
| * | Small doc formatting fixes and updates. | Aric Hagberg | 2013-01-13 | 1 | -14/+23 |
| | | |||||
| * | Change canonical name to is_graphical from is_valid_degree_sequence. | Aric Hagberg | 2013-01-13 | 1 | -5/+8 |
| | | |||||
| * | Whitespace cleanup. | Aric Hagberg | 2013-01-13 | 1 | -30/+30 |
| | | |||||
| * | Add faster tests for graphical sequences. | Brian Cloteaux | 2013-01-13 | 1 | -74/+290 |
| | | | | | | Use linear time algorithm. Add testing for directed, multigraphic, and pseudographic sequences. | ||||
| * | Simplify is_valid_degree_sequence_* docs and add example. | Aric Hagberg | 2012-01-06 | 1 | -23/+28 |
| | | |||||
| * | whitespace housekeeping | Aric Hagberg | 2012-01-06 | 1 | -35/+29 |
| | | |||||
| * | Allow iterators as input in is_valid_degree_sequence | Aric Hagberg | 2012-01-06 | 1 | -17/+17 |
| | | |||||
| * | Refactor large degree_seq.py into pieces and put non-generator pieces in ↵ | Aric Hagberg | 2011-11-03 | 1 | -0/+163 |
| algorithms and utils. | |||||
