From 9c13b1c6366c7a8b88909c2219abd97088e5f318 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Fri, 18 Jul 2025 20:25:46 +1200 Subject: [PATCH 1/3] extend compat StatisticalMeasures = "0.1, 0.2" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 619d2ae..39140a1 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ MLJScikitLearnInterface = "0.6" MLJModelInterface = "1.10" ScientificTypesBase = "3" StableRNGs = "1" -StatisticalMeasures = "0.1" +StatisticalMeasures = "0.1, 0.2" Tables = "1.2" Test = "1.6" From acd95317f179c8cbe1572f45dd0fe0c2d109186a Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Fri, 18 Jul 2025 20:26:18 +1200 Subject: [PATCH 2/3] bump 0.2.3 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 39140a1..2f1d9b3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FeatureSelection" uuid = "33837fe5-dbff-4c9e-8c2f-c5612fe2b8b6" authors = ["Anthony D. Blaom ", "Samuel Okon Date: Fri, 18 Jul 2025 20:28:19 +1200 Subject: [PATCH 3/3] update cache GH action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eeabe99..36384a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: @info read(`ls -al $src`, String) end ' - - uses: actions/cache@v1 + - uses: julia-actions/cache@v1 env: cache-name: cache-artifacts with: