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-2703-g51bfb27
Date: Mon, 12 Mar 2018 17:45:43 -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  51bfb275a84457d7b99be444c5f12bc375282af2 (commit)
      from  e9390d14ddb224ffd14f4c7dde97fba3c6eb655c (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 51bfb275a84457d7b99be444c5f12bc375282af2
Author: Patrick Alken <address@hidden>
Date:   Mon Mar 12 15:45:07 2018 -0600

    add movstat/movqqr; rename gsl_filter_hampel_workspace to 
gsl_filter_impulse_workspace

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

Summary of changes:
 doc/movstat.rst          |  35 ++++-
 filter/Makefile.am       |   2 +-
 filter/gsl_filter.h      |  20 ++-
 filter/hampel.c          | 199 -------------------------
 filter/impulse.c         | 377 +++++++++++++++++++++++++++++++++++++++++++++++
 movstat/Makefile.am      |   2 +-
 movstat/gsl_movstat.h    |   2 +
 movstat/movqqr.c         |  87 +++++++++++
 movstat/movstat_common.c |  92 ++++++++++++
 9 files changed, 607 insertions(+), 209 deletions(-)
 delete mode 100644 filter/hampel.c
 create mode 100644 filter/impulse.c
 create mode 100644 movstat/movqqr.c
 create mode 100644 movstat/movstat_common.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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