Towards 0.2.4
Closed this issue · 0 comments
ablaom commented
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 aUnion{Missing, * }
type (because the scitype is defined by scitype unions, not the arrayeltype
) (#33) -
Define
coerce(::CategoricalArray{Any}
, T)where
T<:Union{Missing,Finite}to re-wrap the categorical array as
CategoricalArray{S}where
S` is the tightest type of the raw elements (PR #39) -
bump version to 0.2.4