Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.0c0
5.0c1
-----

- Update the standard ion compositions to be more consistent with the adopted ion type notation.
Expand All @@ -14,8 +14,10 @@
- Support **ProForma 2.1** (`#183 <https://github.com/levitsky/pyteomics/pull/183>`_ by Joshua Klein).
You can calculate compositions for :py:class:`ProForma` objects using :py:meth:`pyteomics.proforma.Proforma.composition`
and get m/z with annotated or user-provided charge state using :py:meth:`pyteomics.proforma.Proforma.mz`.
You can also iterate through possible peptidoforms when a ProForma sequence is annotated with some ambiguity using
:py:meth:`pyteomics.proforma.Proforma.generate_proteoforms`.

- You can also iterate through possible peptidoforms when a ProForma sequence is annotated with some ambiguity using
:py:meth:`pyteomics.proforma.Proforma.proteoforms` and apply additional modification specifications to any ProForma sequence
using :py:func:`pyteomics.proforma.proteoforms` (`#196 <https://github.com/levitsky/pyteomics/pull/196>`_ by Joshua Klein).

- Implement **thread-based parallelism**.
Following the introduction of `official free-threading Python implementations <https://docs.python.org/3/howto/free-threading-python.html>`_
Expand Down
Loading