Recent Releases of dtaidistance
dtaidistance - v2.3.10
- Improved compilation for M1/M2, and Py3.7
- Improved plotting warping paths
- Improved kmeans clustering for ndim
- Python
Published by wannesm over 3 years ago
dtaidistance - v2.3.5
- Improved visualisation (single axis, provide Figure)
- Fixed compilation with OpenMP for macos Monterey
- Unified arguments across different methods by @probberechts
- Python
Published by wannesm about 4 years ago
dtaidistance - v2.3.4
- Additional clustering techniques. E.g. DTW Barycenter Averaging for clustering, k-medoids.
- Subsequence search and local concurrences.
- Improved Windows compatibility.
- Anaconda release (by @m-rossi )
- Improved visualisations
- Python
Published by wannesm about 4 years ago
dtaidistance -
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_tinstead ofintallows 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_distargument 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_pruningargument is added to automatically setmax_distto the Euclidean distance, as suggested by Silva and Batista, to speed up the computation (a new methodub_euclideanis available). - Support in the C library for multi-dimensional sequences in the
dtaidistance.dtw_ndimpackage.
- Python
Published by wannesm over 5 years ago