Changed - fixed bug in similaritymeasures.dtw_path(), where dtw path would always go from [1, 1] to [0, 0]
0.3.1
Changed - Repo name shortened to just similarity_measures
0.3.0
Added - Fréchet distance now supports any minkowski distance! Changed - Fréchet distance now supports N-D data! - Add notes to Fréchet and DTW about support of N-D data in readme. Removed - euc_dist function has been removed
0.2.3
Changed - fixed image link in README.rst for pypi.org - fix unicode Fréchet distance
0.2.2
Changed - dtw function docstring now specifies number of data points and dimensions