Added
- ✨
io.idxml
: Parse ion mobility from idXML files if present. - 🐍 Added support for Python 3.12 and 3.13
Removed
- 🐍 Removed support for Python 3.7
Fixed
- 🐛 Fix bug introduced in #102 where dtypes were not coerced anymore by Numpy, which lead to unexpected behavior downstream (e.g.,
psm_list["is_decoy"]
would return an array of objects instead of bools) - 🩹 Fix potential downstream issues because pepxml-read PSM had
rescoring_features=None
(partially fixes #108)
Full Changelog: v1.2.0...v1.3.0