Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

fletcher 0.6.0

Compare
Choose a tag to compare
@xhochy xhochy released this 23 Sep 11:59
· 66 commits to master since this release
2405b49
  • Use binary_contains_exact if available from pyarrow instead of our own numba-based implementation.
  • Provide two more consistent accessors:
  • .fr_strx: Call efficient string functions on fletcher arrays, error if not available.
  • .fr_str: Call string functions on fletcher and object-typed arrays, convert to object if no fletcher function is available.
  • Add a numba-based implementation for strip, slice, and replace.
  • Support LargeListArray as a backing structure for lists.
  • Implement isnan ufunc.