Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.announce > #1739

GNU Datamash 1.7 released

From Assaf Gordon <assafgordon@gmail.com>
Newsgroups gnu.announce
Subject GNU Datamash 1.7 released
Date 2020-04-23 12:04 -0600
Message-ID <mailman.1050.1587674081.3066.info-gnu@gnu.org> (permalink)
References <466d21dc-28e5-1b9f-de37-bbf7808fe6fe@gmail.com>

Show all headers | View raw


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
bug-datamash@gnu.org 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).

Back to gnu.announce | Previous | Next | Find similar


Thread

GNU Datamash 1.7 released Assaf Gordon <assafgordon@gmail.com> - 2020-04-23 12:04 -0600

csiph-web