Skip to content

Commit

Permalink
Merge pull request #39 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.4.1 release
  • Loading branch information
ablaom authored Dec 28, 2021
2 parents 859dfe8 + f18a3e1 commit ab5548e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJIteration"
uuid = "614be32b-d00c-4edb-bd02-1eb411ab5e55"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.4.0"
version = "0.4.1"

[deps]
IterationControl = "b3c1a2ee-3fec-4384-bf48-272ea71de57c"
Expand All @@ -10,7 +10,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
IterationControl = "0.5"
MLJBase = "0.18.8"
MLJBase = "0.18.8, 0.19"
julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/controls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const N = 20
local model = DummyIterativeModel(n=n)
local mach = machine(model, X, y)
fit!(mach, verbosity=0)
t = mach |> EXT_GIVEN_STR[$str] |> PROJECTION_GIVEN_STR[$str]
t = PROJECTION_GIVEN_STR[$str](mach |> EXT_GIVEN_STR[$str])
push!(trace_by_hand, t)
end

Expand Down

0 comments on commit ab5548e

Please sign in to comment.