[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-2176-g2f15
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2176-g2f15c0f |
Date: |
Tue, 26 Jul 2011 10:38:38 +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 2f15c0fb5c0c325c4ffa13240be41e533a82329d (commit)
via 111a0feadc4db60a4ed413724706a954cbd9e105 (commit)
via f3408792db9da928bd616d588851a85d81f7570e (commit)
via b2be34cda6c4adf4cf396bf1805059eb6ed13646 (commit)
via d725a9fcccd8c826cda4278294419024d04efc90 (commit)
via 98780edcc33b536d75b5ce3a55b8f2d1a363d99c (commit)
via 15aae7ade3a0835939d28d78f20ed1eb85500d86 (commit)
via d18270eb353b0f8ed23814be18f1de69c4001262 (commit)
via dc32b2366bbb293a81b57a9a19285188db28c881 (commit)
via 40b3d65ffb7a812d1c27e965d87378b0dbf5359b (commit)
via 13a15a585b06cb5be411fdc48dba946079d5a437 (commit)
via a3dd22c0ed3bcf0d3cf5cf3e009c215eeb35b567 (commit)
via 9067e08a4cbccfef01305ce66d4295905bbd78c4 (commit)
via b609b8bb1f90ef0e98fde74c0c58187456c2f877 (commit)
via 96c27d81b9e1161537ce3591c25cb38ae9b6698e (commit)
via 207ea79ecdd7500ec0ecaf3d7a79488ba78ca560 (commit)
via 76e1b0aef6b1cc3b911c4833565109eaa424f9a5 (commit)
via 3a82e941418b74d8f270cf164291a3938fff61d5 (commit)
via aff9a24395db38ed772be3c3d15cfed0f3b4914b (commit)
via e3fa2fade9820dcb3c7ee3883839f8848d248559 (commit)
via df4eeb7d759173fa12eddd067d799e9db9b6bb48 (commit)
from b0a85a90ec68578d775a8cf5161c8e3ad9d35241 (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 2f15c0fb5c0c325c4ffa13240be41e533a82329d
Author: John Darrington <address@hidden>
Date: Sun Jul 24 11:11:20 2011 +0200
Fix memory leak
commit 111a0feadc4db60a4ed413724706a954cbd9e105
Author: John Darrington <address@hidden>
Date: Sat Jul 23 13:39:33 2011 +0200
glm.c: new function design_full to create default interactions
commit f3408792db9da928bd616d588851a85d81f7570e
Author: John Darrington <address@hidden>
Date: Fri Jul 22 19:35:43 2011 +0200
Fixed crash when interactions have no instances
commit b2be34cda6c4adf4cf396bf1805059eb6ed13646
Author: John Darrington <address@hidden>
Date: Fri Jul 22 19:01:05 2011 +0200
Constness
commit d725a9fcccd8c826cda4278294419024d04efc90
Author: John Darrington <address@hidden>
Date: Fri Jul 22 15:39:36 2011 +0200
Made GLM as well as ONEWAY work
commit 98780edcc33b536d75b5ce3a55b8f2d1a363d99c
Author: John Darrington <address@hidden>
Date: Fri Jul 22 15:03:10 2011 +0200
Move call to categoricals_done earlier in the covariance code
commit 15aae7ade3a0835939d28d78f20ed1eb85500d86
Author: John Darrington <address@hidden>
Date: Fri Jul 15 12:34:51 2011 +0200
Constness
commit d18270eb353b0f8ed23814be18f1de69c4001262
Author: John Darrington <address@hidden>
Date: Thu Jul 14 23:43:11 2011 +0200
Extended the glm command to accept interactions. Unfortunately the ssqs
are wrong
commit dc32b2366bbb293a81b57a9a19285188db28c881
Author: John Darrington <address@hidden>
Date: Tue Jul 12 11:29:35 2011 +0200
categoricals.c: Fixed part of the dump function
commit 40b3d65ffb7a812d1c27e965d87378b0dbf5359b
Author: John Darrington <address@hidden>
Date: Tue Jul 12 11:09:46 2011 +0200
categoricals.c: Rename var_params to interact_params
commit 13a15a585b06cb5be411fdc48dba946079d5a437
Author: John Darrington <address@hidden>
Date: Mon Jul 11 17:38:22 2011 +0200
Remove unused function
commit a3dd22c0ed3bcf0d3cf5cf3e009c215eeb35b567
Author: John Darrington <address@hidden>
Date: Mon Jul 11 16:47:18 2011 +0200
Fix ssq for interactions
commit 9067e08a4cbccfef01305ce66d4295905bbd78c4
Author: John Darrington <address@hidden>
Date: Mon Jul 11 08:58:46 2011 +0200
GLM: get_ssq: replace hardcoded 1 with cmd->n_dep_vars
commit b609b8bb1f90ef0e98fde74c0c58187456c2f877
Author: John Darrington <address@hidden>
Date: Thu Jul 7 12:25:48 2011 +0200
GLM: remove design_vars which are now superseeded by interactions
commit 96c27d81b9e1161537ce3591c25cb38ae9b6698e
Author: John Darrington <address@hidden>
Date: Thu Jul 7 12:14:29 2011 +0200
GLM: Fix memory leaks
commit 207ea79ecdd7500ec0ecaf3d7a79488ba78ca560
Author: John Darrington <address@hidden>
Date: Thu Jul 7 11:39:21 2011 +0200
Categoricals: remove var member which is no longer required
commit 76e1b0aef6b1cc3b911c4833565109eaa424f9a5
Author: John Darrington <address@hidden>
Date: Wed Jul 6 20:56:42 2011 +0200
Categoricals: Replace single value by a case, so that interactions can be
supported
commit 3a82e941418b74d8f270cf164291a3938fff61d5
Author: John Darrington <address@hidden>
Date: Wed Jul 6 17:54:32 2011 +0200
Change interaction functions to use cases rather than value arrays
commit aff9a24395db38ed772be3c3d15cfed0f3b4914b
Author: John Darrington <address@hidden>
Date: Tue Jul 5 19:45:31 2011 +0200
Categoricals to take interactions instead of variables.
This change alters the API of categoricals_create, so as to
accept an array of interactions instead of an array of variables.
Currently, however only interactions which contain exactly one
variable will run correctly.
commit e3fa2fade9820dcb3c7ee3883839f8848d248559
Author: John Darrington <address@hidden>
Date: Tue Jul 5 15:14:18 2011 +0200
GLM: Rewrite interactions module and update glm.c to use it in some places
commit df4eeb7d759173fa12eddd067d799e9db9b6bb48
Author: John Darrington <address@hidden>
Date: Mon Jul 4 17:03:26 2011 +0200
GLM: Prepare the lexer to accept nested variables
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/glm.c | 203 ++++++++++++-----
src/language/stats/oneway.c | 41 ++--
src/math/categoricals.c | 508 ++++++++++++++++++++++++++++---------------
src/math/categoricals.h | 14 +-
src/math/covariance.c | 31 +--
src/math/covariance.h | 3 +-
src/math/interaction.c | 319 +++++++++------------------
src/math/interaction.h | 58 +++--
8 files changed, 652 insertions(+), 525 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2176-g2f15c0f,
John Darrington <=