Skip to content

ml-spectra-processing v6.0.0

Compare
Choose a tag to compare
@mljs-bot mljs-bot released this 25 Apr 08:07
47e9495

⚠ BREAKING CHANGES

  • matrixYRescale: rename method to matrixZRescale
  • matrixCenterYMean: rename method to matrixCenterZMean

Features

  • add matrixHistogram (b49d2bf)
  • matrixCenterYMean: rename method to matrixCenterZMean (44f2673)
  • matrixMinMaxZ: add new method (08d242e)
  • matrixYRescale: rename method to matrixZRescale (8f980eb)
  • xHistogram returns a DataXY (44089c7)
  • xHistogram: add log10Scale option (6952e19)
  • xHistogram: give possibility to append to existing histogram (31f1e0d)

Bug Fixes

  • edge case of xHistogram (40752b0)