Skip to content

Commit 2099f39

Browse files
authored
Add Java graphs to CFPQ_Data #67 (#69)
* Add Java graphs to CFPQ_Data #67 * update black
1 parent 75e80b3 commit 2099f39

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ repos:
77
- id: trailing-whitespace
88
- id: requirements-txt-fixer
99
- repo: https://github.com/psf/black
10-
rev: 20.8b1
10+
rev: 22.3.0
1111
hooks:
1212
- id: black

cfpq_data/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"DATA",
77
]
88

9-
VERSION = "2.0.0"
9+
VERSION = "3.0.0"
1010

1111
ROOT = pathlib.Path(__file__).parent
1212
DATA = ROOT / "data"

cfpq_data/dataset/data.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@
5353
"kernel",
5454
"taxonomy",
5555
"taxonomy_hierarchy",
56+
"avrora",
57+
"batik",
58+
"eclipse",
59+
"fop",
60+
"h2",
61+
"jython",
62+
"luindex",
63+
"lusearch",
64+
"pmd",
65+
"sunflow",
66+
"tomcat",
67+
"tradebeans",
68+
"tradesoap",
69+
"xalan",
5670
]
5771

5872

0 commit comments

Comments
 (0)