Skip to content

Releases: alexeckert/parallelDist

parallelDist 0.2.6

06 Feb 15:07
Compare
Choose a tag to compare

parallelDist 0.2.5

28 Dec 23:41
Compare
Choose a tag to compare
  • Reflect changes in proxy 0.4-26: Change coercion function for cosine similarity to distance to 1-x instead of 1-abs(x)

See https://github.com/alexeckert/parallelDist/blob/master/inst/NEWS.Rd

parallelDist 0.2.4

13 Dec 14:07
Compare
Choose a tag to compare

parallelDist 0.2.3

12 Dec 00:04
Compare
Choose a tag to compare
  • 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).

See https://github.com/alexeckert/parallelDist/blob/master/inst/NEWS.Rd

parallelDist 0.2.2

24 Sep 20:03
Compare
Choose a tag to compare
  • Fixed DTW calculation errors for matrices of different length when using multiple threads.
  • Reduced number of tests executed on CRAN.

See https://github.com/alexeckert/parallelDist/blob/master/inst/NEWS.Rd

parallelDist 0.2.1

06 Dec 23:38
Compare
Choose a tag to compare
  • Fixed vignette generation errors for upcoming R releases
  • Removed highlight as vignette builder and dependency

See https://github.com/alexeckert/parallelDist/blob/master/inst/NEWS.Rd

parallelDist 0.2.0

27 Sep 21:32
Compare
Choose a tag to compare
  • Added support for user-defined distance functions
  • Added R 3.0.2 as requirement
  • Fixed clang UBSAN downcast warning

See https://github.com/alexeckert/parallelDist/blob/master/inst/NEWS.Rd

parallelDist 0.1.1

08 Jun 17:21
Compare
Choose a tag to compare
  • Fixed missing include statement of the string library in Utility.h which caused a compile error when clang++ was used.

See https://github.com/alexeckert/parallelDist/blob/master/inst/NEWS.Rd