You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support isless() even for unordered categorical values and arrays, so that they can be sorted. Comparison with < still only works for ordered values and arrays.
Fix deprecation warnings on Julia 0.6.
Deprecate A(T, dims) constructors, which are also deprecated in Julia Base.
Categorical arrays and values structs are now immutable (of course array contents can still be changed).