gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2721-gda56ed8
Date: Thu, 5 Apr 2018 13:49:17 -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 Scientific Library".

The branch, movstat has been updated
       via  da56ed808c3cecce827b31368b7e240d99d3bf9a (commit)
      from  03061a08b5ffd18c53b00b26de53a7cb41cfee92 (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 da56ed808c3cecce827b31368b7e240d99d3bf9a
Author: Patrick Alken <address@hidden>
Date:   Thu Apr 5 11:49:02 2018 -0600

    add gsl_stats_median() and gsl_stats_select()

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

Summary of changes:
 NEWS                                    |   2 +
 doc/statistics.rst                      |  31 ++++++++-
 statistics/Makefile.am                  |   4 +-
 statistics/gsl_statistics_char.h        |   3 +
 statistics/gsl_statistics_double.h      |   3 +
 statistics/gsl_statistics_float.h       |   3 +
 statistics/gsl_statistics_int.h         |   3 +
 statistics/gsl_statistics_long.h        |   3 +
 statistics/gsl_statistics_long_double.h |   3 +
 statistics/gsl_statistics_short.h       |   3 +
 statistics/gsl_statistics_uchar.h       |   3 +
 statistics/gsl_statistics_uint.h        |   3 +
 statistics/gsl_statistics_ulong.h       |   3 +
 statistics/gsl_statistics_ushort.h      |   3 +
 statistics/median_source.c              |  23 +++++++
 statistics/{Qn.c => select.c}           |  24 +++----
 statistics/select_source.c              | 112 ++++++++++++++++++++++++++++++++
 statistics/test_float_source.c          |  52 +++++++++++++++
 statistics/test_int_source.c            |  54 +++++++++++++++
 statistics/test_robust.c                |  30 +++++++++
 20 files changed, 349 insertions(+), 16 deletions(-)
 copy statistics/{Qn.c => select.c} (77%)
 create mode 100644 statistics/select_source.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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