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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2172 from mcognetta/turan_graph
Aric Hagberg
2016-07-02
2
-0
/
+44
|
\
|
*
Adding isomorphism test to turan_test
mcognetta
2016-06-26
1
-5
/
+4
|
*
Update classic.py
mcognetta
2016-06-26
1
-12
/
+23
|
*
Added tests for Turan Graph Code
mcognetta
2016-06-16
1
-0
/
+7
|
*
Initial Turan Graph Generator Code
mcognetta
2016-06-15
1
-0
/
+27
*
|
Merge pull request #2167 from mcognetta/update_classic_generators
Dan Schult
2016-06-20
1
-5
/
+5
|
\
\
|
*
|
Changed barbell_graph and ladder_graph to use the pairwise function instead o...
Marco Cognetta
2016-06-19
1
-4
/
+4
|
*
|
Updated barbell_graph and ladder_graph to use generators only instead of crea...
Marco Cognetta
2016-06-19
1
-5
/
+5
|
|
/
*
|
Merge pull request #2011 from mgjoka/add-joint-degree
Dan Schult
2016-04-20
3
-0
/
+361
|
\
\
|
*
|
added comment in test function
Minas Gjoka
2016-03-16
1
-0
/
+2
|
*
|
Change function name from joint_degree_model to joint_degree_graph
Minas Gjoka
2016-03-12
2
-8
/
+8
|
*
|
Slightly changed comments for joint_degree_seq test unit
Minas Gjoka
2016-03-08
1
-4
/
+4
|
*
|
Improved description of docstrings in functions and naming of variables
Minas Gjoka
2016-03-08
2
-136
/
+150
|
*
|
Addressed comments about dashes and alphabetical order
Minas Gjoka
2016-03-01
1
-1
/
+1
|
*
|
Handled white space characters.
Minas Gjoka
2016-02-25
2
-137
/
+132
|
*
|
Addressed all comments from second review
Minas Gjoka
2016-02-25
1
-53
/
+59
|
*
|
Addressed all comments from review
Minas Gjoka
2016-02-25
3
-8
/
+12
|
*
|
Created two new files: joint_degree_seq.py and test_joint_degree_seq.py . ins...
Minas Gjoka
2016-02-24
2
-0
/
+340
*
|
|
Move link for metric back into parameters section with indent
Dan Schult
2016-04-18
1
-6
/
+6
*
|
|
doc sphinx error removal
Dan Schult
2016-04-18
1
-15
/
+15
*
|
|
Allows arbitrary metric in geometric generators.
Jeffrey Finkelstein
2016-03-21
2
-147
/
+359
|
|
/
|
/
|
*
|
string literals in docstrings get no backticks.
Dan Schult
2016-03-07
5
-10
/
+7
*
|
Update docs that should use math mode
Dan Schult
2016-03-07
2
-13
/
+15
*
|
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
12
-114
/
+114
|
/
*
Re-add authors as comment and update copyright
Dan Schult
2016-01-30
1
-2
/
+4
*
Merge pull request #1933 from jfinkels/uniform-random-k-out
Dan Schult
2016-01-30
2
-56
/
+180
|
\
|
*
Adds random uniform k-out generator
Jeffrey Finkelstein
2016-01-12
2
-56
/
+180
*
|
Merge pull request #1939 from jfinkels/partial-duplication-graph
Dan Schult
2016-01-19
5
-87
/
+296
|
\
\
|
*
|
Adds partial_duplication_graph generator.
Jeffrey Finkelstein
2016-01-13
5
-87
/
+296
*
|
|
Fix docstring example
Dan Schult
2016-01-16
1
-1
/
+1
*
|
|
pep8 for generators/geometric.py
Dan Schult
2016-01-16
1
-39
/
+44
*
|
|
Update docstrings for nodes_or_neighbors
Dan Schult
2016-01-15
1
-43
/
+116
*
|
|
PEP8 spacing changes
Dan Schult
2016-01-13
1
-134
/
+153
*
|
|
Update doc_strings in classic.py for nodes_or_number
Dan Schult
2016-01-13
1
-25
/
+25
|
/
/
*
|
Merge pull request #1913 from dschult/overload_pathgraph
Dan Schult
2016-01-12
4
-113
/
+243
|
\
\
|
|
/
|
/
|
|
*
Overload graph generators to allow nodes or number
Dan Schult
2016-01-08
4
-113
/
+243
*
|
Removes unnecessary cast to float.
Jeffrey Finkelstein
2016-01-08
1
-2
/
+2
|
/
*
Update copyrights
Mridul Seth
2016-01-01
7
-7
/
+7
*
Merge pull request #1509 from hagberg/random-kernel-graph
Aric Hagberg
2015-12-27
2
-4
/
+92
|
\
|
*
Add random kernel graph generator
Aric Hagberg
2015-09-20
2
-4
/
+92
*
|
Merge pull request #1768 from jfinkels/random-k-out
Aric Hagberg
2015-12-27
2
-18
/
+135
|
\
\
|
*
|
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
2
-18
/
+130
*
|
|
Merge pull request #1770 from jfinkels/triad-graph-generator
Aric Hagberg
2015-12-27
3
-5
/
+108
|
\
\
\
|
*
|
|
Moves triad_graph function to generators package.
Jeffrey Finkelstein
2015-09-16
3
-5
/
+108
*
|
|
|
Merge pull request #1773 from jfinkels/unary-tree-path
Aric Hagberg
2015-12-27
2
-28
/
+51
|
\
\
\
\
|
*
|
|
|
Makes balanced unary tree generator return path.
Jeffrey Finkelstein
2015-09-16
2
-28
/
+51
|
|
/
/
/
*
|
|
|
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
*
|
|
|
Merge pull request #1840 from sieben/simplify_chain_comparisons
chebee7i
2015-11-14
1
-1
/
+1
|
\
\
\
\
[next]