Releases: mljs/spectra-processing
Releases · mljs/spectra-processing
v14.18.0
Features
- add xyRollingCircleTransform (be9b34a)
v14.17.1
Bug Fixes
- xBoxPlot deals correctly with very close numbers (4161e77)
v14.16.1
Bug Fixes
- simplify recursiveRemoveEmptyAndNull (remove second parameter) and improve docs (57eec5b)
v14.14.1
Bug Fixes
- support TypeScript 5.9 TypedArray changes (18ac5a6)
- xWhittakerSmoother: ensure baseline is initialized as Float64Array (18ac5a6)
- xWhittakerSmoother: use correct name to whittaker smoother (#311) (18ac5a6)
v14.12.0
Features
- add xRemoveOutliersIQR (b9c1166)
- add xRobustDistributionStats (2173ee8)
- xDistributionStats deals with outliers (0c5ff63)
Bug Fixes
- xBoxPlotWithOutliers calculate more parameters and fix min / max values (d6eebd7)