Skip to content

csvtk v0.35.0

Latest

Choose a tag to compare

@shenwei356 shenwei356 released this 16 Oct 09:39

Changes

  • csvtk v0.35.0 Github Releases (by Release)
    • csvtk:
      • do not support i386 architecture anymore.
    • csvtk sort:
      • sort on all columns by default, with a similar way with GNU sort (but the results might be different). #337
      • support field ranges, e.g., -k 1-3:N.
      • fix sort inconsistency for rows with the same key(s). #337
    • csvtk mutate2/filter2:
      • use a new fork of expression evaluation package. #172
    • csvtk filter2:
      • fix the panic when using -Z. #332
    • csvtk plot bar:
    • csvtk summary:
      • support field range, e.g., -f 2-5:sum #143

Notes

  • run csvtk version to check update !!!
  • run csvtk genautocomplete to update Bash completion !!!