Skip to content

Releases: mljs/peak-shape-generator

ml-peak-shape-generator v3.0.2

18 Nov 03:03
15b86e7
Compare
Choose a tag to compare

Bug Fixes

  • change .d.ts to .ts extension (4f0b5d1)

ml-peak-shape-generator v3.0.1

17 Nov 16:39
e5a7c06
Compare
Choose a tag to compare

Bug Fixes

  • add Abstract class to shapes (06b5ab8)

ml-peak-shape-generator v3.0.0

17 Nov 05:14
8d8e787
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • change in Shape structure (#52)

Features

ml-peak-shape-generator v2.0.2

12 Aug 17:21
cd038f1
Compare
Choose a tag to compare

Bug Fixes

  • avoid import/named eslint error (3345373)

ml-peak-shape-generator v2.0.1

09 Aug 15:19
d90298c
Compare
Choose a tag to compare

Bug Fixes

  • exhaustive switch and export interfaces (#48) (590fbaa)

ml-peak-shape-generator v2.0.0

06 Aug 11:52
bca40d7
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

Features

  • abstract methods to abstract class Shape2D (52c065e)
  • classes extend Shape1D or Shape2D (de6ce2c)
  • classes extend Shape1D or Shape2D (99dc46c)
  • typescript migration (#45) (f546490)

Bug Fixes

  • workflows master branch is now 'main' (69dc7a0)

ml-peak-shape-generator v1.0.0

24 Mar 11:32
bbfa2c7
Compare
Choose a tag to compare

Bug Fixes

ml-peak-shape-generator v0.14.0

02 Feb 15:31
f207278
Compare
Choose a tag to compare

Features

  • fix getShapeGenerator for gaussian2D (68d8271)

ml-peak-shape-generator v0.13.0

29 Jan 20:20
f43a26b
Compare
Choose a tag to compare

Features

ml-peak-shape-generator v0.12.0

11 Dec 07:31
9b91a13
Compare
Choose a tag to compare

Features

  • add fwhmToWidth, widthToFWHM and getFactor static function for each kind of shape (0bc6807)
  • implement internal erfinv code (13b1e7a)

Bug Fixes

  • avoid a big factor for mu=1 in pseudoVoigt shape (20a79a1), closes #35