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-2707-g4a18bb7
Date: Mon, 26 Mar 2018 00:26:58 -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  4a18bb7525f80cf6259bb50b0d1bc72abcfeb138 (commit)
      from  d1950a8b45ed0bee05f7c0632fd0f14435e93840 (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 4a18bb7525f80cf6259bb50b0d1bc72abcfeb138
Author: Patrick Alken <address@hidden>
Date:   Sun Mar 25 22:26:36 2018 -0600

    added gsl_stats_Sn_from_sorted_data + docs

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

Summary of changes:
 NEWS                                    |   2 +
 doc/statistics.rst                      |  27 ++++
 movstat/test_scaleSn.c                  |   8 +-
 statistics/Makefile.am                  |   4 +-
 statistics/gsl_statistics_char.h        |   2 +
 statistics/gsl_statistics_double.h      |   2 +
 statistics/gsl_statistics_float.h       |   2 +
 statistics/gsl_statistics_int.h         |   2 +
 statistics/gsl_statistics_long.h        |   2 +
 statistics/gsl_statistics_long_double.h |   2 +
 statistics/gsl_statistics_short.h       |   2 +
 statistics/gsl_statistics_uchar.h       |   2 +
 statistics/gsl_statistics_uint.h        |   2 +
 statistics/gsl_statistics_ulong.h       |   2 +
 statistics/gsl_statistics_ushort.h      |   2 +
 statistics/{skew.c => sn.c}             |  25 ++--
 statistics/sn_source.c                  | 237 ++++++++++++++++++++++++++++++++
 statistics/test_float_source.c          |  16 +++
 statistics/test_int.c                   | 228 ------------------------------
 statistics/test_int_source.c            |  18 +++
 20 files changed, 344 insertions(+), 243 deletions(-)
 copy statistics/{skew.c => sn.c} (77%)
 create mode 100644 statistics/sn_source.c
 delete mode 100644 statistics/test_int.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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