Skip to content

Commit 93a309e

Browse files
committed
"Bump version to 0.3.4"
whitespace fix
1 parent 4c24833 commit 93a309e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJModelInterface"
22
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
33
authors = ["Thibaut Lienart and Anthony Blaom"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

src/MLJModelInterface.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export LightInterface, FullInterface
1515
export MLJType, Model, Supervised, Unsupervised,
1616
Probabilistic, JointProbabilistic, Deterministic, Interval, Static,
1717
UnivariateFinite
18-
1918

2019
# parameter_inspection:
2120
export params
@@ -25,8 +24,8 @@ export @mlj_model, metadata_pkg, metadata_model
2524

2625
# model api
2726
export fit, update, update_data, transform, inverse_transform,
28-
fitted_params, predict, predict_mode, predict_mean, predict_median, predict_joint,
29-
evaluate, clean!
27+
fitted_params, predict, predict_mode, predict_mean, predict_median,
28+
predict_joint, evaluate, clean!
3029

3130
# model traits
3231
export input_scitype, output_scitype, target_scitype,

0 commit comments

Comments
 (0)