Skip to content

Releases: maki-nage/rxsci

v0.23.0

12 Oct 13:15
Compare
Choose a tag to compare

This is an improvement and bugfix release.

Improvements

  • Add reverse argument to the sort operator
  • Add a rxsci.run function to simplify execution of pipelines

Fixes

  • Do not close file descriptor in io.write_

v0.22.2

06 Oct 09:24
Compare
Choose a tag to compare

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.