Skip to content

Commit

Permalink
Update changelog. Version 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Feb 5, 2024
1 parent c810fdc commit afba654
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
4.6.4b3
-------
4.7
---

- Make :py:class:`proforma.MassModification` objects hashable
(`#130 <https://github.com/levitsky/pyteomics/pull/130>`_ by Joshua Klein).
Expand All @@ -10,6 +10,16 @@
- :py:func:`pyteomics.mass.mass.calculate_mass` now supports `ProForma <https://www.psidev.info/proforma>`_.
A sequence or a :py:class:`proforma.ProForma` object can be passed with the `proforma` keyword argument
(`#137 <https://github.com/levitsky/pyteomics/pull/137>`_).
- Fix: restored the ability of :py:class:`IndexedTextReader` parsers (:py:class:`pyteomics.mgf.IndexedMGF`,
:py:class:`pyteomics.fasta.IndexedFASTA`, etc.) to load the byte offset index from a previously saved byte offset file
(created with :py:meth:`cls.prebuild_byte_offset_file` or :py:meth:`reader.write_byte_offsets`)
(`#142 <https://github.com/levitsky/pyteomics/pull/142>`_).
- API change: uncodumented method :py:meth:`_build_index` of indexing XML parsers renamed to :py:meth:`build_byte_index`
(`#142 <https://github.com/levitsky/pyteomics/pull/142>`_).
- Add a warning when creating an :py:class:`IndexedTextReader` instance with an empty offset index.
This warning can be disabled by passing `warn_if_empty=False`
(`#138 <https://github.com/levitsky/pyteomics/pull/138>`_).



4.6.3
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.6.4b3'
__version__ = '4.7'

from collections import namedtuple
import re
Expand Down

0 comments on commit afba654

Please sign in to comment.