Releases: mljs/spectra-processing
Releases · mljs/spectra-processing
v11.10.0
Features
- add matrixMedian (#157) (4ce1b72)
- add matrixToArray and matrixNoiseStandardDeviation (ead7b21)
v11.9.0
11.9.0 (2022-07-20)
Features
- allows to specify the array target type for matrixZRescale (3e8a39d)
v11.8.0
11.8.0 (2022-07-20)
Features
Bug Fixes
- rename matrixZRescale to matrixZRescalePerColumn (377300c)
v11.6.0
11.6.0 (2022-05-06)
Features
- xBoxPlot returns an object with better named properties (125a4cc)
Bug Fixes
- update dependencies and fix cyclic dependencies (f8c2445)
v11.5.0
11.5.0 (2022-04-27)
Features
Bug Fixes
- xNormed use as options value instead of sum / max (a9d1cbe)
v11.4.0
11.4.0 (2022-04-11)
Features
- refactor zonesNormalize and remove zonesInvert and getZones (0236bbf)
- xyEquallySpaced must be growing ! Throw error if not (8221a2f)
Bug Fixes
- Remove Zone interface (that should be FromTo) (a389f30)
- specify variant possibilities (7b22eb1)
v11.3.0
11.3.0 (2022-04-06)
Features
- remove autoMinMax from xRescale (ddad5ae)
v11.2.0
11.2.0 (2022-04-01)
Features
- xFindClosestIndex accepts a NumberArray (4c10bc7)
- xGetFromToIndex accepts a NumberArray (c2acea7)
- xMaxValue, xMinValue and xSum allow to specify from and to (5e7212a)
- xMean allows to specify from and to (4141d0f)
Bug Fixes
- xMean gives correct result if fromIndex or toIndex outside range (4141d0f)