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.1-1148-gbf95


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1148-gbf95c2f
Date: Sun, 14 Mar 2010 06:28:15 +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  bf95c2fab488592f0a4ebc7c69ac0af578c7a58f (commit)
       via  4f1824e67832a060c2884ab1fa862e7094ee995b (commit)
       via  f229deb221f9de45a7368070e188c53eba0662b9 (commit)
      from  a857d9573897b2aa372824ff5323b14b84207142 (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 bf95c2fab488592f0a4ebc7c69ac0af578c7a58f
Author: Ben Pfaff <address@hidden>
Date:   Sat Mar 13 22:08:30 2010 -0800

    gui: Add charts, additional formatting feature to FREQUENCIES dialog.
    
    Partial fix for bug #27832 "Wishlist: graphic output in GUI".

commit 4f1824e67832a060c2884ab1fa862e7094ee995b
Author: Ben Pfaff <address@hidden>
Date:   Sat Mar 13 21:44:30 2010 -0800

    tests: Integrate FREQUENCIES tests into Autotest testsuite.

commit f229deb221f9de45a7368070e188c53eba0662b9
Author: Ben Pfaff <address@hidden>
Date:   Sat Mar 13 21:53:05 2010 -0800

    FREQUENCIES: Modernize syntax and improve chart support.
    
    The FREQUENCIES syntax was carrying a lot of baggage from old versions
    that is no longer mentioned in the SPSS syntax reference.  This commit
    removes support for those obsolete features.
    
    The implementation only supported a single chart at a time.  Now it
    supports pie charts and histograms in a single command.  The MIN and
    MAX format options are now implemented, as are the MISSING/NOMISSING
    options for pie charts.  (The FREQ/PERCENT options are still not
    implemented.)
    
    Also update documentation to match.

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

Summary of changes:
 doc/statistics.texi                   |   51 +---
 src/language/stats/frequencies.q      |  488 +++++++++++-------------------
 src/ui/gui/frequencies-dialog.c       |  321 ++++++++++++++++----
 src/ui/gui/frequencies.ui             |  544 ++++++++++++++++++++++++++-------
 tests/automake.mk                     |   10 +-
 tests/bugs/alpha-freq.sh              |   80 -----
 tests/bugs/double-frequency.sh        |   84 -----
 tests/bugs/freq-nolabels.sh           |   85 -----
 tests/bugs/html-frequency.sh          |   84 -----
 tests/bugs/piechart.sh                |   92 ------
 tests/bugs/temp-freq.sh               |  112 -------
 tests/command/weight.sh               |  111 ++++----
 tests/language/stats/frequencies.at   |  464 ++++++++++++++++++++++++++++
 tests/stats/ntiles.sh                 |  117 -------
 tests/stats/percentiles-compatible.sh |  113 -------
 tests/stats/percentiles-enhanced.sh   |    4 +
 tests/testsuite.at                    |    1 +
 17 files changed, 1409 insertions(+), 1352 deletions(-)
 delete mode 100755 tests/bugs/alpha-freq.sh
 delete mode 100755 tests/bugs/double-frequency.sh
 delete mode 100755 tests/bugs/freq-nolabels.sh
 delete mode 100755 tests/bugs/html-frequency.sh
 delete mode 100755 tests/bugs/piechart.sh
 delete mode 100755 tests/bugs/temp-freq.sh
 create mode 100644 tests/language/stats/frequencies.at
 delete mode 100755 tests/stats/ntiles.sh
 delete mode 100755 tests/stats/percentiles-compatible.sh


hooks/post-receive
-- 
GNU PSPP




reply via email to

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