0.4.0
This releases expands the API and makes it possible to compute Spec2Vec similarities without the need to first create SpectrumDocument
objects from Spectrum
objects (will now be done as part of Spec2Vec
).
Changed
- refactored
Spec2Vec
to now acceptSpectrum
orSpectrumDocument
as input #51