Added - dtw path function - dtw function can now take all distance metrics in scipy.spatial.distance.cdist - add test functions for dtw_path - add test functions for passing distance metrics in dtw Changed - dtw function now outputs cumulative distance matrix
0.2.0
Added - dtw function for Dynamic Time warping! - New test curves for sphere and simple three points - dtw example fits in notebook - Changelog Changed - Docstrings now follow numpydoc - Added dtw examples to README