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. v0.10.2-101-ga893


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-101-ga893ad1
Date: Wed, 10 May 2017 11:21:48 -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  a893ad180353823f3e123cd268d98026e5a31ed7 (commit)
       via  cc62e6937ff0410a356682b5757cf99788faa888 (commit)
       via  2e25423f795545ca2bb69edede7ab73c24a89dc8 (commit)
       via  fe55889f4dbca132c99c17fcaf9604acd2a26593 (commit)
       via  176149693e28d1f1e0279f931b1d25e95742b688 (commit)
       via  a9ea9305a20963994fd26debd866720c019ba0d5 (commit)
      from  f819a0449144892d3a4089afda287e30acb9eeb1 (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 a893ad180353823f3e123cd268d98026e5a31ed7
Author: John Darrington <address@hidden>
Date:   Wed May 10 16:43:39 2017 +0200

    Fix memory leaks in FACTOR/MATRIX

commit cc62e6937ff0410a356682b5757cf99788faa888
Author: John Darrington <address@hidden>
Date:   Wed May 10 12:59:11 2017 +0200

    Remove unused variable

commit 2e25423f795545ca2bb69edede7ab73c24a89dc8
Author: John Darrington <address@hidden>
Date:   Wed May 10 12:48:17 2017 +0200

    FACTOR: Use consistent indexing when displaying matrices.
    
    In any sane use case this will make no difference, since
    all covariance and correlation matrices are symetrical.
    However for correctness and ease of debugging this helps.

commit fe55889f4dbca132c99c17fcaf9604acd2a26593
Author: John Darrington <address@hidden>
Date:   Wed May 10 12:41:40 2017 +0200

    matrix reader: Fix bug which incorrectly read in matrix material.

commit 176149693e28d1f1e0279f931b1d25e95742b688
Author: John Darrington <address@hidden>
Date:   Wed May 10 10:50:12 2017 +0200

    MATRIX DATA: Allow non-symetric matrices if /FORMAT = FULL.

commit a9ea9305a20963994fd26debd866720c019ba0d5
Author: John Darrington <address@hidden>
Date:   Wed May 10 07:54:02 2017 +0200

    Matrix reader, fix comment to reflect reality.

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

Summary of changes:
 src/language/data-io/matrix-data.c    |  8 +--
 src/language/data-io/matrix-reader.c  | 92 +++++++++++++++++++++++----------
 src/language/stats/factor.c           | 18 +++----
 tests/language/data-io/matrix-data.at | 51 ++++++++++++++++++
 tests/language/stats/factor.at        | 97 +++++++++++++++++++++++++++++++++++
 5 files changed, 228 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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