Skip to content

Commit

Permalink
Merge pull request #142 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For 0.9.1 release
  • Loading branch information
ablaom authored Dec 14, 2019
2 parents ce614d5 + 5a0a7f3 commit 04393eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.9.0"
version = "0.9.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
2 changes: 2 additions & 0 deletions src/composites.jl
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ function from_network_(modl, modeltype_ex, fieldname_exs, model_exs,
# code defining the composite model struct and fit method:
program1 = quote

import MLJBase

mutable struct $modeltype_ex <: MLJBase.$kind
$(fieldname_exs...)
end
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ end
@test include("pipelines.jl")
end

VERSION v"1.3.0-" && @testset "pipelines" begin
@test include("pipelines.jl")
VERSION v"1.3.0-" && @testset "arrows" begin
@test include("arrows.jl")
end


Expand Down

0 comments on commit 04393eb

Please sign in to comment.