slaypni / fastdtw

A Python implementation of FastDTW
MIT License
774 stars 122 forks source link

Change version description for consistency of result #62

Open tsh11na opened 1 year ago

tsh11na commented 1 year ago

As mentioned in issue #46, the result of matching the two graphs depends on whether the installed version internally uses Cython or not. But the original code shows version==0.3.4 regardless of that difference.

So I modified version description for users to identify the actural installed version. If your version uses Cython, it will be 0.3.4+Cython, otherwise 0.3.4+raw.