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
/
generators
/
degree_seq.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-4
/
+2
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
1
-2
/
+2
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-1
/
+1
*
sampling from dict_keys objects is deprecated. (#5337)
Ross Barnowski
2022-02-18
1
-1
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-35
/
+46
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-1
/
+1
*
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
-13
/
+0
*
Remove old Python 2 code
Jarrod Millman
2019-10-18
1
-5
/
+1
*
Change is_list_of_ints to make_list_of_ints (#3617)
Dan Schult
2019-10-04
1
-2
/
+2
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Set seed in random_degree_sequence_graph docstring test (#3451)
Nanda H Krishna
2019-05-23
1
-1
/
+1
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-6
/
+6
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
1
-34
/
+40
*
Correct documentation wording for min_weighted_dominating_set (#3031)
Dan Schult
2018-06-28
1
-2
/
+1
*
Enable create_using to be a constructor (#3004)
Dan Schult
2018-06-17
1
-26
/
+22
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-3
/
+3
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Fix bug in expected_degree_graph generator (#2773)
Dan Schult
2017-11-25
1
-1
/
+1
*
Use dollar sign for inline math
Jarrod Millman
2017-08-14
1
-36
/
+37
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-2
/
+2
*
Remove automatic assignment of G.name from many generators (#2557)
Dan Schult
2017-07-27
1
-4
/
+0
*
Comply with pep8
Jarrod Millman
2017-07-25
1
-58
/
+60
*
Use random_powerlaw_tree_sequence instead of powerlaw_sequence
Jarrod Millman
2017-07-25
1
-12
/
+11
*
Remove is_valid_degree_sequence deprecated in 2013
Jarrod Millman
2017-07-25
1
-4
/
+4
*
Remove create_degree_sequence deprecated in 2013
Jarrod Millman
2017-07-25
1
-4
/
+2
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Simplifies degree sequence graph generators.
Jeffrey Finkelstein
2016-04-17
1
-160
/
+232
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-1
/
+1
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Remove useless semicolon
Rémy Léone
2015-11-08
1
-1
/
+1
*
Clarifies error message in configuration_model
error-message-configuration-model
jfinkels
2015-10-30
1
-2
/
+3
*
Merge master into iter_refactor
Dan Schult
2015-08-07
1
-9
/
+8
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-4
/
+4
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-1
/
+1
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
Comments in configuration model about multi-edges
Aric Hagberg
2013-10-19
1
-2
/
+11
*
Add docs for directed Havel-Hakimi generator and small doc fixes.
Aric Hagberg
2013-01-13
1
-8
/
+5
*
Faster Havel-Hakimi generator and directed version too.
Brian Cloteaux
2013-01-13
1
-30
/
+172
*
Use list() and values() for Python3
Aric Hagberg
2012-01-06
1
-2
/
+2
*
Whitespace housekeeping
Aric Hagberg
2011-12-30
1
-59
/
+59
*
Add more tests for degree sequence generators.
Aric Hagberg
2011-12-30
1
-3
/
+3
*
Handle corner cases in generator.
Aric Hagberg
2011-11-14
1
-4
/
+8
*
Add more tests. Fix potential Python3 issue.
Aric Hagberg
2011-11-05
1
-1
/
+1
*
Update docs for random degre sequence graph generator.
Aric Hagberg
2011-11-05
1
-9
/
+15
*
Add random degree sequence graph.
Aric Hagberg
2011-11-03
1
-6
/
+169
*
Refactor large degree_seq.py into pieces and put non-generator pieces in algo...
Aric Hagberg
2011-11-03
1
-692
/
+4
[next]