Releases: koheiw/proxyC
Releases · koheiw/proxyC
v.0.4.1
New features and improvements
Use more recent Intel oneAPI Threads Building Blocks (TBB) library to improve the stability in parallel computing.
Add options(proxyC.threads)
to control the number of threads in parallel computing (but RCPP_PARALLEL_NUM_THREADS
still has effect).
New system requirements
The RcppParallel package is no longer required as the TBB library in the operating system (Linux and MacOS) or Rtools (Windows) is used.
Linux and MacOS must have the TBB library to enable parallel computing before installing this package from the source.
v0.2.0
proxyC 0.2.0
New features
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 )
Bug fixes
Fixed the chi-squared distance to match stats::chisq.test()
(#14 ).
Fixed a bug in pairwise similarity/distance computation when drop0 = TRUE
(#17 ).
v0.1.5
New feature
Bug fix
The digit argument is now passed to dist()
v0.1.2
Bug fix
No longer assumes symmetry of resulting matrix when x != y (#3 )
New feature
Add the digits argument to correct rounding errors in C++ (#5 )
You can’t perform that action at this time.