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-116-gf4aa4


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-116-gf4aa41e35
Date: Sun, 20 Nov 2022 12:03:30 -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  f4aa41e356cfddfac22add29193d6e2e43259c93 (commit)
       via  9666b94fcb0fe0230371d85a951ed18d1a34d538 (commit)
      from  90c4bf1a71147482ac2225f899ca1261d14305c1 (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 f4aa41e356cfddfac22add29193d6e2e43259c93
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Nov 20 09:02:00 2022 -0800

    Disentangle the interaction parser from the variable parser.
    
    Both GLM and LOGISTIC REGRESSION used the interaction parser, but only GLM
    used it to parse interactions in the full sense.  LOGISTIC REGRESSION was
    just parsing a list of variables and then creating interactions from them.
    This commit moves the interaction parser from variable-parser into GLM and
    adds new code to LOGISTIC REGRESSION that satisfies its needs.

commit 9666b94fcb0fe0230371d85a951ed18d1a34d538
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Nov 19 18:57:53 2022 -0800

    GLM: Improve error messages and coding style.

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

Summary of changes:
 src/language/lexer/variable-parser.c |  60 +-------
 src/language/lexer/variable-parser.h |  12 --
 src/language/stats/glm.c             | 271 +++++++++++++++++------------------
 src/language/stats/logistic.c        |  20 +--
 4 files changed, 146 insertions(+), 217 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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