Skip to content

Commit

Permalink
Update changelog; version 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Apr 26, 2024
1 parent e97ea6a commit afe758e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
4.7.2
-----

- Fix pickling of resolved ProForma modifications (`#144 <https://github.com/levitsky/pyteomics/pull/144>`_
by Joshua Klein).
- Fix a deprecation warning in :py:mod:`pyteomics.mass.unimod` (`#126 <https://github.com/levitsky/pyteomics/pull/126>`_
by Ralf Gabriels).
- Add caching for modifications resolvers in :py:mod:`pyteomics.proforma`
(`#148 <https://github.com/levitsky/pyteomics/pull/148>`_ by Joshua Klein).
- Add support for constant terminal modifications in :py:mod:`pyteomics.proforma`
(`148 <https://github.com/levitsky/pyteomics/pull/148>`_ by Joshua Klein).
- Fix an exception in :py:mod:`pyteomics.ms1` when an information string has only one token
(`#149 <https://github.com/levitsky/pyteomics/issues/149>`_).


4.7.1
-----

Expand Down
2 changes: 1 addition & 1 deletion pyteomics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__version__ = '4.7.1'
__version__ = '4.7.2'

from collections import namedtuple
import re
Expand Down

0 comments on commit afe758e

Please sign in to comment.