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-39-gb65cf0


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.0-39-gb65cf05
Date: Thu, 04 Sep 2008 12:30:59 +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  b65cf0519aa1db140d30c878978f29b1e23c9cd0 (commit)
       via  085d4563d8d5adfb3a2552d6ab1959c3fcacaee0 (commit)
       via  2acfe799af1fd4504ee1278e0b8864ace451688a (commit)
       via  dca2f6d80dcb53dd1a12c675118d4b7e0716b292 (commit)
      from  371a340b7b71f9dcd87b8df1cca265d256a471af (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 b65cf0519aa1db140d30c878978f29b1e23c9cd0
Author: John Darrington <address@hidden>
Date:   Thu Sep 4 20:28:45 2008 +0800

    Add casereader_create_append_numeric function.
    
    This change provides a new casereader translator which
    appends a numeric value to casereader; the value to be
    determined by a user supplied function.

commit 085d4563d8d5adfb3a2552d6ab1959c3fcacaee0
Author: John Darrington <address@hidden>
Date:   Thu Sep 4 20:08:52 2008 +0800

    Added a n_missing parameter to casereader_create_filter_missing.
    
    Also update all callers.  Thanks to Ben for reviewing this patch.

commit 2acfe799af1fd4504ee1278e0b8864ace451688a
Author: John Darrington <address@hidden>
Date:   Thu Sep 4 19:57:06 2008 +0800

    Complete re-implementation of the EXAMINE command.
    
    The implementation now avoids storing large amounts of data on the
    heap.  Instead it uses the casereader functionality and
    the casegrouper structure instead of hashes to store group data.
    Added documentation for the /ID subcommand which was missing.
    
    Better encapsulated the calculation of boxplot data, extreme
    values, histograms, NP plots and percentiles and others. Made
    the start of a common base interface for statistic calculations.
    Also updated the frequencies code to fit new interfaces.
    
    Added a test for bug #23852

commit dca2f6d80dcb53dd1a12c675118d4b7e0716b292
Author: John Darrington <address@hidden>
Date:   Thu Sep 4 19:25:38 2008 +0800

    Renumber development branch (master) to 0.7.0

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

Summary of changes:
 configure.ac                      |    2 +-
 doc/statistics.texi               |    8 +-
 po/en_GB.po                       |  193 ++--
 src/data/casereader-filter.c      |   14 +-
 src/data/casereader-translator.c  |  110 +-
 src/data/casereader.h             |    9 +
 src/data/casewriter.c             |   12 +-
 src/language/stats/chisquare.c    |    6 +-
 src/language/stats/examine.q      | 2885 ++++++++++++++++++-------------------
 src/language/stats/frequencies.q  |   35 +-
 src/language/stats/glm.q          |    4 +-
 src/language/stats/npar-summary.c |    2 +-
 src/language/stats/npar.q         |    3 +-
 src/language/stats/oneway.q       |    4 +-
 src/language/stats/rank.q         |    2 +-
 src/language/stats/regression.q   |    4 +-
 src/language/stats/t-test.q       |    2 +-
 src/libpspp/misc.h                |   23 +-
 src/math/automake.mk              |   31 +-
 src/math/factor-stats.c           |  328 -----
 src/math/factor-stats.h           |  162 ---
 src/math/histogram.c              |   65 +-
 src/math/histogram.h              |   22 +-
 src/math/percentiles.c            |  451 ++-----
 src/math/percentiles.h            |   58 +-
 src/output/charts/box-whisker.c   |  160 +--
 src/output/charts/box-whisker.h   |   27 +-
 src/output/charts/plot-hist.c     |  175 ++-
 src/output/charts/plot-hist.h     |   26 +-
 tests/automake.mk                 |    1 +
 tests/bugs/examine-missing2.sh    |   38 +-
 tests/command/examine-extremes.sh |    4 +-
 tests/command/examine.sh          |   18 +-
 33 files changed, 2058 insertions(+), 2826 deletions(-)
 delete mode 100644 src/math/factor-stats.c
 delete mode 100644 src/math/factor-stats.h


hooks/post-receive
--
GNU PSPP




reply via email to

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