Skip to content

Commit d3b8b15

Browse files
authored
chore(main): release 14.12.0 (#304)
1 parent 2173ee8 commit d3b8b15

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [14.12.0](https://github.com/mljs/spectra-processing/compare/v14.11.0...v14.12.0) (2025-04-27)
4+
5+
6+
### Features
7+
8+
* add xRemoveOutliersIQR ([b9c1166](https://github.com/mljs/spectra-processing/commit/b9c1166521d74b7a22a030512c63ded8d1172fbf))
9+
* add xRobustDistributionStats ([2173ee8](https://github.com/mljs/spectra-processing/commit/2173ee867997fcf5d775024a747f4df0134634c7))
10+
* xDistributionStats deals with outliers ([0c5ff63](https://github.com/mljs/spectra-processing/commit/0c5ff63ff5456289e70fed1ae7072de2850aa3c7))
11+
12+
13+
### Bug Fixes
14+
15+
* xBoxPlotWithOutliers calculate more parameters and fix min / max values ([d6eebd7](https://github.com/mljs/spectra-processing/commit/d6eebd76b3860833b4ffc75db8449756529ee99a))
16+
317
## [14.11.0](https://github.com/mljs/spectra-processing/compare/v14.10.0...v14.11.0) (2025-04-12)
418

519

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.11.0",
3+
"version": "14.12.0",
44
"description": "Various method to process spectra",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)