Commit Graph

7 Commits

Author SHA256 Message Date
6e3fb7b915 Accepting request 991589 from home:dirkmueller:Factory
- update to 1.8:
  ** Changes in Behavior
    Schedule -f/--full combined with non-linewise operations for deprecation.
    In a future release, -f/--full will only be usable with operations where
    it makes sense. For now, we print a warning to stderr when -f/--full is
    used with non-linewise operations, and such usage will no longer be
    supported.
  * The bin operation now uses more intuitive bins. Previously, a command
    such as `datamash bin 1 <<< -0` would output -100; and -100 did not fall
    in its own bin. We now require all bins to take the form `[nx,(n+1)x)`
    with integer n and bin width x. We discard the sign on -0 and gate such
    inputs into the [0,x) bin.
  * Operations taking more than one argument now provide more complete output
    with --header-out. Previously, an operation such as `pcov x:y` would
    produce an output header like `pcov(y)`, discarding the `x`. The new
    behavior will output header `pcov(x,y)`.
  * datamash(1) no longer ignores --output-delimiter with the rmdup operation.
  ** New Features
  * New datamash option --sort-cmd argument to specify the program used
    by the -s option to sort input, plus enhancements to the security and
    portability of building sort command lines.
  * New datamash option -c/--collapse-delimiter=X argument uses character
    X instead of comma between values in collapse and unique lists.
  * New datamash operations: mean square (ms) and root mean square (rms).
  * Decorate now supports sorting IP addresses of both versions 4 and 6
    together. IPv4 addresses are logically converted to IPv6 addresses,
    either as IPv4-Mapped (ipv6v4map) or IPv4-Compatible (ipv6v4comp)
    addresses.
  * Add two command aliases:
      'echo' may now be used instead of 'cut'.

OBS-URL: https://build.opensuse.org/request/show/991589
OBS-URL: https://build.opensuse.org/package/show/science/datamash?expand=0&rev=13
2022-08-02 18:27:10 +00:00
Dirk Stoecker
bf2c04e7fa Accepting request 797751 from home:AndreasStieger:branches:science
datamash 1.7

OBS-URL: https://build.opensuse.org/request/show/797751
OBS-URL: https://build.opensuse.org/package/show/science/datamash?expand=0&rev=11
2020-04-28 11:43:40 +00:00
Ana Guerrero
d1cc64f674 Accepting request 731821 from home:AndreasStieger:branches:science
datamash 1.5

OBS-URL: https://build.opensuse.org/request/show/731821
OBS-URL: https://build.opensuse.org/package/show/science/datamash?expand=0&rev=9
2019-09-19 08:46:37 +00:00
Dmitry Roshchin
4c810173b8 Accepting request 728251 from home:michel_mno:branches:science
- disable LTO for ppc64 ppc64le aarch64 bypass boo#1149348

OBS-URL: https://build.opensuse.org/request/show/728251
OBS-URL: https://build.opensuse.org/package/show/science/datamash?expand=0&rev=7
2019-09-07 20:23:54 +00:00
Dirk Stoecker
adfe99837f Accepting request 661513 from home:AndreasStieger:branches:science
datamash 1.4

OBS-URL: https://build.opensuse.org/request/show/661513
OBS-URL: https://build.opensuse.org/package/show/science/datamash?expand=0&rev=5
2019-01-02 10:56:02 +00:00
e18e3d198f Accepting request 591682 from home:Guillaume_G:branches:science
- Disable broken test with upstream patch:
  * upstream-disable-broken-test.patch
- Fix another test
  * upstream-fix-test.patch

OBS-URL: https://build.opensuse.org/request/show/591682
OBS-URL: https://build.opensuse.org/package/show/science/datamash?expand=0&rev=3
2018-03-27 15:27:26 +00:00
0939a33669 Accepting request 588157 from home:AndreasStieger
datamash for simple statistics and math

OBS-URL: https://build.opensuse.org/request/show/588157
OBS-URL: https://build.opensuse.org/package/show/science/datamash?expand=0&rev=1
2018-03-17 16:09:52 +00:00