Skip to content

Releases: shenwei356/csvtk

csvtk v0.4.3

28 Nov 13:57
Compare
Choose a tag to compare
  • improvement of using experience: flag -n is not required anymore when flag -H in csvtk mutate

csvtk v0.4.2

23 Nov 06:26
Compare
Choose a tag to compare
  • fix highlight bug of csvtk grep: if the pattern matches multiple parts,
    the text will be wrongly edited.
  • changes: disable highlight when pattern file given.
  • #6 change the default output of all ploting commands to STDOUT, now you can
    pipe the image to "display" command of Imagemagic.

csvtk v0.4.1

07 Nov 14:00
Compare
Choose a tag to compare
  • Nothing changed. Just fix the links due to inappropriate deployment of v0.4.0

csvtk v0.4.0

24 Oct 01:55
Compare
Choose a tag to compare
  • add flag for csvtk replace: -K (--keep-key) keep the key as value when
    no value found for the key. This is open in default in previous versions.

csvtk v0.3.9

13 Oct 03:21
Compare
Choose a tag to compare
  • fix bug: header row incomplete in csvtk sort result

csvtk v0.3.8.1

06 Oct 17:11
Compare
Choose a tag to compare
  • fix bug of flag parsing library pflag,
    detail.
    The bug affected the csvtk grep -r -p, when value of -p contain "[" and "]"
    at the beginning or end, they are wrongly parsed.

csvtk v0.3.8

05 Oct 06:11
Compare
Choose a tag to compare
  • new feature: csvtk cut supports ordered fields output. e.g., csvtk cut -f 2,1
    outputs the 2nd column in front of the 1th column.
  • new commands: csvtk plot can plot three types of plots by subcommands:
    • csvtk plot hist: histogram
    • csvtk plot box: boxplot
    • csvtk plot line: line plot

csvtk v0.3.7

22 Aug 08:18
Compare
Choose a tag to compare
  • fix a serious bug of using negative field of column name, e.g. -f "-id"

csvtk v0.3.6

18 Aug 14:37
Compare
Choose a tag to compare
  • csvtk replace supports replacement symbols {nr} (record number)
    and {kv} (corresponding value of the key ($1) by key-value file)

csvtk v0.3.5.2

01 Jul 01:07
Compare
Choose a tag to compare
  • add flag --fill for csvtk join, so we can fill the unmatched data
  • update doc