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
/
directed.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
1
-1
/
+1
*
Add initial_graph parameter to scale_free_graph and deprecate create_using (#...
Ross Barnowski
2022-06-07
1
-6
/
+43
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-3
/
+3
*
O(n^2) -> O(n) implementation for scale_free_graph (#4727)
Floris Hermsen
2021-04-19
1
-22
/
+53
*
Remove instances of random.sample from sets (deprecated in Python 3.9) (#4602)
Ross Barnowski
2021-03-25
1
-1
/
+1
*
Format w/ black
Jarrod Millman
2020-07-10
1
-13
/
+27
*
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
-10
/
+0
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Fix #3334
Jarrod Millman
2019-03-25
1
-3
/
+3
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-3
/
+3
*
Fix typo in docstring
Dongkwan Kim
2018-12-01
1
-2
/
+2
*
Fix scale_free_graph restriction (#3121)
Jacek Karwowski
2018-08-16
1
-1
/
+1
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
1
-39
/
+35
*
Enable create_using to be a constructor (#3004)
Dan Schult
2018-06-17
1
-36
/
+25
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Fix links (#2663)
Jarrod Millman
2017-09-11
1
-3
/
+3
*
Remove automatic assignment of G.name from many generators (#2557)
Dan Schult
2017-07-27
1
-9
/
+0
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Typo in scale free network generator documentation
Jens Erat
2016-08-07
1
-1
/
+1
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-28
/
+28
*
Re-add authors as comment and update copyright
Dan Schult
2016-01-30
1
-2
/
+4
*
Adds random uniform k-out generator
Jeffrey Finkelstein
2016-01-12
1
-56
/
+141
*
Removes unnecessary cast to float.
Jeffrey Finkelstein
2016-01-08
1
-2
/
+2
*
Merge pull request #1768 from jfinkels/random-k-out
Aric Hagberg
2015-12-27
1
-8
/
+96
|
\
|
*
Adds PRG seed to random k-out graph generator.
Jeffrey Finkelstein
2015-11-11
1
-1
/
+6
|
*
Implements random k-out graph generator.
Jeffrey Finkelstein
2015-11-11
1
-8
/
+91
*
|
Update directed.py
Davoud Taghawi-Nejad
2015-12-18
1
-1
/
+1
*
|
float take out of inner loop for speed
Davoud Taghawi-Nejad
2015-12-18
1
-4
/
+6
|
/
*
Update networkx/generators/directed.py and connectivity/node_connectivity.py
Mridul Seth
2015-06-29
1
-12
/
+13
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-8
/
+9
*
Update changes to G.successors()
Mridul Seth
2015-06-16
1
-1
/
+1
*
Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...
Mridul Seth
2015-06-12
1
-1
/
+1
*
Fix line generator docstring and missing utf8 coding in directed.py.
Jordi Torrents
2015-05-03
1
-0
/
+1
*
Cleans documentation in generators.directed.
Jeffrey Finkelstein
2015-05-02
1
-44
/
+44
*
Clean up imports.
Loïc Séguin-C.
2011-02-10
1
-3
/
+1
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-9
/
+9
*
Typo in documentation
aric
2010-04-16
1
-1
/
+1
*
Remove with_labels keyword from *degree() methods.
aric
2010-04-15
1
-4
/
+4
*
Add create_using checks/tests for directed.py
dschult
2009-10-11
1
-4
/
+13
*
Improve docstrings.
aric
2009-10-04
1
-36
/
+13
*
Minor doc changes to scale_free_graph.
dschult
2009-09-09
1
-2
/
+2
*
Add create_using parameter to every generator function.
cellison
2009-09-09
1
-81
/
+114
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Add directed scale free graph generator.
aric
2009-03-07
1
-4
/
+128
*
Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...
aric
2008-11-03
1
-28
/
+9
*
use import digraph instead of import base
aric
2006-11-21
1
-1
/
+1
*
some directed graphs from Krapivsky and Redner
aric
2006-04-20
1
-0
/
+182