Releases: cheminfo/chromatography
Releases · cheminfo/chromatography
v8.0.1
8.0.1 (2024-12-19)
Bug Fixes
- make code compatible with bluebird Promise (2a272d8)
v8.0.0
8.0.0 (2024-12-19)
⚠ BREAKING CHANGES
- Improve fromXML performances that requires async function
Features
- Improve fromXML performances that requires async function (494e4a6)
v7.0.0
7.0.0 (2024-08-28)
⚠ BREAKING CHANGES
- update dependencies - change of airpls algorithm increase the number of peaks in auto peak picking
Features
- keep meta information from netcdf (7863e4f)
- update dependencies - change of airpls algorithm increase the number of peaks in auto peak picking (63da9ae)
v6.1.0
6.1.0 (2022-03-09)
Features
- improve getPeaks to take into account width in broadening peaks (dfa8af6)
v6.0.0
6.0.0 (2022-03-08)
⚠ BREAKING CHANGES
- calculateForMF is now async and returns a Promise
- remove support for Node.js 12
Features
- calculateForMF is now async and returns a Promise (c173e22)
- getPeaks will make a baseline correction before calculate the noise (c173e22)
Bug Fixes
Miscellaneous Chores
- remove support for Node.js 12 (c173e22)
chromatography v5.2.0
Features
- Extract ions allow a range in MF (5e76f3f)
chromatography v5.1.0
Features
- remove node 10 compatibility (c6eeb2e)
- update dependencies to deal with int64 mzml data (9df3cfe)
chromatography v5.0.0
⚠ BREAKING CHANGES
- improve merge of high resolution mass spectra
Features
- improve merge of high resolution mass spectra (981d5a5)
Bug Fixes
- simplify name of calculateForMF (62b6b97)
chromatography v4.2.3
Bug Fixes
- update packages to solve merge NaN problem (3281d7d)