Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Baumann committed Sep 9, 2023
1 parent 2424ad3 commit 7a94292
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: specprepper
Title: Plan and Apply Chained Preprocessing Operations on Spectra
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person(given = "Philipp",
family = "Baumann",
Expand Down
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# specprepper 0.1.0 (2023-09-09)

## Features

- added `snv_apply()` to compute the standard normal variate (SNV) of
spectral collections ([#15](https://github.com/spectral-cockpit/specprepper/pull/15)).
- added `sg_apply()` to process spectral collections with Savitzky-Golay
smoothers with different parameter sets (derivative order, window size,
polynomial degree).

## Chores

- Started semantic versioning via {fledge}

# specprepper

Chemometrics and machine learning offer a large set of mathematical tooling to extract and apply chemical and physical knowledge from spectra in automated fashion. For this, spectra are typically preprocessed as part of the workflow. This is mostly to reduce light scattering and other optical artefacts.

The goal of {specprepper} is not only to wrap different signal processing methods and make them more accessible, but also to offer some of the exisiting algorithms with faster code implementations. It features a recipe-like interface, which also makes it possible to chain different methods in sequence.

0 comments on commit 7a94292

Please sign in to comment.