-----
- Added :py:mod:`mzid` module for parsing of mzIdentML files.
- Fixed bugs, improved tests.
API changes
...........
- top-module functions in :py:mod:`fasta`, :py:mod:`mgf`, :py:mod:`mzml`,
:py:mod:`pepxml`, as well as :py:mod:`mzid`, are now called :py:func:`read`.
- in :py:mod:`parser`, :py:func:`parse_sequence` renamed to :py:func:`parse`.
It now accepts an optional parameter `allow_unknown_modifications`.
- :py:func:`mgf.write_mgf` and :py:func:`fasta.write_fasta` renamed to
:py:func:`write`.
- the output format of all :py:func:`read` functions has changed.