This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
fletcher 0.6.0
- Use
binary_contains_exact
if available frompyarrow
instead of our own numba-based implementation. - Provide two more consistent accessors:
.fr_strx
: Call efficient string functions onfletcher
arrays, error if not available..fr_str
: Call string functions onfletcher
andobject
-typed arrays, convert toobject
if nofletcher
function is available.- Add a numba-based implementation for
strip
,slice
, andreplace
. - Support
LargeListArray
as a backing structure for lists. - Implement
isnan
ufunc.