Skip to content

Releases: koheiw/proxyC

v.0.4.1

08 Apr 00:08
Compare
Choose a tag to compare

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

02 Sep 07:26
fde2242
Compare
Choose a tag to compare

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

22 Jul 07:03
Compare
Choose a tag to compare

New feature

  • Add the dorp0 argument

Bug fix

  • The digit argument is now passed to dist()

v0.1.2

19 Apr 22:36
Compare
Choose a tag to compare

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)