Skip to content

v0.4.0

Compare
Choose a tag to compare
@RalfG RalfG released this 06 Jul 21:09
· 218 commits to main since this release

Changelog

Added

  • Add + operator support for PSMList
  • Add utility functions for m/z-mass conversion in new module psm_utils.utils
  • peptidoform: Catch ProFormaError and reraise PeptidoformException with invalid peptidoform in message

Changed

  • io.msamanda: Changed REQUIRED_COLUMNS to include new features from the MS Amanda output CSV file (thanks, @louisebuur!)
  • io.peptide_recordCatch the IndexError when a modification has a position that is out of range for the peptide, and raise an InvalidPeprecModificationError instead. (thanks, @paretje!)
  • Rename optional dependency doc to docs
  • Implement "raise from e" when applicable throughout package

Fixed

  • Added missing io.msamanda API docs

New Contributors

Full Changelog: v0.3.1...v0.4.0