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-2726-g2e4f65f
Date: Sun, 8 Apr 2018 11:53:42 -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  2e4f65fdd970910c09a86f02647337ba0bf1f828 (commit)
      from  daaa3107cf77e713818f73be2e1d3e2a84017aa6 (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 2e4f65fdd970910c09a86f02647337ba0bf1f828
Author: Patrick Alken <address@hidden>
Date:   Sun Apr 8 09:53:19 2018 -0600

    switch to ring buffer for gsl_movstat_qqr() + tests

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

Summary of changes:
 doc/movstat.rst               |   6 ++-
 filter/gsl_filter.h           |   8 +--
 filter/impulse.c              |   3 +-
 filter/rmedian.c              |  31 +++++++----
 filter/test.c                 |   2 +-
 movstat/Makefile.am           |   1 +
 movstat/alloc.c               |   1 +
 movstat/gsl_movstat.h         |   3 +-
 movstat/medacc.c              |   6 ++-
 movstat/mmacc.c               |  12 +++--
 movstat/movQn.c               |   2 +-
 movstat/movSn.c               |   2 +-
 movstat/movmean.c             |   2 +-
 movstat/movmedian.c           |   2 +-
 movstat/movminmax.c           |  29 +++++-----
 movstat/movqqr.c              |  28 +---------
 movstat/movstat_common.c      |  20 +++----
 movstat/movsum.c              |   2 +-
 movstat/movvariance.c         |   4 +-
 movstat/mvacc.c               |  11 ++--
 movstat/qnacc.c               |   4 +-
 movstat/{snacc.c => qqracc.c} |  69 ++++++++++++------------
 movstat/snacc.c               |   4 +-
 movstat/sumacc.c              |   3 +-
 movstat/test.c                |   2 +
 movstat/test_qqr.c            | 119 ++++++++++++++++++++++++++++++++++++++++++
 26 files changed, 254 insertions(+), 122 deletions(-)
 copy movstat/{snacc.c => qqracc.c} (52%)
 create mode 100644 movstat/test_qqr.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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