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-112-g5e32


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-112-g5e328ed
Date: Fri, 12 May 2017 12:46:01 -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  5e328ed3392221e6c201a60e6d4e6638fe7f32de (commit)
       via  eff2701d5d282bfc0c1b52bd2af985705b11b307 (commit)
       via  e75e64e8deb02f7f48b00e3475704ac07e31a978 (commit)
       via  91dc3fe3d4ae4e0f9dee5adb11dd0d7c4b78c515 (commit)
       via  edd5c738dfef01c90d02e06a33b93fc9d38320b8 (commit)
      from  14e65c1dacdf2cc41d308cab8d408d8de26fc1c7 (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 5e328ed3392221e6c201a60e6d4e6638fe7f32de
Author: John Darrington <address@hidden>
Date:   Fri May 12 17:03:06 2017 +0200

    Fixed bug which caused a crash in GET DATA

commit eff2701d5d282bfc0c1b52bd2af985705b11b307
Author: John Darrington <address@hidden>
Date:   Fri May 12 12:25:55 2017 +0200

    MEANS: Prevent parser from entering infinite loop.
    
    Fixes bug #51008
    .

commit e75e64e8deb02f7f48b00e3475704ac07e31a978
Author: John Darrington <address@hidden>
Date:   Fri May 12 11:35:09 2017 +0200

    src/math/linreg.c: Don't calculate the intercept for regression through the 
origin

commit 91dc3fe3d4ae4e0f9dee5adb11dd0d7c4b78c515
Author: John Darrington <address@hidden>
Date:   Fri May 12 08:36:56 2017 +0200

    src/math/linreg.c: Encapsulate this object better.

commit edd5c738dfef01c90d02e06a33b93fc9d38320b8
Author: John Darrington <address@hidden>
Date:   Fri May 12 07:42:55 2017 +0200

    REGRESSION: Implement /ORIGIN subcommand.

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

Summary of changes:
 NEWS                                   |   3 +
 doc/regression.texi                    |   8 +
 src/language/data-io/get-data.c        |   8 +-
 src/language/stats/correlations.c      |   3 +-
 src/language/stats/factor.c            |   2 +-
 src/language/stats/glm.c               |   2 +-
 src/language/stats/means.c             |  28 ++--
 src/language/stats/oneway.c            |   2 +-
 src/language/stats/regression.c        | 105 +++++++------
 src/math/covariance.c                  |  68 +++++----
 src/math/covariance.h                  |   4 +-
 src/math/linreg.c                      | 269 +++++++++++++++++++++++----------
 src/math/linreg.h                      | 166 +++++---------------
 tests/language/data-io/get-data-txt.at |  21 +++
 tests/language/stats/means.at          |  24 ++-
 tests/language/stats/regression.at     |  57 +++++++
 16 files changed, 456 insertions(+), 314 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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