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-2701-g4adb817
Date: Wed, 28 Feb 2018 23:30:18 -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  4adb817ccefd357dbe83569a2fa575c00014bac2 (commit)
      from  0ac5acc07cd96c6cfbb80d78e812db276b292f7b (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 4adb817ccefd357dbe83569a2fa575c00014bac2
Author: Patrick Alken <address@hidden>
Date:   Wed Feb 28 21:29:56 2018 -0700

    initial work on filter module

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

Summary of changes:
 Makefile.am                              |   4 +-
 configure.ac                             |   3 +-
 doc/interp.rst                           |   2 +-
 doc/movstat.rst                          |  46 ++++++-
 filter/Makefile.am                       |  15 +++
 deriv/gsl_deriv.h => filter/gsl_filter.h |  34 ++---
 filter/rmedian.c                         | 181 ++++++++++++++++++++++++++
 {movstat => filter}/test.c               |  14 +-
 filter/test_rmedian.c                    | 213 +++++++++++++++++++++++++++++++
 movstat/Makefile.am                      |   2 +-
 movstat/gsl_movstat.h                    |   4 +-
 movstat/movmad.c                         |   7 +-
 movstat/{median.c => movmedian.c}        |  89 +++++--------
 movstat/test_mad.c                       |   6 +-
 movstat/test_median.c                    |  33 +++--
 15 files changed, 542 insertions(+), 111 deletions(-)
 create mode 100644 filter/Makefile.am
 copy deriv/gsl_deriv.h => filter/gsl_filter.h (56%)
 create mode 100644 filter/rmedian.c
 copy {movstat => filter}/test.c (91%)
 create mode 100644 filter/test_rmedian.c
 rename movstat/{median.c => movmedian.c} (70%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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