Skip to content

v0.22.2

Compare
Choose a tag to compare
@MainRo MainRo released this 06 Oct 09:24
· 22 commits to master since this release

This is an improvement release.

Improvements

  • Add optional escapechar parameter to csv.load_from_file.
  • Use orjon to parse JSON files. This improves the performance a lot when working on JSON files.
  • Add compression operators. For now, the supported compressions are gzip and zstd.
  • Add support for compression in json operators.
  • Add encode/decode operators for string encoding.