| NEWS | R Documentation | 
NEWS for Package parallelDist
Changes in parallelDist version 0.2.7
- Removed C++11 dependency to support newer Armadillo versions 
Changes in parallelDist version 0.2.6
- Remove LazyData from DESCRIPTION 
- Switch vignette font 
Changes in parallelDist version 0.2.5
- Reflect changes in proxy 0.4-26: Change coercion function for cosine similarity to distance to 1-x instead of 1-abs(x) 
Changes in parallelDist version 0.2.4
- Fixed build on Solaris using explicit casts. 
Changes in parallelDist version 0.2.3
- Preserve label attribute of dist class. 
- Allow double values for Minkowski distance. 
- Added hamming distance (contributed by Srikanth KS). 
- Added cosine similarity (contributed by Lucas Godoy). 
Changes in parallelDist version 0.2.2
- Fixed DTW calculation errors for matrices of different length when using multiple threads. 
- Reduced number of tests executed on CRAN. 
Changes in parallelDist version 0.2.1
- Fixed vignette generation errors for upcoming R releases. 
- Removed highlight as vignette builder and dependency. 
Changes in parallelDist version 0.2.0
- Added support for user-defined distance functions. 
- Added R 3.0.2 as requirement. 
- Fixed clang UBSAN downcast warning. 
Changes in parallelDist version 0.1.1
- Missing include statement of the string library in Utility.h caused compile error when clang++ was used.