From d935dcb7b14c569a211a52297535bc1b5891056e Mon Sep 17 00:00:00 2001 From: Fengchao Date: Sun, 28 May 2023 16:17:52 -0400 Subject: [PATCH] Prepare to release 1.9.8 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9df82..d83663d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.9.8 - 2023-05-31 +- Add MBR support for the MS1-based label quantification +- Support fractionated data for the MS1-based label quantification +- Add apex RT, CV, and IM columns to `combined_ion.tsv` file +- Add `match type` column to some tsv files +- For FAIMS data, `ion = peptide + charge + cv` +- Print the number of transferred ions to console +- Big improvement on the LDA and mixture distribution modeling +- Overhaul the indexing of PSM, ion, peptide, and protein +- Improve the min scans filtering criteria +- Improve the isotope distribution filtering criteria for MBR +- Various bug fixes and improvements + ## 1.8.10 - 2023-01-12 - Fix a crash when the first scan number is a big value - Various minor bug fixes and improvements