Skip to content

Version 0.2.0

Choose a tag to compare

@nalimilan nalimilan released this 30 Aug 15:22

This release breaks compatibility with the 0.1.x series by moving from Nullable{T} to Union{Null, T} to represent missing values. NullableCategoricalArray{T} has been replaced with CategoricalArray{Union{Null, T}}. The package now requires Julia 0.6.