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. v1.2.0-174-ge425c


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-174-ge425c8f
Date: Sun, 5 May 2019 11:31:29 -0400 (EDT)

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  e425c8f3444e1cb6ac5c9be967bcd204c2774c77 (commit)
       via  c1279d1145ad588c0b4831df5b8ee4d802892b73 (commit)
       via  fe8ce6ca21e6a3caac4a29ae1c7bb9fe3e03e673 (commit)
       via  e9baf52ef8219c1223457d35b503dcedddee0338 (commit)
       via  3dc0bb90d8aec4d0e85c289c37a5fd03f5d46318 (commit)
      from  0b7e8882ce9bf2166c6bcc0db1334357ba5a76d4 (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 e425c8f3444e1cb6ac5c9be967bcd204c2774c77
Author: John Darrington <address@hidden>
Date:   Sun May 5 14:09:47 2019 +0200

    GRAPH (barchart): Percentages display subcategorial percentages.
    
    When calculating the values for a categorical barchart displaying
    percentages, use the sub-category totals as the denominator, rather
    than the primary totals.
    
    Fixes bug #56247

commit c1279d1145ad588c0b4831df5b8ee4d802892b73
Author: John Darrington <address@hidden>
Date:   Sun May 5 16:50:25 2019 +0200

    Dump barchart when in testing mode.
    
    This change adds a routine to barcharts to print the parameters of the
    chart to stdout when --testing is passed.

commit fe8ce6ca21e6a3caac4a29ae1c7bb9fe3e03e673
Author: John Darrington <address@hidden>
Date:   Sun May 5 16:13:56 2019 +0200

    Barchart.h: Add comment.

commit e9baf52ef8219c1223457d35b503dcedddee0338
Author: John Darrington <address@hidden>
Date:   Sun May 5 12:19:42 2019 +0200

    graph.c (run_barchart): Add assertion.
    
    We don't support multidimensional barcharts.

commit 3dc0bb90d8aec4d0e85c289c37a5fd03f5d46318
Author: John Darrington <address@hidden>
Date:   Sun May 5 12:13:40 2019 +0200

    graph.c: "freqs" --> "cells".
    
    The name "cells" is more meaningful in this context.

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

Summary of changes:
 NEWS                          |  4 ++
 src/language/stats/graph.c    | 94 ++++++++++++++++++++++++++++++++++---------
 src/output/charts/barchart.c  | 66 ++++++++++++++++++++++++++++++
 src/output/charts/barchart.h  |  3 +-
 tests/language/stats/graph.at | 88 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 233 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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