Skip to content

mokapot v0.7.2

Compare
Choose a tag to compare
@wfondrie wfondrie released this 16 Jul 19:05
0c09986

Added

  • --keep_decoys option to the command line interface. Thanks @jspaezp!
  • Notes about setting a random seed to the Python API documentation. (Issue #30)
  • Added more information about peptides that couldn't be mapped to proteins. (Issue #29)

Fixed

  • Loading a saved model with mokapot.load_model() would fail because of an
    update to Pandas that introduced a new exception. We've updated mokapot
    accordingly.

Changed

  • Updates to unit tests. Warnings are now treated as errors for system tests.