From 3201db4b60f2af36ebd523cda0ab2c98045d5619 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 11 Jun 2017 22:06:05 -0400 Subject: [PATCH] doc neaten --- c/draft-release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c/draft-release-notes.md b/c/draft-release-notes.md index 2d12ba9a5..8b9cf02e5 100644 --- a/c/draft-release-notes.md +++ b/c/draft-release-notes.md @@ -12,10 +12,10 @@ and [**max**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl min/max/percentile aggregators for the [**stats1**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-verbs.html#stats1) and [**merge-fields**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-verbs.html#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 are now possible on string-only fields: min, max, non-interpolated percentiles, etc. (Of course, any operations requiring arithmetic on values, -such as computing sums, averages, or interpolated percentiles, yield an error on string-valued input.) +**support numeric as well as string field values**. (For mixed string/numeric fields, numbers compare before strings.) +This means in particular that order statistics are now possible on string-only fields: min, max, non-interpolated +percentiles, mode, antimode, and count. (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**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl.html#mapexcept) which returns a