Skip to content

Commit c897dd4

Browse files
authored
Merge pull request #11 from JuliaAI/kind-of-learner
Extend compat LearnAPI="0.2,1,2"
2 parents 615a0b5 + 2b47bbc commit c897dd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v1
3333
env:
3434
cache-name: cache-artifacts
3535
with:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LearnDataFrontEnds"
22
uuid = "5cca22a3-9356-470e-ba1b-8268d0135a4b"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -12,7 +12,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1212

1313
[compat]
1414
CategoricalArrays = "0.10"
15-
LearnAPI = "0.2, 1"
15+
LearnAPI = "0.2, 1, 2"
1616
MLCore = "1.0.0"
1717
StatsModels = "0.7.4"
1818
Tables = "1"

test/sage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ end
207207
end
208208

209209

210-
# # A CONSANT CLASSIFIER USING SAFFRON FRONT END
210+
# # A CONSTANT CLASSIFIER USING SAFFRON FRONT END
211211

212212
# We need this for integration tests to follow.
213213

0 commit comments

Comments
 (0)