v0.5.5
This is a minor release fixing compatibility with upstream pandas and numpy changes:
- Handle deprecation of
_is_categorical_dtype
inpandas
. - Replace
numpy.issubsctype
usage withnumpy.issubdtype
for compatibility withnumpy
2.0.
This is a minor release fixing compatibility with upstream pandas and numpy changes:
_is_categorical_dtype
in pandas
.numpy.issubsctype
usage with numpy.issubdtype
for compatibility with numpy
2.0.