From 90046246a6dae7670b405cf035809075ebdef714 Mon Sep 17 00:00:00 2001 From: andrewdolman Date: Thu, 15 Feb 2024 14:28:23 +0100 Subject: [PATCH] update version no and News --- DESCRIPTION | 2 +- NEWS.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 16d3f96..0b36bec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: PaleoSpec Title: Spectral tools for the ECUS group -Version: 0.2.91 +Version: 0.3 Authors@R: c( person("Thomas", "Laepple", email = "tlaepple@awi.de", role = c("aut", "cre")), person("Thomas", "Muench", email = "tmuench@awi.de", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index caf3490..05e83f1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +# PaleoSpec 0.3 + +* Add FilterSpec and FilterSpecLog as replacements / alternatives to LogSmooth + + FilterSpec and FilterSpecLog uses ApplyFilter to (optionally) avoid loosing the + highest and lowest frequencies when smoothing a spectrum. Default behaviour is + method 3: min roughness (reflect and invert ends). Avoids the artefact seen at + high freqs with LogSmooth. + # PaleoSpec 0.2.91 * Return vector of dof from SpecMTM even when all == 2