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.8.5-473-g19e56


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-473-g19e56b3
Date: Mon, 15 Feb 2016 18:48:13 +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  19e56b3221e1008ad4cd374c2e8fc925da8ba1a7 (commit)
       via  ca4012bcf0f8790ceb8539b55bbc296d0802d5d7 (commit)
      from  9bf0d33865adacfbe633f9e2e6f206d1715b8e60 (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 19e56b3221e1008ad4cd374c2e8fc925da8ba1a7
Author: Friedrich Beckmann <address@hidden>
Date:   Mon Feb 15 19:40:22 2016 +0100

    histogram - changed bin range computation
    
    The bin range computation for the histogram showed bin limits at 4.999999
    when 5.0 was expected. Added values with value 5.0 were therefore added
    to the following bin. With this change the bin limits do not show the
    rounding error. At least I could not reproduce the error that showed
    up when using the routing from gsl_histogram_set_ranges_uniform.

commit ca4012bcf0f8790ceb8539b55bbc296d0802d5d7
Author: Friedrich Beckmann <address@hidden>
Date:   Mon Feb 15 19:26:43 2016 +0100

    histogram - fixed missing cases which have the maximum value
    
    The histogram uses gsl_histogram routines which exclude values from
    the last bin when the value is exactly the maximum value, i.e. the upper
    value of the last bin. This results in excluded cases in the histogram.
    
    This fixes bug #47139: https://savannah.gnu.org/bugs/?47139

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

Summary of changes:
 src/math/histogram.c |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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