pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-134-g489c7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-134-g489c75ef7
Date: Wed, 23 Nov 2022 19:40:23 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  489c75ef792b9c71448ea1f9d22fe72c84d3e0d5 (commit)
      from  2f3f4d9b20e0cde593fad4137cdc48922a38c3da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 489c75ef792b9c71448ea1f9d22fe72c84d3e0d5
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Wed Nov 23 16:39:35 2022 -0800

    CTABLES: Make EMPTY independent of other settings on CATEGORIES.
    
    Frans Houweling reported that the following two commands behave
    differently:
    
       CTABLES /TABLE=class > datum BY size
          /CATEGORIES VARIABLES=ALL EMPTY=EXCLUDE
          /CATEGORIES VARIABLES=size TOTAL=YES.
       CTABLES /TABLE=class > datum BY size
          /CATEGORIES VARIABLES=size TOTAL=YES
          /CATEGORIES VARIABLES=ALL EMPTY=EXCLUDE.
    
    There was a good reason for this, which is that CATEGORIES always changes
    all the category attributes of whatever variables are named.  That is,
    CATEGORIES VARIABLES=ALL overrides TOTAL even if EMPTY is the only
    subcommand given.  I don't know what SPSS does here, but this behavior is
    surprising enough that I wanted to change it.  This commit does that;
    afterward, both of the above commands behave the same way as the former
    command did before.

-----------------------------------------------------------------------

Summary of changes:
 src/language/stats/ctables.c    | 58 +++++++++++++++++++++++++++------------
 tests/language/stats/ctables.at | 61 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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