From d58a759bc61549af2f3de29dbe1f67188c6a4cf6 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:01:52 +0100 Subject: [PATCH] chore(main): release 14.22.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e85de9..fcae6bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [14.22.0](https://github.com/mljs/spectra-processing/compare/v14.21.0...v14.22.0) (2026-03-05) + + +### Features + +* add inplace fft matrix by columns, phase correction and reimAbsolute ([#348](https://github.com/mljs/spectra-processing/issues/348)) ([f4af49f](https://github.com/mljs/spectra-processing/commit/f4af49f0ca9a87196fbab115c497258c1d2df5a5)) + + +### Bug Fixes + +* update weights in control points zones ([#350](https://github.com/mljs/spectra-processing/issues/350)) ([b9169dd](https://github.com/mljs/spectra-processing/commit/b9169dd80260b591f61ed7d40ce3bea4b04e39cd)) + ## [14.21.0](https://github.com/mljs/spectra-processing/compare/v14.20.0...v14.21.0) (2026-02-19) diff --git a/package.json b/package.json index 0b993444..5d4ffcdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.21.0", + "version": "14.22.0", "license": "MIT", "description": "Various method to process spectra", "keywords": [],