Skip to content

Latest commit

 

History

History
322 lines (143 loc) · 13.5 KB

File metadata and controls

322 lines (143 loc) · 13.5 KB

Changelog

4.2.0 (2025-06-18)

Features

  • dispersive lorentzian implementation (#81) (1daf4b6)

4.1.4 (2024-09-26)

Bug Fixes

  • correct fwhm for generalized lorentzian (#78) (515b882)

4.1.3 (2024-09-24)

Bug Fixes

4.1.2 (2022-08-06)

Bug Fixes

4.1.1 (2022-02-25)

Bug Fixes

4.1.0 (2022-02-21)

Features

  • add getParameters to Shape1D (7a967b1)

4.0.3 (2022-02-03)

Bug Fixes

  • export ShapeXDClass types (4e7892f)

4.0.2 (2022-01-23)

Bug Fixes

4.0.1 (2021-11-26)

Bug Fixes

  • expose static methods of Gaussian2D (c4b9427)

4.0.0 (2021-11-26)

⚠ BREAKING CHANGES

  • simplify exposed methods and interface

Features

  • simplify exposed methods and interface (eabd472)

Bug Fixes

3.0.3 (2021-11-23)

Bug Fixes

3.0.2 (2021-11-18)

Bug Fixes

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

3.0.1 (2021-11-17)

Bug Fixes

  • add Abstract class to shapes (06b5ab8)

3.0.0 (2021-11-17)

⚠ BREAKING CHANGES

  • change in Shape structure (#52)

Features

2.0.2 (2021-08-12)

Bug Fixes

  • avoid import/named eslint error (3345373)

2.0.1 (2021-08-09)

Bug Fixes

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

2.0.0 (2021-08-06)

⚠ 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)

1.0.0 (2021-03-24)

Bug Fixes

0.14.0 (2021-02-02)

Features

  • fix getShapeGenerator for gaussian2D (68d8271)

0.13.0 (2021-01-29)

Features

0.12.0 (2020-12-11)

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

0.11.0 (2020-12-10)

Features

  • add getShapeFct (6792fd7)
  • add getShapeGenerator function (ba19753)
  • interval option to calculate the shape values (8ad11d9)
  • It is possible to have differents fwhm for gaussian and lorentzian contributions in pseudo voigt shape (a5658a4)
  • refactor and added getArea static function (240b792)

Bug Fixes

  • convertion between with between inflection points and FWHM (3f6657d)

0.10.2 (2020-11-16)

Bug Fixes

  • wrong covertion from FWHM to width between inflectionPointswidth (75b7763)

0.10.1 (2020-11-16)

Bug Fixes

  • wrong convertion from standard deviation to FWHM (66f1bd5)
  • wrong covertion from width between inflectionPointswidth to FWHM (8d3a658)

0.10.0 (2020-11-12)

Features

0.9.0 (2020-11-12)

Features

  • fix homepage link in package.json (7b3b1db)

0.8.0 (2020-11-11)

Features

0.7.0 (2020-11-04)

⚠ BREAKING CHANGES

  • refactor xFct functions (#19)

Features

0.6.1 (2020-11-04)

Bug Fixes

  • replace hash-object by object-hash for browser compatiblity (8aec664)

0.6.0 (2020-11-03)

Features

  • export function and deal with shape height (f7dfade)

0.5.1 (2020-10-14)

Bug Fixes

0.5.0 (2020-10-14)

Features

Bug Fixes

  • default length to odd number (0d77fff)
  • ensure default odd number of points (720b864)

0.4.0 (2020-03-06)

Bug Fixes

Features

0.3.0 (2020-03-02)

Features

  • allow to specify final length of array (e83ab31)

0.2.0 (2020-03-02)

Bug Fixes

  • final nbPoints is always fwhm * factor (c72259b)

0.1.0 (2020-03-02)

Features

0.0.1 (2020-02-29)