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-2702-ge9390d1
Date: Sat, 10 Mar 2018 22:00:24 -0500 (EST)

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  e9390d14ddb224ffd14f4c7dde97fba3c6eb655c (commit)
      from  4adb817ccefd357dbe83569a2fa575c00014bac2 (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 e9390d14ddb224ffd14f4c7dde97fba3c6eb655c
Author: Patrick Alken <address@hidden>
Date:   Sat Mar 10 19:59:42 2018 -0700

    update movstat to use 1 common workspace; add hampel filter, add moving 
min/max, docs

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

Summary of changes:
 Makefile.am              |   2 +-
 doc/filter.rst           | 159 +++++++++++++++++++++++++++++++++++++
 doc/index.rst            |   1 +
 doc/movstat.rst          |  81 +++++++++++--------
 filter/Makefile.am       |   2 +-
 filter/gsl_filter.h      |  20 +++++
 filter/hampel.c          | 199 +++++++++++++++++++++++++++++++++++++++++++++++
 filter/test_rmedian.c    |   1 -
 movstat/Makefile.am      |   2 +-
 movstat/alloc.c          | 121 ++++++++++++++++++++++++++++
 movstat/deque.c          |  12 +++
 movstat/gsl_movstat.h    |  30 +++----
 movstat/minmaxacc.c      |  19 ++++-
 movstat/movmad.c         |  94 +---------------------
 movstat/movmedian.c      |  91 +---------------------
 movstat/movminmax.c      | 151 +++++++++++++++++++++++++++++++++++
 movstat/test.c           |  78 ++++++++++++++++++-
 movstat/test_mad.c       |  12 +--
 movstat/test_median.c    |  30 +++----
 movstat/test_minmax.c    | 159 +++++++++++++++++++++++++++++++++++++
 movstat/test_minmaxacc.c |   6 +-
 21 files changed, 1004 insertions(+), 266 deletions(-)
 create mode 100644 doc/filter.rst
 create mode 100644 filter/hampel.c
 create mode 100644 movstat/alloc.c
 create mode 100644 movstat/movminmax.c
 create mode 100644 movstat/test_minmax.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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