Skip to content

0.3.0

Compare
Choose a tag to compare
@florian-huber florian-huber released this 16 Sep 20:10
· 288 commits to master since this release
cfba91a

Main changes for user

  • use matchms.calculate_scores() instead of matchms.calculate_scores_parallel()
  • use spec2vec.Spec2Vec instead of spec2vec.Spec2VecParallel
  • use spec2vec.Spec2Vec.matrix(references, queries) instead of spec2vec.Spec2VecParallel(references, queries)

Added

  • Support for Python 3.8 #35

Changed

  • Refactored Spec2Vec class to provide .pair() and .matrix() methods #35

Removed

  • Spec2VecParallel (is now included as Spec2Vec.matrix()) #35