Published August 12, 2020
| Version v2.0.0
Software
Open
wannesm/dtaidistance v2.0.0
Description
New in v2:
- Numpy is now an optional dependency, also to compile the C library (only Cython is required).
- Small optimizations throughout the C code to improve speed.
- The consistent use of
size_t
instead ofint
allows for larger data structures on 64 bit machines and be more compatible with Numpy. - The parallelization is now implemented directly in C (included if OpenMP is installed).
- The
max_dist
argument turned out to be similar to Silva and Batista's work on PrunedDTW [7]. The toolbox now implements a version that is equal to PrunedDTW since it prunes more partial distances. Additionally, ause_pruning
argument is added to automatically setmax_dist
to the Euclidean distance, as suggested by Silva and Batista, to speed up the computation (a new methodub_euclidean
is available). - Support in the C library for multi-dimensional sequences in the
dtaidistance.dtw_ndim
package.
Files
wannesm/dtaidistance-v2.0.0.zip
Files
(247.9 kB)
Name | Size | Download all |
---|---|---|
md5:911f40d73e0349505ad1632dec1d0411
|
247.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/wannesm/dtaidistance/tree/v2.0.0 (URL)