Added
diff
: Find the difference between two CSVs ludicrously fast! by @janriemer in #711stats
: added Median Absolute Deviation (MAD) #715- added Testing section to README 517d69b
Changed
validate
: schema less validation error improvements #703stats
: faster date inferencing #706stats
: minor performance tweaks 15e6284 3f0ed2bstats
: refactored modes compilation 6e448b0stats
: simplify if condition ae7cc85luau
: show luau version when invoking --version f7f9c42excel
: add "sheet" suffix to end msg for readability ae3a8e3- cache
util::count_rows
result, so if a CSV without an index is queried, it caches the result and future calls to count_rows in the same session will be instantaneous e805ded - Bump console from 0.15.3 to 0.15.4 by @dependabot in #704
- Bump cached from 0.41.0 to 0.42.0 by @dependabot in #709
- Bump mlua from 0.8.6 to 0.8.7 by @dependabot in #712
- Bump qsv-stats from 0.5.2 to 0.6.0 with the new MAD statistic support
- cargo update bump dependencies - notably mimalloc from 0.1.32 to 0.1.34, luau0-src from 0.4.1_luau553 to 0.5.0_luau555, csvs_convert from 0.7.9 to 0.7.11 and regex from 1.7.0 to 1.7.1
- pin Rust nightly to 2023-01-08
Fixed
tojsonl
: fix escaping of unicode string. Replace hand-rolled escape fn with built-in escape_default fn #707. Fixes #705tojsonl
: more robust boolean inferencing #710. Fixes #708
New Contributors
- @janriemer made their first contribution in #711
Full Changelog: 0.81.0...0.82.0