- Added a
diag
argument to compute similarity/distance only for corresponding rows or columns (#13). - Added a
smooth
parameter to chisquared and kullback leibler distances to solve negative values in sparse matrices (#15). - Added the hamming distance (#18)
- Fixed the chi-squared distance to match
stats::chisq.test()
(#14). - Fixed a bug in pairwise similarity/distance computation when
drop0 = TRUE
(#17).
- Add the
drop0
argument to address the floating point precision issue (#10).
- The digit argument is now passed to
dist()
(#11).
- Added
rowSds()
,colSds()
,rowZeros()
andcolZeros()
(#9).
- No longer assumes symmetry of resulting matrix when
x != y
(#4).
- Added the
digits
argument to correct rounding errors in C++ (#5).