JuliaAI/ScientificTypes.jl

Towards 0.2.4

Closed this issue · 0 comments

Add todo items for next release here:

  • (Enhancement) Make CategoricalArrays, Tables, ColorTypes hard dependencies and dump use of AbstractTrees.

  • (Bug fix) If a categorical array v has no missing elements, then its scitype will never be a Union{Missing, * } type (because the scitype is defined by scitype unions, not the array eltype) (#33)

  • Define coerce(::CategoricalArray{Any}, T)whereT<:Union{Missing,Finite}to re-wrap the categorical array asCategoricalArray{S}whereS` is the tightest type of the raw elements (PR #39)

  • bump version to 0.2.4