Skip to content

Commit

Permalink
Merge pull request #26 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.3.2 release
  • Loading branch information
ablaom authored Jul 14, 2022
2 parents 7bdf5c6 + 250b9c2 commit 5f18013
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = "StatisticalTraits"
uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "3.1.0"
version = "3.2.0"

[deps]
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
Expand Down
4 changes: 3 additions & 1 deletion src/StatisticalTraits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const TRAITS = [
:distribution_type,
:iteration_parameter,
:supports_training_losses,
:deep_properties
:deep_properties,
:reporting_operations,
]


Expand Down Expand Up @@ -182,6 +183,7 @@ distribution_type(::Type) = missing
iteration_parameter(::Type) = nothing
supports_training_losses(::Type) = false
deep_properties(::Type) = ()
reporting_operations(::Type) = ()

# Returns a tuple, with one entry per field of `T` (the type of some
# statistical model, for example). Each entry is `nothing` or defines
Expand Down

0 comments on commit 5f18013

Please sign in to comment.