depthcharge v0.3.1
[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
andPeakEncoder
.
Fixed
- The
tgt_mask
in thePeptideTransformerDecoder
was the incorrect type.
Now it isbool
as it should be.
Thanks @justin-a-sanders!