- Reverted Marcus' patch.
- Heuristic testing of
dtwMemo
againstfastDTW
is kind of working now.
- There was a zero indexing bug that was discovered by Marcus Dean Gabriel.
- Switched from
MemoTrie
to memoization in a vector. Less memory footprint. - Bumped version of vector dependency from
>= 0.10 && < 0.11
to>= 0.10 && < 0.12
.