Skip to content

Commit

Permalink
Update changelog, version 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Oct 1, 2024
1 parent 68b5c3b commit dec3ee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
4.7.4a2
-------
4.7.4
-----

- Fix call signature for :py:func:`pepxml.read` and make it a full alias to :py:class:`pepxml.PepXML`.
- Disable indexing of pepXML in :py:func:`pepxml.DataFrame`, which fixes creation of dataframes from files
with non-unique spectrum IDs.
- Fix #156.
- Allow iteration over search hits instead of spectrum queries with :py:meth:`pyteomics.pepxml.PepXML.search_hits`.
:py:func:`pyteomics.pepxml.DataFrame` has a new argument `by`, which accepts values "spectrum_query" (default)
and "search_hit" (new).
- Fix `#156 <https://github.com/levitsky/pyteomics/issues/156>`_.
- Fix `#157 <https://github.com/levitsky/pyteomics/issues/157>`_
(`#158 <https://github.com/levitsky/pyteomics/pull/158>`_ by Joshua Klein).


4.7.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.7.4a2'
__version__ = '4.7.4'

from collections import namedtuple
import re
Expand Down

0 comments on commit dec3ee5

Please sign in to comment.