Skip to content

Version 0.3.0

Choose a tag to compare

@nalimilan nalimilan released this 16 Nov 20:57
e1c57a2

This release breaks compatibility with the 0.2.x series by moving from Nulls.jl to Missings.jl.

Other changes:

  • Introduce CategoricalString <: AbstractString, used with CategoricalArray{String}. Other types of CategoricalArray continue to use CategoricalValue, which no longer inherits from AbstractString.
  • Preserve ordering of levels with copy! and improve it in several cases.
  • Make CategoricalArray constructor and levels! dramatically more efficient with many levels.