Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.0"
version = "3.0.1"

[deps]
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
Expand Down
2 changes: 1 addition & 1 deletion src/StatisticalTraits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ snakecase(s::Symbol) = Symbol(snakecase(string(s)))
input_scitype(::Type) = Unknown
output_scitype(::Type) = Unknown
target_scitype(::Type) = Unknown
fit_data_scitype(::Type) = Unknown
fit_data_scitype(::Type) = Tuple{Unknown}
predict_scitype(::Type) = Unknown
transform_scitype(::Type) = Unknown
inverse_transform_scitype(::Type) = Unknown
Expand Down