Skip to content

v1.1.18: Minor updates

Compare
Choose a tag to compare
@jondegenhardt jondegenhardt released this 25 Feb 17:31
· 247 commits to master since this release

NOTE: Unfortunately, the pre-built binaries for v1.1.19 and earlier releases have been lost. Please use the pre-built binaries from the latest release. There is nothing wrong with the old binaries, if you downloaded one earlier you can continue to use it.

Changes in v1.1.18:

  • tsv-uniq - Added a --m|max option to output up to a max number of duplicate lines. The default of course is one.
  • tsv-sample - Added PGO support. Small gains, up to 5% depending on sampling method.
  • Better unit test diagnostic output on "command line" tests. This simplifies tracking down errors when tests are run on a system like TravisCI. In the past it was necessary to run the test locally to see what failed.
  • Bash completion - Fix a tsv-filter option.
  • Doc updates - Added a pair of sections to the Tips and Tricks doc. One describing TSV and CSV differences, another giving examples of using dos2unix and iconv to deal with encoding and newline issues.