[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2339-g2c04
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2339-g2c043e1 |
Date: |
Sat, 14 Jan 2012 12:41:30 +0000 |
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 2c043e1bf0d36ae7b3900bf3c2b98196f67d5b7d (commit)
via a1f410c3ad34e83d60eb8c038946d8a0c72ce0d3 (commit)
via c2dbc834863c3088991bc2f6f6e32c595e7f1079 (commit)
via 970789e054086189cb8d83b8c80f6c10318bbeef (commit)
from 759c65a59048de2b9d2ab35cf817fcce52d236f3 (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 2c043e1bf0d36ae7b3900bf3c2b98196f67d5b7d
Author: John Darrington <address@hidden>
Date: Sat Jan 14 13:40:35 2012 +0100
MEANS: remove arguments to callbacks which were always unused
commit a1f410c3ad34e83d60eb8c038946d8a0c72ce0d3
Author: John Darrington <address@hidden>
Date: Sat Jan 14 13:21:55 2012 +0100
Fix warnings
commit c2dbc834863c3088991bc2f6f6e32c595e7f1079
Author: John Darrington <address@hidden>
Date: Sat Jan 14 13:01:12 2012 +0100
MEANS: This command is IMO now stable enough to be used. Adding to
command.def
Also added some tests.
commit 970789e054086189cb8d83b8c80f6c10318bbeef
Author: John Darrington <address@hidden>
Date: Sat Jan 14 12:54:51 2012 +0100
Categoricals cleanup: New structure 'payload' which reduces the
number of arguments to categoricals_create
-----------------------------------------------------------------------
Summary of changes:
src/language/command.def | 2 +-
src/language/stats/glm.c | 5 +-
src/language/stats/means.c | 988 ++++++++++++++++++++++++++++++++++++-----
src/language/stats/oneway.c | 33 +-
src/math/categoricals.c | 88 +++--
src/math/categoricals.h | 33 +-
src/math/interaction.c | 4 +-
tests/automake.mk | 1 +
tests/language/stats/means.at | 265 +++++++++++
9 files changed, 1233 insertions(+), 186 deletions(-)
create mode 100644 tests/language/stats/means.at
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2339-g2c043e1,
John Darrington <=