From 8fb1476e58dd465f05ee3d4a8874770782755f86 Mon Sep 17 00:00:00 2001 From: matthieugomez Date: Mon, 22 Apr 2019 10:09:44 -0400 Subject: [PATCH] Switch to Projects.toml --- Project.toml | 11 +++++++++++ REQUIRE | 3 --- benchmark/.sublime2Terminal.jl | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 Project.toml delete mode 100755 REQUIRE diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..de2f51f --- /dev/null +++ b/Project.toml @@ -0,0 +1,11 @@ +name = "StringDistances" +uuid = "88034a9c-02f8-509d-84a9-84ec65e18404" + +[deps] +Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" +IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +julia = "≥ 0.7.0" diff --git a/REQUIRE b/REQUIRE deleted file mode 100755 index 850e509..0000000 --- a/REQUIRE +++ /dev/null @@ -1,3 +0,0 @@ -julia 0.7 -Distances -IterTools \ No newline at end of file diff --git a/benchmark/.sublime2Terminal.jl b/benchmark/.sublime2Terminal.jl index 67445e2..1185d75 100644 --- a/benchmark/.sublime2Terminal.jl +++ b/benchmark/.sublime2Terminal.jl @@ -1 +1 @@ -@time f(Cosine(2), x, y) +@time f(Jaccard(2), x, y)