- Added support for Python 3. Python 2.7 is still supported, Python 2.6 is not.
1.1.1
-----
- New function called :py:func:`add_modifications()` added in :py:mod:`pyteomics.mass`. It updates *aa_comp*. - Also, :py:func:`pyteomics.parser.isoforms` is a new function to get all possible modified sequences of a peptide.
1.1.0
-----
- New module added - :py:mod:`pyteomics.mgf`. It is intended for reading and writing files in Mascot Generic Format.
1.0.2
-----
- In :py:mod:`pyteomics.pepxml` module, now all search hits are read from file (not only the top hit).
API changes: ............
- :py:func:`pyteomics.pepxml.read`: information specific to search hits is now stored in a list under the ``'search_hits'`` key. The list is sorted by hit rank.
1.0.1
-----
- Fix compatibility issues in :py:mod:`pyteomics.pepxml` module.
1.0.0
-----
- The first public release of Pyteomics.
API changes: ............
- :py:mod:`pyteomics.achrom`: rename ``'length correction factor'`` to ``'length correction parameter'``.
- :py:func:`pyteomics.achrom.get_RCs_vary_lcf` was renamed to :py:func:`pyteomics.achrom.get_RCs_vary_lcp`. - `length_correction_factor` keyword argument of :py:func:`pyteomics.achrom.get_RCs` was renamed to `lcp`.