Skip to content

Releases: sildater/parangonar

Release 2.0.0

30 Oct 18:03
ac28de8
Compare
Choose a tag to compare

A major new version of parangonar is here, refactoring sequence and note aligners, adding new models, better documentations, and tests:

  • TheGlueNote
  • refactored DTW, NWTW
  • weightedDTW, weightedNWTW
  • OLTW
  • updated and restructured readme and getting started
  • tests for all note aligners
  • tests for all sequence aligners

Release 1.0.0

02 Nov 19:53
8a6fae7
Compare
Choose a tag to compare

this release adds:

  • improved automatic offline alignment: DualDTWNoteMatcher
  • online / realtime alignment: OnlineTransformerMatcher and OnlinePureTransformerMatcher
  • getting started notebook

there is now a pytorch dependency due to pretrained models for online alignment

previous matchers are still supported:

  • automatic offline alignment: AutomaticNoteMatcher
    -anchor point-enhanced alignment: AnchorPointNoteMatcher

Happy Matching!