8000 Release v1.3.0 Β· CompOmics/psm_utils Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.3.0

Compare
Choose a tag to compare
@RalfG RalfG released this 20 Jan 10:29
· 22 commits to main since this release
224f401

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

0