NEWS | R Documentation |
Remove LazyData from DESCRIPTION
Switch vignette font
Reflect changes in proxy 0.4-26: Change coercion function for cosine similarity to distance to 1-x instead of 1-abs(x)
Fixed build on Solaris using explicit casts.
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).
Fixed DTW calculation errors for matrices of different length when using multiple threads.
Reduced number of tests executed on CRAN.
Fixed vignette generation errors for upcoming R releases.
Removed highlight as vignette builder and dependency.
Added support for user-defined distance functions.
Added R 3.0.2 as requirement.
Fixed clang UBSAN downcast warning.
Missing include statement of the string library in Utility.h caused compile error when clang++ was used.