Version 0.2.2
Compatibility with Nulls 0.1.0, which uses three-valued logic. == now returns null for nullable CategoricalArray when one of the compared arrays contains a null and no non-null pair of values differ. Use isequal to always get a boolean result (considering null as equal to null, and different from any non-null value).