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, master, updated. release-


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-0-2751-g25b6b9d
Date: Wed, 23 May 2018 13:17:09 -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, master has been updated
       via  25b6b9d0d8396ab28556aed82efbc6de336ae297 (commit)
      from  10bf5ecb3e9c84c24d96b85c3fc52e49883dc91d (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 25b6b9d0d8396ab28556aed82efbc6de336ae297
Author: Patrick Alken <address@hidden>
Date:   Wed May 23 11:16:42 2018 -0600

    new example program for movstat; updates to tests

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

Summary of changes:
 doc/Makefile.am           |    1 +
 doc/examples/Makefile.am  |    6 +-
 doc/examples/movstat3.c   |   65 +++
 doc/examples/movstat3.txt | 1000 +++++++++++++++++++++++++++++++++++++++++++++
 doc/images/movstat3.png   |  Bin 0 -> 109095 bytes
 doc/movstat.rst           |   22 +
 doc/plots/plot_movstat.gp |    8 +
 movstat/Makefile.am       |    1 +
 movstat/alloc.c           |    1 +
 movstat/gsl_movstat.h     |    1 +
 movstat/madacc.c          |  158 +++++++
 movstat/movmad.c          |   54 +--
 movstat/ringbuf.c         |   10 +-
 movstat/test_Qn.c         |   36 +-
 movstat/test_Sn.c         |   26 ++
 movstat/test_mad.c        |   45 +-
 movstat/test_median.c     |   17 +
 movstat/test_minmax.c     |   33 ++
 movstat/test_qqr.c        |   25 ++
 movstat/test_sum.c        |   24 ++
 scripts/test_examples.sh  |    1 +
 21 files changed, 1483 insertions(+), 51 deletions(-)
 create mode 100644 doc/examples/movstat3.c
 create mode 100644 doc/examples/movstat3.txt
 create mode 100644 doc/images/movstat3.png
 create mode 100644 movstat/madacc.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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