You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New prediction model for CID-TMT: TMT-labelled peptide spectra acquired on ion trap (trap-type CID), often used for "MultiNotch MS3" (https://dx.doi.org/10.1021/ac502040v) (PR #157)
Support for Python 3.9 and 3.10; dropped support for end-of-life Python 3.6 (PR #156, fixes #126)
Support for alternative cleavage rules (digestion enzymes) in fasta2speclib (PR #166, fixes #96)
Bugfixes 🐛
Fixed missing support for XGBoost models in single-prediction mode (PR #157, fixes #155)
Use oldest-supported-numpy for build in CI testing (PR #157)
Refactoring and minor changes 🔧
Replaced C models files with their XGBoost counterpart (except for HCD2019 and TMT): Faster compilation, smaller Python package (PR #157)
Add model_dir option to set custom directory for model downloads (CLI, single-prediction CLI, Python API) (PR #169, fixes #165)
Add docstring to MS2PIP class and add example to README.md (PR #167, fixes #131)
Relaxed click version requirements (PR #157, fixes #158)
Removed XGBoost warnings from the CLI output (PR #157)