info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Datamash 1.7 released


From: Assaf Gordon
Subject: GNU Datamash 1.7 released
Date: Thu, 23 Apr 2020 12:04:22 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

This is to announce datamash-1.7, a new release.

Datamash is a command-line program which performs basic numeric,textual
and statistical operations on input textual data files.

----

This release introduces a new program: decorate

decorate(1) works in tandem with sort(1), enabling sorting by
non-standard ordering, e.g. IPv4, IPv6, roman numerals, etc.


  $ printf "%s\n" C V III IX XI | decorate -k1,1r:roman
  C
  XI
  IX
  V
  III

  $ printf "%s\n" 1.2.3.14 1.2.1.4 1.2.3.4 | decorate -k1,1:ipv4
  1.2.1.4
  1.2.3.4
  1.2.3.14


Suggested by Pádraig Brady in:
https://lists.gnu.org/r/bug-coreutils/2015-06/msg00076.html

Comments, feedback and new ordering suggestions are welcomed.

----

This release also includes new datamash operations contributed
by Shawn Wagner - many thanks for providing them.

----

GNU Datamash home page:
   https://www.gnu.org/software/datamash/

Please report any problem you may experience to the
address@hidden mailing list.

Happy Hacking!
- Assaf Gordon

==================================================================

Here are the compressed sources and a GPG detached signature[*]:
https://ftp.gnu.org/gnu/datamash/datamash-1.7.tar.gz
https://ftp.gnu.org/gnu/datamash/datamash-1.7.tar.gz.sig


Use a mirror for higher download bandwidth:
https://ftpmirror.gnu.org/datamash/datamash-1.7.tar.gz
https://ftpmirror.gnu.org/datamash/datamash-1.7.tar.gz.sig

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

gpg --verify datamash-1.7.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

gpg --keyserver keys.gnupg.net --recv-keys 0A11B61D3657B901

and rerun the 'gpg --verify' command.

==================================================================

The checksums of the archive are:

$ sha1sum datamash-1.7.tar.gz
c850bf2da0fa9e2025764c6548e2d8df0351028e  datamash-1.7.tar.gz

$ sha256sum datamash-1.7.tar.gz
574a592bb90c5ae702ffaed1b59498d5e3e7466a8abf8530c5f2f3f11fa4adb3 datamash-1.7.tar.gz

$ b2sum datamash-1.7.tar.gz
56ccb35a985caddd8403d5759c4723ca1309825adf3f34ce70ca16cb1d45378cfe3c9bf2d3f357b497cede403981a1746bccbde1003cdbe48b3d1769b9c68a30 datamash-1.7.tar.gz


==================================================================

NEWS

** New Features

  decorate(1): new program - sorts input in non-standard ordering, e.g.
  IPv4, IPv6, roman numerals.

  New operations: sha224/sha384.

  New operations: geomean (Geometric mean) and harmmean (Harmonic mean).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]