Skip to content

Commit 54d35f2

Browse files
committed
Add 11_datasets.ipynb
This adds the contents of _Reachability_queries_in_large_graphs.ipynb notebook, originally a Google Colaboratory notebook available at https://colab.research.google.com/drive/1gW9jSjHj_vMr0kjkhX8-qmKgINBOYY7k
1 parent 7764818 commit 54d35f2

File tree

4 files changed

+1096
-6
lines changed

4 files changed

+1096
-6
lines changed

11_datasets.ipynb

Lines changed: 1085 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Only the first command performs straight reachability query.
6262
8. [Reachability queries](08_reach.ipynb)
6363
9. [Extracting commit graphs from Git repositories](09_git.ipynb)
6464
10. [Checkpointing](10_checkpoint.ipynb)
65+
11. [Graph datasets](11_datasets.ipynb)
6566

6667
## Slides
6768

@@ -77,4 +78,4 @@ Those slides are also available to read on SlideShare and on Speaker Deck:
7778
## TODO: Notebooks to split
7879

7980
- [ ] [Reachability labels for version control graphs](Reachability_labels_for_version_control_graphs.ipynb) (doing)
80-
- [ ] [Reachability queries in large graphs](Reachability_queries_in_large_graphs.ipynb) (0% done)
81+
- [x] [Reachability queries in large graphs](Reachability_queries_in_large_graphs.ipynb) (done)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# AUTOGENERATED! DO NOT EDIT! File to edit: 11_datasets.ipynb (unless otherwise specified).
2+
3+
__all__ = []

index.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"8. [Reachability queries](08_reach.ipynb)\n",
111111
"9. [Extracting commit graphs from Git repositories](09_git.ipynb)\n",
112112
" - [Exploring extraction of commit graphs from Git repositories, and examining their shape and stats](A.09_git_explore.ipynb)\n",
113-
"10. [Checkpointing](10_checkpoint.ipynb)"
113+
"10. [Checkpointing](10_checkpoint.ipynb)\n",
114+
"11. [Graph datasets](11_datasets.ipynb)"
114115
]
115116
},
116117
{
@@ -185,10 +186,10 @@
185186
" - [ ] min-post range size and normalized size histogram\n",
186187
" - [ ] graph datasets vs commit graphs\n",
187188
"\n",
188-
"- [ ] [Reachability queries in large graphs](_Reachability_queries_in_large_graphs.ipynb)\n",
189-
" - [ ] datasets from FELINE\n",
190-
" - [ ] datasets from FERRARI\n",
191-
" - [ ] datasets from PReaCH"
189+
"- [x] [Reachability queries in large graphs](_Reachability_queries_in_large_graphs.ipynb)\n",
190+
" - [x] datasets from FELINE\n",
191+
" - [x] datasets from FERRARI\n",
192+
" - [x] datasets from PReaCH"
192193
]
193194
}
194195
],

0 commit comments

Comments
 (0)