Skip to content

Releases: mljs/spectra-processing

v14.2.2

12 Mar 11:21
d15216e
Compare
Choose a tag to compare

14.2.2 (2024-03-12)

Bug Fixes

v14.2.1

07 Mar 15:50
a4deca5
Compare
Choose a tag to compare

14.2.1 (2024-03-07)

Bug Fixes

  • options type of xyIntegration (c798c18)

v14.2.0

07 Mar 13:11
c8e6954
Compare
Choose a tag to compare

14.2.0 (2024-03-07)

Features

  • matrixZPivotRescale and matrixZPivotRescale can use any NumberArrayConstructors (28ab4a4)

v14.1.1

06 Mar 14:39
cfc5d86
Compare
Choose a tag to compare

14.1.1 (2024-03-06)

Bug Fixes

v14.1.0

06 Mar 14:21
4639c83
Compare
Choose a tag to compare

14.1.0 (2024-03-06)

Features

v14.0.0

04 Mar 11:24
db7c801
Compare
Choose a tag to compare

14.0.0 (2024-03-04)

⚠ BREAKING CHANGES

  • remove xSequentialFill and add 2 methods xSequentialFillFromStep and xSequentialFillFromTo

Features

  • add utility stringify that converts typed array to nomal array (5cac645)
  • remove xSequentialFill and add 2 methods xSequentialFillFromStep and xSequentialFillFromTo (42d1c39)
  • use an object for parameters in xSequentialFillFromStep and xSequentialFillFromTo (#223) (69e6897)

Documentation

  • specify default value of ArrayConstructor (11ee134)

v13.0.1

29 Feb 09:12
8b2dae6
Compare
Choose a tag to compare

13.0.1 (2024-02-27)

Bug Fixes

  • return type definition of xSequentialFill (220f6ce)
  • xMassCenterVectorSimilarity was changing in place the arrays (3918530)

v13.0.0

26 Feb 15:38
54a8f62
Compare
Choose a tag to compare

13.0.0 (2024-02-26)

⚠ BREAKING CHANGES

  • improve types in zones functions
  • remove deprecated zoneToX function
  • improve types in xyObject functions
  • improve types in xyArray functions
  • improve types in xy functions
  • improve types in x functions
  • improve types in utils functions
  • improve types in xreim functions
  • improve types in reim functions
  • improve types in matrix functions

Bug Fixes

  • improve types in matrix functions (1918fc8)
  • improve types in reim functions (24a6285)
  • improve types in utils functions (7476f47)
  • improve types in x functions (bf5886e)
  • improve types in xreim functions (b6257b5)
  • improve types in xy functions (5c4a68f)
  • improve types in xyArray functions (018b825)
  • improve types in xyObject functions (5f0f88b)
  • improve types in zones functions (3c72b05)

Code Refactoring

  • remove deprecated zoneToX function (034d68a)

v12.11.0

26 Feb 09:30
fa7959c
Compare
Choose a tag to compare

12.11.0 (2024-02-20)

Features

  • add xyMassCenterVector (18b314b)
  • new function to calculate similarity between massCenter vectors (05402c7)

v12.10.2

06 Feb 12:17
951cc2c
Compare
Choose a tag to compare

12.10.2 (2024-02-06)

Bug Fixes

  • zonesNormalize could not deal with larges arrays (905ce05)