File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " StatisticalTraits"
2
2
uuid = " 64bff920-2084-43da-a3e6-9bb72801c0c9"
3
3
authors = [
" Anthony D. Blaom <[email protected] >" ]
4
- version = " 3.1 .0"
4
+ version = " 3.2 .0"
5
5
6
6
[deps ]
7
7
ScientificTypesBase = " 30f210dd-8aff-4c5f-94ba-8e64358c1161"
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ const TRAITS = [
40
40
:distribution_type ,
41
41
:iteration_parameter ,
42
42
:supports_training_losses ,
43
- :deep_properties
43
+ :deep_properties ,
44
+ :reporting_operations ,
44
45
]
45
46
46
47
@@ -182,6 +183,7 @@ distribution_type(::Type) = missing
182
183
iteration_parameter (:: Type ) = nothing
183
184
supports_training_losses (:: Type ) = false
184
185
deep_properties (:: Type ) = ()
186
+ reporting_operations (:: Type ) = ()
185
187
186
188
# Returns a tuple, with one entry per field of `T` (the type of some
187
189
# statistical model, for example). Each entry is `nothing` or defines
You can’t perform that action at this time.
0 commit comments