Skip to content

Releases: levitsky/pyteomics

Version 4.4-beta0

07 Nov 18:19
ae60419
Compare
Choose a tag to compare
Version 4.4-beta0 Pre-release
Pre-release

Version 4.3.3

29 Sep 16:11
29f4136
Compare
Choose a tag to compare
  • Add pyteomics.electrochem.gravy (#9).

  • Fixes and improvements in pyteomics.pepxml.roc_curve (#10).

  • Changes in guessing behavior of read functions.

    In modules that implement indexing parsers for non-XML formats (MGF, FASTA, PEFF, ms1/ms2),
    when a parser is instantiated using read, the parser class to instantiate is guessed
    based on the mode of the file object passed to read (text or binary).

    With some file-like objects, mode cannot be easily deduced without consuming some of the data.
    You will now see more warnings in case use_index is not explicitly passed to read and reading mode is not obvious.
    There will also be warnings if use_index is specified but the file is opened in the wrong mode.
    To avoid all of this, you are encouraged to instantiate parser classes directly,
    or explicitly specify use_index to read in all corner cases.

Version 4.3.2

20 May 16:52
9dc05b3
Compare
Choose a tag to compare

This release addresses the packaging issue #7.

Version 4.3.1

18 May 19:41
ba54934
Compare
Choose a tag to compare

This technical release updates v4.3 by removing references to easy_install.

Version 4.3

18 May 18:13
Compare
Choose a tag to compare

First release after the move to Github. Issue and PR numbers in release notes now refer to this
Github repo. Archive of the Bibucket issues and PRs is stored here.

Changes in this release: