Skip to content

Commit 3571861

Browse files
authored
Merge pull request #159 from JuliaAI/dev
For a 1.6 release
2 parents 5886633 + 7cd0ecf commit 3571861

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
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 = "1.5.1"
4+
version = "1.6.0"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -10,7 +10,7 @@ StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
1010

1111
[compat]
1212
ScientificTypesBase = "3.0"
13-
StatisticalTraits = "3.1"
13+
StatisticalTraits = "3.2"
1414
julia = "1"
1515

1616
[extras]

src/MLJModelInterface.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const MODEL_TRAITS = [
3131
:iteration_parameter,
3232
:supports_training_losses,
3333
:reports_feature_importances,
34-
:deep_properties
34+
:deep_properties,
35+
:reporting_operations,
3536
]
3637

3738
const ABSTRACT_MODEL_SUBTYPES = [

0 commit comments

Comments
 (0)