Skip to content

Releases: mljs/spectra-processing

v11.11.0

28 Jul 12:16
4c47011
Compare
Choose a tag to compare

11.11.0 (2022-07-28)

Features

v11.10.0

28 Jul 05:26
ff32508
Compare
Choose a tag to compare

11.10.0 (2022-07-28)

Features

  • add matrixMedian (#157) (4ce1b72)
  • add matrixToArray and matrixNoiseStandardDeviation (ead7b21)

v11.9.0

20 Jul 07:41
e3bcd83
Compare
Choose a tag to compare

11.9.0 (2022-07-20)

Features

  • allows to specify the array target type for matrixZRescale (3e8a39d)

v11.8.0

20 Jul 07:19
74eee46
Compare
Choose a tag to compare

11.8.0 (2022-07-20)

Features

Bug Fixes

  • rename matrixZRescale to matrixZRescalePerColumn (377300c)

v11.7.0

07 Jun 11:42
febc2cc
Compare
Choose a tag to compare

11.7.0 (2022-06-07)

Features

v11.6.0

06 May 05:12
252db7a
Compare
Choose a tag to compare

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

27 Apr 13:52
230a821
Compare
Choose a tag to compare

11.5.0 (2022-04-27)

Features

Bug Fixes

  • xNormed use as options value instead of sum / max (a9d1cbe)

v11.4.0

11 Apr 13:37
d99a32c
Compare
Choose a tag to compare

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

06 Apr 09:28
365ec37
Compare
Choose a tag to compare

11.3.0 (2022-04-06)

Features

  • remove autoMinMax from xRescale (ddad5ae)

v11.2.0

01 Apr 13:50
03fe1d3
Compare
Choose a tag to compare

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)