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-2718-g946a0b8
Date: Tue, 3 Apr 2018 23:33:28 -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  946a0b80799bcf162c503344d255c6a47001cc03 (commit)
      from  48aea3e43946d4ac7c98a42f692c6211d040efbe (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 946a0b80799bcf162c503344d255c6a47001cc03
Author: Patrick Alken <address@hidden>
Date:   Tue Apr 3 21:33:02 2018 -0600

    convert minmaxacc to mmacc and add mmacc_delete function

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

Summary of changes:
 doc/movstat.rst          |  80 ----------------
 movstat/Makefile.am      |   2 +-
 movstat/alloc.c          |  12 +--
 movstat/deque.c          |  48 +++++++---
 movstat/gsl_movstat.h    |  28 +-----
 movstat/minmaxacc.c      | 239 -----------------------------------------------
 movstat/mmacc.c          | 220 +++++++++++++++++++++++++++++++++++++++++++
 movstat/movmean.c        |   2 +-
 movstat/movminmax.c      |  96 +++++++++++--------
 movstat/movstat_common.c |  10 +-
 movstat/movvariance.c    |   4 +-
 movstat/mvacc.c          |   7 +-
 movstat/ringbuf.c        |  32 +++++--
 movstat/sumacc.c         |   5 +-
 movstat/test.c           |   6 +-
 movstat/test_mean.c      |  44 +--------
 movstat/test_medacc.c    |  76 ---------------
 movstat/test_median.c    |  53 ++---------
 movstat/test_minmax.c    | 152 +++++++++++++++++++++---------
 movstat/test_minmaxacc.c |  78 ----------------
 movstat/test_sum.c       |  43 +--------
 movstat/test_variance.c  |  86 ++---------------
 22 files changed, 484 insertions(+), 839 deletions(-)
 delete mode 100644 movstat/minmaxacc.c
 create mode 100644 movstat/mmacc.c
 delete mode 100644 movstat/test_medacc.c
 delete mode 100644 movstat/test_minmaxacc.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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