Skip to content

0.55.0

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 13 Jun 00:36
· 6624 commits to master since this release

Added

  • apply: now multithreaded with rayon (up to 10x πŸš€πŸš€πŸš€ faster!) #342

Changed

  • apply: refactor hot loop to use enums instead of nested if #343
  • sniff: more idiomatic vec loop 2a70134
  • validate: optimizations (up to 20% πŸš€ faster) 0f0be0a
  • excel: optimize trimming 780206a
  • various whirlwind tour improvements (more timings, flows/reads better, removed non-sequiturs)
  • improved progress bar prep (unstyled progress bar is not momentarily displayed, standardized across cmds)
  • bumped reqwest patch to latest upstream cb0eb17
  • Bump actions/setup-python from 3.1.2 to 4.0.0 by @dependabot in #339
  • Bump mlua from 0.7.4 to 0.8.0 by @dependabot in #340

Fixed

  • fixed error-handling in util::count_rows() #341
  • do not panic when index is stale 36dbd79
  • fetch: fixed docopt arg processing so --help text is displayed properly 0cbf701
  • excel: more robust error handling 413c693

Full Changelog: 0.54.0...0.55.0