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-2732-g986b045
Date: Sun, 15 Apr 2018 01:33:50 -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  986b045f9fb46234d012b2e557394a4a6fa2ca7e (commit)
      from  a2c27e7d2c6013277ca7b787924c6dd586e83e9f (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 986b045f9fb46234d012b2e557394a4a6fa2ca7e
Author: Patrick Alken <address@hidden>
Date:   Sat Apr 14 23:33:26 2018 -0600

    square wave filter example; add gsl_movstat_apply() and docs

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

Summary of changes:
 doc/examples/Makefile.am          |    6 +-
 doc/examples/filt_edge.c          |   63 +++
 doc/examples/filt_edge.txt        | 1000 +++++++++++++++++++++++++++++++++++++
 doc/filter.rst                    |   38 +-
 doc/images/filt_edge.png          |  Bin 0 -> 109603 bytes
 doc/movstat.rst                   |   81 ++-
 doc/plots/plot_filter.gp          |   11 +-
 doc/statistics.rst                |    5 +-
 filter/Makefile.am                |    2 +-
 filter/gsl_filter.h               |   10 +
 filter/median.c                   |   77 +++
 movstat/Makefile.am               |    2 +
 movstat/{snacc.c => funcacc.c}    |   63 ++-
 movstat/gsl_movstat.h             |   11 +
 movstat/{movmean.c => movapply.c} |   14 +-
 movstat/test_mean.c               |   17 +
 movstat/test_variance.c           |   39 ++
 17 files changed, 1386 insertions(+), 53 deletions(-)
 create mode 100644 doc/examples/filt_edge.c
 create mode 100644 doc/examples/filt_edge.txt
 create mode 100644 doc/images/filt_edge.png
 create mode 100644 filter/median.c
 copy movstat/{snacc.c => funcacc.c} (51%)
 copy movstat/{movmean.c => movapply.c} (70%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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