We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beb6755 + 6783fb6 commit 759c733Copy full SHA for 759c733
Project.toml
@@ -2,7 +2,7 @@ name = "RelationalDatasets"
2
uuid = "6b8bdb16-f930-11eb-22b5-7ba1dabdf7a8"
3
license = "Apache 2.0"
4
authors = ["Alexander L. Hayes <alexander@batflyer.net>"]
5
-version = "0.2.1-dev"
+version = "0.2.1"
6
7
[deps]
8
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
src/request.jl
@@ -25,14 +25,16 @@ DATASETS = [
25
"nell_sports",
26
"icml",
27
"boston_housing",
28
+ "drug_interactions",
29
+ "toy_machines",
30
]
31
32
"""Default download version.
33
34
If a "version" parameter is not passed to `load`, a dataset of this version
35
is downloaded by default.
36
"""
-LATEST_VERSION = "v0.0.4"
37
+LATEST_VERSION = "v0.0.5"
38
39
40
0 commit comments