Skip to content

Commit a42d6aa

Browse files
committed
chore(main): release 14.10.0
1 parent ab8f02a commit a42d6aa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [14.10.0](https://github.com/mljs/spectra-processing/compare/v14.9.2...v14.10.0) (2025-02-27)
4+
5+
6+
### Features
7+
8+
* add matrixGetSubMatrix function ([#236](https://github.com/mljs/spectra-processing/issues/236)) ([ab8f02a](https://github.com/mljs/spectra-processing/commit/ab8f02a7049109fc6d2076ddd97ebc016ad385e2))
9+
* add option to get exact xMedian ([d98821b](https://github.com/mljs/spectra-processing/commit/d98821b602262b3d6980f4d621fba9e1081c658f))
10+
* add sparse cholesky solver and cuthill-mckee ([8c9e233](https://github.com/mljs/spectra-processing/commit/8c9e233e51038690decbb432a816f48f4c6110b6))
11+
* add utilities to build a weighted least squared fit/smooth of 1D data ([8c9e233](https://github.com/mljs/spectra-processing/commit/8c9e233e51038690decbb432a816f48f4c6110b6))
12+
* add xWhitakerSmoother ([8c9e233](https://github.com/mljs/spectra-processing/commit/8c9e233e51038690decbb432a816f48f4c6110b6))
13+
* implement Whitaker smoother and all the utilities to be used outside ([#292](https://github.com/mljs/spectra-processing/issues/292)) ([8c9e233](https://github.com/mljs/spectra-processing/commit/8c9e233e51038690decbb432a816f48f4c6110b6))
14+
15+
16+
### Bug Fixes
17+
18+
* improve speed in hilbert transform by FFT ([#284](https://github.com/mljs/spectra-processing/issues/284)) ([fc7dfd6](https://github.com/mljs/spectra-processing/commit/fc7dfd6b856e3f9e9c2006e4367cc9f928413417))
19+
* **xNoiseSanplot:** use analytical expression for Raylegh inverse CDF ([#289](https://github.com/mljs/spectra-processing/issues/289)) ([bd9dc3e](https://github.com/mljs/spectra-processing/commit/bd9dc3e716f0722a0bb4e222840e418cd905df55))
20+
321
## [14.9.2](https://github.com/mljs/spectra-processing/compare/v14.9.1...v14.9.2) (2025-02-04)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-spectra-processing",
3-
"version": "14.9.2",
3+
"version": "14.10.0",
44
"description": "Various method to process spectra",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)