Commit Graph

12 Commits

Author SHA1 Message Date
Dominique Leuenberger
f576464c6f Accepting request 562288 from utilities
OBS-URL: https://build.opensuse.org/request/show/562288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miller?expand=0&rev=4
2018-01-09 13:53:08 +00:00
9536fc82a2 Accepting request 562287 from home:alois:branches:utilities
- Update to version 5.3.0 (see draft-release-notes.md for a
  changelog)
- Added miller-5.3.0-gcc43.patch

OBS-URL: https://build.opensuse.org/request/show/562287
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=11
2018-01-07 08:48:53 +00:00
Dominique Leuenberger
cd7cef2764 Accepting request 518550 from utilities
- Updated license
- Update to 5.2.2
  * This bugfix release delivers a fix for #147 where a memory
    allocation failed beyond 4GB.
- Update to version 5.2.1
  * Fixes (gh#johnkerl/miller#142) build segfault on non-x86
    architectures
- Update to version 5.2.0
  This release contains mostly feature requests.
  Features:
  * The stats1 verb now lets you use regular expressions to
    specify which field names to compute statistics on, and/or which
    to group by. Full details are here.
  * The min and max DSL functions, and the min/max/percentile
    aggregators for the stats1 and merge-fields verbs, now support
    numeric as well as string field values. (For mixed string/numeric
    fields, numbers compare before strings.) This means in particular
    that order statistics -- min, max, and non-interpolated
    percentiles -- as well as mode, antimode, and count are now
    possible on string-only fields. (Of course, any operations
    requiring arithmetic on values, such as computing sums, averages,
    or interpolated percentiles, yield an error on string-valued
    input.)
  * There is a new DSL function mapexcept which returns a copy of
    the argument with specified key(s), if any, unset. The motivating
    use-case is to split records to multiple filenames depending on
    particular field value, which is omitted from the output: mlr
    --from f.dat put 'tee > "/tmp/data-".$a, mapexcept($*, "a")'
    Likewise, mapselect returns a copy of the argument with only
    specified key(s), if any, set. This resolves #137.
  * A new -u option for count-distinct allows unlashed counts for
    multiple field names. For example, with -f a,b and without -u,
    count-distinct computes counts for distinct pairs of a and b field
    values. With -f a,b and with -u, it computes counts for distinct a
    field values and counts for distinct b field values separately.
  * If you build from source, you can now do ./configure without
    first doing autoreconf -fiv. This resolves #131.
  * The UTF-8 BOM sequence 0xef 0xbb 0xbf is now automatically
    ignored from the start of CSV files. (The same is already done for
    JSON files.) This resolves #138.
  * For put and filter with -S, program literals such as the 6 in
    $x = 6 were being parsed as strings. This is not sensible, since
    the -S option for put and filter is intended to suppress numeric
    conversion of record data, not program literals. To get string 6
    one may use $x = "6".
  Documentation:
  * A new cookbook example shows how to compute differences
    between successive queries, e.g. to find out what changed in
    time-varying data when you run and rerun a SQL query.
  * Another new cookbook example shows how to compute
    interquartile ranges.
  * A third new cookbook example shows how to compute weighted
    means.
  Bugfixes:
  * CRLF line-endings were not being correctly autodetected when
    I/O formats were specified using --c2j et al.
  * Integer division by zero was causing a fatal runtime
    exception, rather than computing inf or nan as in the
    floating-point case.

OBS-URL: https://build.opensuse.org/request/show/518550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miller?expand=0&rev=3
2017-08-28 13:14:41 +00:00
71c30fca0c Accepting request 518549 from home:alois:branches:utilities
- Updated license

OBS-URL: https://build.opensuse.org/request/show/518549
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=9
2017-08-24 15:19:24 +00:00
c68477fcd4 Accepting request 511602 from home:alois:branches:utilities
OBS-URL: https://build.opensuse.org/request/show/511602
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=8
2017-07-20 09:40:51 +00:00
0f8668c76f Accepting request 504981 from home:alois:branches:utilities
OBS-URL: https://build.opensuse.org/request/show/504981
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=7
2017-06-20 07:00:25 +00:00
cb63d18d37 Accepting request 503714 from home:alois:branches:utilities
Update to 5.2.0

OBS-URL: https://build.opensuse.org/request/show/503714
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=6
2017-06-14 16:11:26 +00:00
Dominique Leuenberger
960eb1c9a5 Accepting request 488073 from utilities
1

OBS-URL: https://build.opensuse.org/request/show/488073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miller?expand=0&rev=2
2017-04-20 18:57:04 +00:00
fbf9733bce Accepting request 488072 from home:alois:branches:utilities
Update to 5.1.0

OBS-URL: https://build.opensuse.org/request/show/488072
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=4
2017-04-15 07:56:24 +00:00
Yuchen Lin
ef2da57f9f Accepting request 478877 from utilities
OBS-URL: https://build.opensuse.org/request/show/478877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miller?expand=0&rev=1
2017-03-28 13:21:24 +00:00
863a004100 Accepting request 478876 from home:alois:branches:utilities
Update to 5.0.1

OBS-URL: https://build.opensuse.org/request/show/478876
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=2
2017-03-12 21:10:16 +00:00
Ismail Dönmez
4913858436 Accepting request 460841 from home:alois:branches:utilities
OBS-URL: https://build.opensuse.org/request/show/460841
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=1
2017-02-28 12:08:31 +00:00