Skip to content

depthcharge v0.3.1

Compare
Choose a tag to compare
@wfondrie wfondrie released this 19 Aug 04:02
· 14 commits to main since this release
c18fa1c

[v0.3.1] - 2023-08-18

Added

  • Support for fine-tuning the wavelengths used for encoding floating point numbers like m/z and intensity to the FloatEncoder and PeakEncoder.

Fixed

  • The tgt_mask in the PeptideTransformerDecoder was the incorrect type.
    Now it is bool as it should be.
    Thanks @justin-a-sanders!