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
/
graphical.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
*
Fix Sphinx errors (#4817)
Jarrod Millman
2021-05-19
1
-2
/
+1
*
Restructure documentation (#4744)
Jarrod Millman
2021-05-18
1
-11
/
+22
*
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
*
Change is_list_of_ints to make_list_of_ints (#3617)
Dan Schult
2019-10-04
1
-22
/
+12
*
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
*
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
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Change sphinx config to improve parameters
Dan Schult
2016-03-08
1
-1
/
+0
*
Update docs that should use math mode
Dan Schult
2016-03-07
1
-3
/
+3
*
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 iter...
Mridul Seth
2015-06-27
1
-1
/
+1
*
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
*
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
*
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 algo...
Aric Hagberg
2011-11-03
1
-0
/
+163