Skip to content

Version 0.2.2

Choose a tag to compare

@nalimilan nalimilan released this 05 Oct 12:21

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).