From 16b31a2e9a0f565d317c1e19a5d1f66b90e3d565 Mon Sep 17 00:00:00 2001 From: Paulito Palmes Date: Sat, 19 Oct 2019 17:30:17 +0100 Subject: [PATCH 1/5] add compat versions of packages --- Project.toml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 73fd0af6..767af1d2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TSML" uuid = "198dc43e-9e51-5cd7-9d40-d9794d335912" authors = ["Paulito Palmes "] -version = "2.3.9" +version = "2.4.0" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" @@ -28,6 +28,22 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] julia = "1" +CSV = "0.4, 0.5" +Interact = "0.9, 0.10" +GR = "0.35, 0.36, 0.37, 0.38, 0.39, 0.40, 0.41" +JSON2 = "0.2, 0.3" +HTTP = "0.6, 0.7, 0.8" +IterTools = "1.1, 1.2" +MLDataUtils = "0.2, 0.3, 0.4, 0.5" +StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" +DecisionTree = "0.8, 0.9" +Plots = "0.25, 0.26, 0.27" +CodecBzip2 = "0.4, 0.5, 0.6" +FileIO = "1.0" +DataFrames = "0.17, 0.18, 0.19" +Reexport = "0.1, 0.2" +MLBase = "0.6, 0.7, 0.8" +ArgParse = "0.5, 0.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 2448b86e6767747e3f87467b657023a3a6666113 Mon Sep 17 00:00:00 2001 From: Paulito Palmes Date: Sat, 19 Oct 2019 17:49:29 +0100 Subject: [PATCH 2/5] add range of versions in compat --- Project.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index 767af1d2..cf061ef2 100644 --- a/Project.toml +++ b/Project.toml @@ -29,21 +29,21 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] julia = "1" CSV = "0.4, 0.5" -Interact = "0.9, 0.10" -GR = "0.35, 0.36, 0.37, 0.38, 0.39, 0.40, 0.41" -JSON2 = "0.2, 0.3" -HTTP = "0.6, 0.7, 0.8" -IterTools = "1.1, 1.2" -MLDataUtils = "0.2, 0.3, 0.4, 0.5" -StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" -DecisionTree = "0.8, 0.9" -Plots = "0.25, 0.26, 0.27" -CodecBzip2 = "0.4, 0.5, 0.6" -FileIO = "1.0" -DataFrames = "0.17, 0.18, 0.19" -Reexport = "0.1, 0.2" -MLBase = "0.6, 0.7, 0.8" -ArgParse = "0.5, 0.6" +Interact = "≥ 0.9" +GR = "≥ 0.35" +JSON2 = "≥ 0.2" +HTTP = "≥ 0.6" +IterTools = "≥ 1.1" +MLDataUtils = "≥ 0.2" +StatsBase = "≥ 0.25" +DecisionTree = "≥ 0.8" +Plots = "≥ 0.25" +CodecBzip2 = "≥ 0.4" +FileIO = "≥ 1.0" +DataFrames = "≥ 0.17" +Reexport = "≥ 0.1" +MLBase = "≥ 0.6" +ArgParse = "≥ 0.5" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 65fed864a575645024d1031a0715b3653555f763 Mon Sep 17 00:00:00 2001 From: Paulito Palmes Date: Sat, 19 Oct 2019 17:57:04 +0100 Subject: [PATCH 3/5] add upper bound in compat --- Project.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index cf061ef2..767af1d2 100644 --- a/Project.toml +++ b/Project.toml @@ -29,21 +29,21 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] julia = "1" CSV = "0.4, 0.5" -Interact = "≥ 0.9" -GR = "≥ 0.35" -JSON2 = "≥ 0.2" -HTTP = "≥ 0.6" -IterTools = "≥ 1.1" -MLDataUtils = "≥ 0.2" -StatsBase = "≥ 0.25" -DecisionTree = "≥ 0.8" -Plots = "≥ 0.25" -CodecBzip2 = "≥ 0.4" -FileIO = "≥ 1.0" -DataFrames = "≥ 0.17" -Reexport = "≥ 0.1" -MLBase = "≥ 0.6" -ArgParse = "≥ 0.5" +Interact = "0.9, 0.10" +GR = "0.35, 0.36, 0.37, 0.38, 0.39, 0.40, 0.41" +JSON2 = "0.2, 0.3" +HTTP = "0.6, 0.7, 0.8" +IterTools = "1.1, 1.2" +MLDataUtils = "0.2, 0.3, 0.4, 0.5" +StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" +DecisionTree = "0.8, 0.9" +Plots = "0.25, 0.26, 0.27" +CodecBzip2 = "0.4, 0.5, 0.6" +FileIO = "1.0" +DataFrames = "0.17, 0.18, 0.19" +Reexport = "0.1, 0.2" +MLBase = "0.6, 0.7, 0.8" +ArgParse = "0.5, 0.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From bd58de6182d309b781449e24214c01eed83aabfc Mon Sep 17 00:00:00 2001 From: Paulito Palmes Date: Sat, 19 Oct 2019 23:57:13 +0100 Subject: [PATCH 4/5] version 2.3.9 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 767af1d2..83a38b9e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TSML" uuid = "198dc43e-9e51-5cd7-9d40-d9794d335912" authors = ["Paulito Palmes "] -version = "2.4.0" +version = "2.3.9" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" From f7ed723f6ee23a8bc772b7ab3074665d0b913ccd Mon Sep 17 00:00:00 2001 From: Paulito Palmes Date: Sat, 19 Oct 2019 23:58:09 +0100 Subject: [PATCH 5/5] add julia 1.2 testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 49793eac..ec1f84c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ os: julia: - 1.0 - 1.1 + - 1.2 - nightly env: - JULIA_NUM_THREADS=8