Skip to content

Releases: cheminfo/common-spectrum

common-spectrum v2.2.0

11 Jul 11:44
ddef501
Compare
Choose a tag to compare

Features

  • add getDistinctLabelUnits (2de5099)

common-spectrum v2.1.0

22 Jun 14:49
8bb5805
Compare
Choose a tag to compare

Features

  • add 'id' to all the spectra and add methods to retrie them (3f15a51)
  • add getNormalizedSpectra (2351ce1)
  • add gewtXYSpectra (3924195)
  • getJSGraph returns now all the matching series (70e49e0)

common-spectrum v2.0.0

22 Jun 06:51
c026aec
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • peak picking use 'shape' parameter

Features

  • peak picking use 'shape' parameter (08d8150)

common-spectrum v1.0.2

04 May 12:49
e5395c6
Compare
Choose a tag to compare

Bug Fixes

  • update jcampconverter and fix tests (a4a7995)

common-spectrum v1.0.1

13 Apr 06:02
fbfa766
Compare
Choose a tag to compare

Bug Fixes

  • remove ResultType to allow ts transpillation (8f68400)

common-spectrum v1.0.0

13 Apr 05:52
52b74ea
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • bump major version because filters name (normalization) may have changed and peak picking does not give the same result

Features

  • add ml-signal-processing dependency (e9852eb)
  • improve typescript definition (e9852eb)
  • small breaking changes in peak picking and auto peak picking that can lead to different results (new ml-gsd) (e9852eb)
  • update all dependencies (e9852eb)

Miscellaneous Chores

  • bump major version because filters name (normalization) may have changed and peak picking does not give the same result (9728be1)
  • release-as v1.0.0 (019477a)

common-spectrum v0.44.0

15 Mar 14:45
205f46a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • rename interfaces based on cheminfo-types

Features

  • rename interfaces based on cheminfo-types (2a2d4d9)

Bug Fixes

  • avoid reverse data in place (45d9658)
  • remove ts-ignore comments and regex match (#78) (8ed0c54)
  • this is a temporary fix that brings all the types in the project waiting for full migration to analysis (a48e2f6)

common-spectrum v0.43.2

01 Oct 14:11
6caa122
Compare
Choose a tag to compare

Bug Fixes

  • add @types/react ad developper dependency (9331f50)

common-spectrum v0.43.1

26 Sep 15:47
497ce5f
Compare
Choose a tag to compare

Bug Fixes

  • define react-plot as a dependency (ce65110)

common-spectrum v0.43.0

26 Sep 09:22
a53978a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Always extract units from label
  • getReactPlotJSON does not repeat units in label
  • Rename SpectrumType to Spectrum and enforce the presence of variables 'x' and 'y'
  • rename VariableType to SpectrumVariable and SelectorType to SpectrumSelector

Features

  • Always extract units from label (6e5da98)
  • getReactPlotJSON does not repeat units in label (f0cb4ff)
  • Rename SpectrumType to Spectrum and enforce the presence of variables 'x' and 'y' (52123c0)
  • rename VariableType to SpectrumVariable and SelectorType to SpectrumSelector (f9bdc1f)