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-2711-g360e8fe
Date: Thu, 29 Mar 2018 14:11:56 -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  360e8feb837d25e38e1c7aee98c102ee6451bf5f (commit)
      from  9941909c109c9e15d11f72f45fca1094fbb2cc1d (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 360e8feb837d25e38e1c7aee98c102ee6451bf5f
Author: Patrick Alken <address@hidden>
Date:   Thu Mar 29 12:11:30 2018 -0600

    add movstat example program, and gsl_movstat_Qn()

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

Summary of changes:
 doc/examples/Makefile.am              |    6 +-
 doc/examples/movstat2.c               |   81 +++
 doc/examples/movstat2.txt             | 1000 +++++++++++++++++++++++++++++++++
 doc/filter.rst                        |    5 +-
 doc/images/movstat2.png               |  Bin 0 -> 215029 bytes
 doc/movstat.rst                       |   41 ++
 doc/plots/plot_movstat.gp             |   24 +
 doc/statistics.rst                    |    4 +
 movstat/Makefile.am                   |    2 +-
 movstat/gsl_movstat.h                 |    7 +-
 movstat/{movqqr.c => movQn.c}         |   45 +-
 movstat/{movscaleSn.c => movSn.c}     |   62 +-
 movstat/test.c                        |    4 +-
 movstat/{test_scaleSn.c => test_Sn.c} |    8 +-
 14 files changed, 1194 insertions(+), 95 deletions(-)
 create mode 100644 doc/examples/movstat2.c
 create mode 100644 doc/examples/movstat2.txt
 create mode 100644 doc/images/movstat2.png
 create mode 100755 doc/plots/plot_movstat.gp
 copy movstat/{movqqr.c => movQn.c} (60%)
 rename movstat/{movscaleSn.c => movSn.c} (63%)
 rename movstat/{test_scaleSn.c => test_Sn.c} (90%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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