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.4.1-476-g4f69e


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-476-g4f69eb6
Date: Fri, 3 Sep 2021 01:17:14 -0400 (EDT)

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  4f69eb6fd58cbcd46e1f9700e9e4239e6afaf541 (commit)
      from  2c4b104df57f2e8b5ed2afa50819294aaac4aa6c (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 4f69eb6fd58cbcd46e1f9700e9e4239e6afaf541
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Thu Sep 2 22:15:53 2021 -0700

    MATRIX DATA: Fully implement.
    
    This command had a partial implementation for correlation matrices that
    left out some of the language features.  This commit adds those features.

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

Summary of changes:
 NEWS                                  |    2 +
 doc/automake.mk                       |    1 +
 doc/data-io.texi                      |  155 ----
 doc/matrices.texi                     |  574 +++++++++++++
 doc/pspp.texi                         |    2 +
 src/language/command.def              |    3 +-
 src/language/data-io/matrix-data.c    | 1479 ++++++++++++++++++++++-----------
 src/language/data-io/matrix-reader.c  |  289 +++++--
 src/language/data-io/matrix-reader.h  |   13 +-
 src/language/stats/factor.c           |    6 +-
 src/math/covariance.c                 |    2 +-
 src/math/covariance.h                 |    2 +-
 tests/language/data-io/matrix-data.at | 1029 +++++++++++++++++++----
 13 files changed, 2672 insertions(+), 885 deletions(-)
 create mode 100644 doc/matrices.texi


hooks/post-receive
-- 
GNU PSPP



reply via email to

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