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-2709-gffb0d1a
Date: Wed, 28 Mar 2018 12:56:34 -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  ffb0d1a5e0e6394d830f9e613f4dd2aa4f70ab24 (commit)
      from  36172141f094fcfd80b12b34159e7a4a2d0f5054 (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 ffb0d1a5e0e6394d830f9e613f4dd2aa4f70ab24
Author: Patrick Alken <address@hidden>
Date:   Wed Mar 28 10:56:02 2018 -0600

    add gsl_stats_Qn_from_sorted_data()

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

Summary of changes:
 NEWS                                    |   2 +-
 movstat/test_scaleSn.c                  |   2 +-
 statistics/Makefile.am                  |   4 +-
 statistics/{sn.c => Qn.c}               |  22 +-
 statistics/Qn_source.c                  | 377 ++++++++++++++++++++++++++++++++
 statistics/{sn.c => Sn.c}               |  22 +-
 statistics/{sn_source.c => Sn_source.c} |   2 +-
 statistics/gsl_statistics_char.h        |   4 +
 statistics/gsl_statistics_double.h      |   4 +
 statistics/gsl_statistics_float.h       |   4 +
 statistics/gsl_statistics_int.h         |   4 +
 statistics/gsl_statistics_long.h        |   4 +
 statistics/gsl_statistics_long_double.h |   4 +
 statistics/gsl_statistics_short.h       |   4 +
 statistics/gsl_statistics_uchar.h       |   4 +
 statistics/gsl_statistics_uint.h        |   4 +
 statistics/gsl_statistics_ulong.h       |   4 +
 statistics/gsl_statistics_ushort.h      |   4 +
 statistics/test_float_source.c          |  20 ++
 statistics/test_robust.c                |  67 ++++++
 20 files changed, 535 insertions(+), 27 deletions(-)
 copy statistics/{sn.c => Qn.c} (81%)
 create mode 100644 statistics/Qn_source.c
 rename statistics/{sn.c => Sn.c} (81%)
 rename statistics/{sn_source.c => Sn_source.c} (99%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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