Skip to content

Commit

Permalink
Version 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Dec 10, 2021
1 parent c758a7a commit 5ccd0ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG
@@ -1,12 +1,13 @@
4.5.1dev4
---------
4.5.1
-----

- Add `max_length` parameter in :py:func:`pyteomics.parser.cleave`.
- Bugfix in :py:func:`pyteomics.parser.cleave` for `semi=True`.
- Add `regex` parameter in :py:func:`pyteomics.parser.cleave` and warn for possible typos in cleavage rule names.
- Return indices of peptides in :py:func:`parser._cleave`.
- Add functions :py:func:`parser.icleave` (generator) and :py:func:`parser.xcleave` (list) to produce
peptide sequences with indices and possible repetitions.
- Bugfixes (`#63 <https://github.com/levitsky/pyteomics/pull/63>`_ and `#64 <https://github.com/levitsky/pyteomics/pull/64>`_
by Joshua Klein).

4.5
---
Expand Down
2 changes: 1 addition & 1 deletion pyteomics/version.py
Expand Up @@ -13,7 +13,7 @@
"""

__version__ = '4.5.1dev4'
__version__ = '4.5.1'

from collections import namedtuple
import re
Expand Down

0 comments on commit 5ccd0ed

Please sign in to comment.