Releases: mljs/spectra-processing
Releases · mljs/spectra-processing
v12.9.0
12.9.0 (2024-01-23)
Features
- add option that allows to calculate xBoxPlot on small arrays (960da81)
- Allow xHilbertTransform to use FFT for array lengths non power of 2 through and option (#203) (14c0dde)
- Allow xHilbertTransform to use FFT for array lengths non power of 2 through and option (#203) (14c0dde), closes #202
v12.8.0
12.8.0 (2023-12-04)
Features
- avoid data cloning in xSampling (6c2a8bb)
- implement resampling within xSampling to handle array lengths larger than the original size (#200) (fdeca70)
Bug Fixes
- improve reimautophasecorrection by removing outliers (#206) (7b00d93)
- xSampling when the ratio originalLength finalLength is not an integer (041c639)
v12.7.0
12.7.0 (2023-11-23)
Features
- add utilities isPowerOfTwo and nextPowerOfTwo (bec701a)
- enable FFT for xHilbertTransform to enhance speed for arrays with lengths that are powers of 2 (#198) (e5677a7)
v12.5.1
12.5.1 (2023-09-14)
Bug Fixes
- add remove main, module and types properties in package.json (af6757e)
v12.5.0
12.5.0 (2023-06-23)
Features
- add getRecaler with clamping (95c1e74)
- add more getRescaler algorithms (6f1b5de)
v12.4.0
12.4.0 (2023-05-05)
Features
- expoe in package.json the different folders (cb0025b)
- expose xCostMatrix (dccc9ba)
Bug Fixes
v12.3.0
12.3.0 (2023-04-26)
Features
- added reverse option to autoPhaseCorrection (#186) (3970d65)