v0.4.0
Changelog
Added
- Add + operator support for
PSMList
- Add utility functions for m/z-mass conversion in new module
psm_utils.utils
peptidoform
: CatchProFormaError
and reraisePeptidoformException
with invalid peptidoform in message
Changed
io.msamanda
: ChangedREQUIRED_COLUMNS
to include new features from the MS Amanda output CSV file (thanks, @louisebuur!)io.peptide_record
Catch theIndexError
when a modification has a position that is out of range for the peptide, and raise anInvalidPeprecModificationError
instead. (thanks, @paretje!)- Rename optional dependency
doc
todocs
- Implement "raise from e" when applicable throughout package
Fixed
- Added missing
io.msamanda
API docs
New Contributors
- @louisebuur made their first contribution in #37
- @paretje made their first contribution in #39
Full Changelog: v0.3.1...v0.4.0