From afe758ea42e4dd177bc298cf9e2a22dfad43830f Mon Sep 17 00:00:00 2001 From: Lev Levitsky Date: Fri, 26 Apr 2024 18:34:16 +0200 Subject: [PATCH] Update changelog; version 4.7.2 --- CHANGELOG | 15 +++++++++++++++ pyteomics/version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f1fdc2b..251fd14 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +4.7.2 +----- + +- Fix pickling of resolved ProForma modifications (`#144 `_ + by Joshua Klein). +- Fix a deprecation warning in :py:mod:`pyteomics.mass.unimod` (`#126 `_ + by Ralf Gabriels). +- Add caching for modifications resolvers in :py:mod:`pyteomics.proforma` + (`#148 `_ by Joshua Klein). +- Add support for constant terminal modifications in :py:mod:`pyteomics.proforma` + (`148 `_ by Joshua Klein). +- Fix an exception in :py:mod:`pyteomics.ms1` when an information string has only one token + (`#149 `_). + + 4.7.1 ----- diff --git a/pyteomics/version.py b/pyteomics/version.py index d04ebde..1f6c1d6 100644 --- a/pyteomics/version.py +++ b/pyteomics/version.py @@ -19,7 +19,7 @@ """ -__version__ = '4.7.1' +__version__ = '4.7.2' from collections import namedtuple import re