Skip to content

Commit

Permalink
Merge pull request #1044 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.19.5 release
  • Loading branch information
ablaom authored Aug 27, 2023
2 parents 17e565e + 7c677a2 commit 01cfe19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJ"
uuid = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.19.4"
version = "0.19.5"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
2 changes: 1 addition & 1 deletion src/MLJ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export nrows, color_off, color_on,
@load_boston, @load_ames, @load_iris, @load_reduced_ames, @load_crabs,
load_boston, load_ames, load_iris, load_reduced_ames, load_crabs,
Machine, machine, AbstractNode, @node,

source, node, fit!, freeze!, thaw!, Node, sources, origins,
machines, sources, anonymize!, @from_network, fitresults,
@pipeline, Stack, Pipeline, TransformedTargetModel,
ResamplingStrategy, Holdout, CV, TimeSeriesCV,
Expand Down

0 comments on commit 01cfe19

Please sign in to comment.