X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=9abe5bc18bd7b0fb28ec6a1e12da4527d2c86039;hb=e09ed2b52e13125dc04a169e192b1cde759ab1e7;hp=13ab59c6430130820e8ddc0ffd18dd1cd93663aa;hpb=23d00b8a6a82d177f3f30e2867d4fb563f8d0d20;p=pspp diff --git a/NEWS b/NEWS index 13ab59c643..9abe5bc18b 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,33 @@ Please send PSPP bug reports to bug-gnu-pspp@gnu.org. Changes after 1.6.2: + * The CTABLES command is now implemented. + + * FREQUENCIES now honors the LAYERED setting on SPLIT FILE. + + * AGGREGATE: + + - New aggregation functions CGT, CLT, CIN, and COUT. + + - Break variables are now optional. + + * DISPLAY MACROS is now implemented. + + * SHOW ENVIRONMENT is now implemented. + + * Removed the MODIFY VARS command, which is not in SPSS. + * Building from a Git repository, which previously required GIMP, now requires rsvg-convert from librsvg2 instead. + * The pspp-dump-sav program is no longer installed by default. + Changes from 1.6.1 to 1.6.2: + * Previously, numeric variables defaulted to "scale" measurement + level. Now, the default is "unknown", with a better guess chosen + based on heuristics the first time the data is read. + * Bug fixes. Changes from 1.6.0 to 1.6.1: