Releases: maki-nage/rxsci
Releases · maki-nage/rxsci
v0.23.0
v0.22.2
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.