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.6.0-57-g5f8dc7


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.0-57-g5f8dc7c
Date: Mon, 15 Sep 2008 10:05:57 +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  5f8dc7ca9962b212d623566e287b0f1d365f6398 (commit)
       via  6fb519761f5f942e598cfd8570c52594c9456ba3 (commit)
       via  d458c186c5395d900e9b3bc022abe4533fcc62df (commit)
       via  6b6bf4e34558b2854222a1cd3c507c025ff38fde (commit)
       via  8e0b8a1517ede1662d735f08b7c573f23bd41c2c (commit)
       via  dcdf58a8089283c5eee2ea642e03dfacc60543e5 (commit)
       via  0c60dc4c665721688d9b09d1f1f145f9cd5a1f9f (commit)
       via  629653fda7748c144c7d060421a2c95a593ef603 (commit)
       via  2287a5970f043d5e18ebaf0013d0a2968c6f6051 (commit)
       via  c400888ac9d64228138f69b473afb0083c6ca37c (commit)
       via  d7c0f3aae79a66ccba9d0f23f357a2249a0e9b0a (commit)
       via  ea290cd057ea5eaf6e42bd7f4a66dba481413c6a (commit)
       via  bb611ecc6f1c33a0a7c691785927c545d18696f6 (commit)
      from  96b31e17b2c336995db448531ab7f86f57319b5f (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 5f8dc7ca9962b212d623566e287b0f1d365f6398
Merge: 6fb519761f5f942e598cfd8570c52594c9456ba3 
96b31e17b2c336995db448531ab7f86f57319b5f
Author: John Darrington <address@hidden>
Date:   Mon Sep 15 18:05:04 2008 +0800

    Merge branch 'master' of ssh://address@hidden/srv/git/pspp
    
    Conflicts:
    
        po/en_GB.po

commit 6fb519761f5f942e598cfd8570c52594c9456ba3
Author: John Darrington <address@hidden(none)>
Date:   Mon Sep 15 11:42:43 2008 +0800

    Added some error checking to casereader_create_append_rank
    
    Thanks to Ben Pfaff for this suggestion.

commit d458c186c5395d900e9b3bc022abe4533fcc62df
Author: John Darrington <address@hidden(none)>
Date:   Mon Sep 15 11:17:52 2008 +0800

    Use pow2 function instead of SQR macro.
    
    Thanks to Ben Pfaff for this suggestion.

commit 6b6bf4e34558b2854222a1cd3c507c025ff38fde
Author: John Darrington <address@hidden>
Date:   Sat Sep 13 12:20:39 2008 +0800

    Added src/math/statistic.h to dist files.

commit 8e0b8a1517ede1662d735f08b7c573f23bd41c2c
Author: John Darrington <address@hidden>
Date:   Sat Sep 13 08:57:20 2008 +0800

    Added README to distributed files

commit dcdf58a8089283c5eee2ea642e03dfacc60543e5
Author: John Darrington <address@hidden(none)>
Date:   Sat Sep 13 08:47:28 2008 +0800

    Added new casetranslator for appending ranks.
    
    New function casereader_create_append_rank, which
    returns a translating casereader which appends the
    rank of the variable upon which the casereader is
    sorted.

commit 0c60dc4c665721688d9b09d1f1f145f9cd5a1f9f
Author: John Darrington <address@hidden(none)>
Date:   Sat Sep 13 08:37:08 2008 +0800

    New function: var_create_internal.
    
    Added a new function for creating "internal" variables.
    Ie, those which don't appear in any dictionary, and
    are for the purposes of internal calculations.

commit 629653fda7748c144c7d060421a2c95a593ef603
Author: John Darrington <address@hidden>
Date:   Sat Sep 13 07:31:40 2008 +0800

    Downgraded mismatched gtk warning.
    
    Changed the notice about mismatched gtk version from g_critical
    to g_warning, since usually it's not particularly serious.

commit 2287a5970f043d5e18ebaf0013d0a2968c6f6051
Author: John Darrington <address@hidden>
Date:   Sat Sep 13 07:17:28 2008 +0800

    Implemented the reliability command.
    
    Added a cut down version of the reliability command.
    This version supports calculation of the Cronbach alpha
    statistic.  Closes bug #24021

commit c400888ac9d64228138f69b473afb0083c6ca37c
Author: John Darrington <address@hidden>
Date:   Sun Aug 31 14:41:25 2008 +0800

    Add n_missing argument to casereader_create_filter_missing
    
    Add a new argument to casereader_create_filter_missing, which,
    if non-null, receives the number of cases filtered out by the
    new reader.  Update all callers of this function.

commit d7c0f3aae79a66ccba9d0f23f357a2249a0e9b0a
Author: John Darrington <address@hidden>
Date:   Sun Aug 24 13:22:02 2008 +0800

    Fixed some issues calculating percentiles when missing values are involved.
    
    Added an extra argument to order_stats_accumulate, to indicate which classes
    of missing values should be excluded.  Added an internal cumulative weight
    counter, to ensure that the declared total weight agrees with that which is
    encountered.

commit ea290cd057ea5eaf6e42bd7f4a66dba481413c6a
Author: John Darrington <address@hidden>
Date:   Sun Aug 24 13:02:18 2008 +0800

    Fixed some breakage in comment lines.

commit bb611ecc6f1c33a0a7c691785927c545d18696f6
Author: John Darrington <address@hidden>
Date:   Sat Aug 23 14:08:28 2008 +0800

    Rewrote the EXAMINE command.
    
    Made use of the new casegrouper construct instead of relying on hashes.
    Rewrote the percentiles calculations so as not to require dynamically
    allocating memory for all the data. Encapsulated many of the other 
statistics'
    calculations, so as to have similar interfaces.

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

Summary of changes:
 doc/statistics.texi              |   48 +++
 lib/gtksheet/automake.mk         |    3 +-
 src/data/casereader-filter.c     |    5 +-
 src/data/casereader-translator.c |  158 ++++++++-
 src/data/casereader.h            |   17 +
 src/data/variable.c              |   23 +-
 src/data/variable.h              |    2 +
 src/language/command.def         |    2 +-
 src/language/stats/automake.mk   |    1 +
 src/language/stats/reliability.q |  809 ++++++++++++++++++++++++++++++++++++++
 src/math/automake.mk             |   20 +-
 src/ui/gui/main.c                |    2 +-
 tests/automake.mk                |    1 +
 tests/command/reliability.sh     |  345 ++++++++++++++++
 14 files changed, 1417 insertions(+), 19 deletions(-)
 create mode 100644 src/language/stats/reliability.q
 create mode 100755 tests/command/reliability.sh


hooks/post-receive
--
GNU PSPP




reply via email to

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