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

fletcher 0.7.0

Compare
Choose a tag to compare
@xhochy xhochy released this 07 Dec 20:26
· 23 commits to master since this release
0fd252e
  • Add tests for all str functions.
  • Fix tests for pyarrow=0.17.1 and add CI jobs for 0.17.1 and 1.0.1.
  • Implement a faster take for list arrays.
  • Use utf8_is_* functions from Apache Arrow if available.
  • Simplify factorize implementation to work for chunked arrays with more or less than a single chunk.
  • Switch to pandas.NA as the user-facing null value
  • Add convenience function fletcher.algorithms.string.apply_binary_str to apply a binary function on two string columns.