parallelDist
Parallel Distance Matrix Computation using Multiple Threads
parallelDist is in pure preservation mode — one build fix every few years.
◆Recent moves
- 10mo ago
parallelDist 0.2.7 drops the C++11 pin for newer Armadillo
A toolchain fix with no behavioral change: the explicit C++11 dependency is removed so the package keeps compiling against current Armadillo. This is exactly the kind of upstream-triggered release that now defines the package's cadence.
View source ↗ - 4y ago
parallelDist 0.2.6: LazyData removed, vignette font swapped
CRAN housekeeping — a DESCRIPTION field drop and a vignette font change. Nothing reaches the distance computation itself.
View source ↗ - 4y ago
parallelDist 0.2.5 changes cosine distance to 1-x
Cosine similarity now converts to distance as 1-x rather than 1-abs(x), tracking a change in proxy 0.4-26. Small in code, but it silently changes results for anyone using that measure on signed data, which makes it worth more than a footnote.
View source ↗ - 7y ago
parallelDist 0.2.4 fixes the Solaris build
Explicit casts to satisfy the Solaris toolchain — a CRAN platform obligation of the era, invisible to users on any other system.
View source ↗ - 7y ago
parallelDist 0.2.3 adds hamming and cosine measures
The last release that grew the package: hamming distance and cosine similarity arrive from contributors, dist labels are preserved, and Minkowski accepts doubles. Everything since has been compatibility work, which makes this the effective end of feature development.
View source ↗ - 7y ago
parallelDist 0.2.2
A genuine correctness fix: DTW distances were wrong for matrices of differing length when multiple threads were in use, which is the failure mode a parallel distance package can least afford. CRAN test count was trimmed in the same release.
View source ↗