Next | Query returned 44 messages, browsing 41 to 50 | previous

History of commit frequency

CVS Commit History:


   2015-09-21 15:25:38 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update textproc/miller to 2.2.0:

Multi-character RS,FS,PS

You can process CRLF-terminated DKVP files with mlr --dkvp --rs
crlf.
You can process LF-terminated CSV files with mlr --csv --rs lf.
You can process TSV using mlr --fs tab; you can convert TSV to CSV
using mlr --ifs tab --ofs comma.
Along with many more possibilities.
Please see mlr -h for more information.

There is one minor, backward-incompatible change which I felt not
worth calling this 3.0.0: default field separator for NIDX format
is now space, not comma.
   2015-09-07 01:23:30 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 2.1.1 to 2.1.3
---------------------
  ChangeLog is unknown.
   2015-09-04 15:46:37 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update miller to 2.1.1.

Changes:

v2.1.1

Incremental read-performance increase for CSV format

While #51 is still underway, already there is nearly a 2x
read-performance increase in v2.1.1 over v2.1.0.

v2.1.0

Minor enhancements and bug fixes

Highlights: travis-CI integration (thanks @SikhNerd!); hour-minute-second
functions; fixed pretty-print alignment of UTF-8 data.
   2015-08-28 11:27:11 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import miller-2.0.0 as textproc/miller.

Miller is like sed, awk, cut, join, and sort for name-indexed data
such as CSV.

With Miller, you get to use named fields without needing to count
positional indices.

This is something the Unix toolkit always could have done, and
arguably always should have done. It operates on key-value-pair
data while the familiar Unix tools operate on integer-indexed
fields: if the natural data structure for the latter is the array,
then Miller's natural data structure is the insertion-ordered hash
map. This encompasses a variety of data formats, including but not
limited to the familiar CSV. (Miller can handle positionally-indexed
data as a special case.)

Next | Query returned 44 messages, browsing 41 to 50 | previous