Skip to content

Commit

Permalink
Update changelog and version - to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Mar 26, 2021
1 parent ceeb4f7 commit cbdd1c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
4.4.2 beta 5
------------
4.4.2
-----

- Add cleavage rules from `MS ontology <http://purl.obolibrary.org/obo/MS_1001045>`_ as
:py:data:`pyteomics.parser.psims_rules`. :py:func:`pyteomics.parser.cleave` now understands keys and accessions from
:py:data:`psims_rules` as rules.

- Improve mzIdentML parser performance (and possibly others in some cases) by relying more on offset indexes
(`#34 <https://github.com/levitsky/pyteomics/pull/34>`_ by Joshua Klein).

- Extend the :py:class:`pyteomics.mztab.MzTab` parser with auto-generated properties. Almost all metadata entities are
now exposed as properties on the parser object (`#23 <https://github.com/levitsky/pyteomics/pull/23>`_ by Joshua Klein).

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

__version__ = '4.4.2b5'
__version__ = '4.4.2'

from collections import namedtuple
import re
Expand Down

0 comments on commit cbdd1c2

Please sign in to comment.