Skip to content

Releases: tanaylab/tglkmeans

tglkmeans 0.5.4

15 Feb 09:16
Compare
Choose a tag to compare

tglkmeans 0.5.4

  • Fixed usage of more than 2 cores when testing on CRAN.

tglkmeans 0.5.3

  • Fix: colnames and rownames were removed in downsample_matrix function.

tglkmeans 0.5.2

  • Fixed docs.

tglkmeans 0.5.1

  • Fix: cluster slot ids were corrupted when data was a tibble and id_column was TRUE.
  • Fix: ids were not used when id_column was FALSE and data had rownames.

tglkmeans 0.5.0

  • Added dowsample_matrix function to downsample the columns of a count matrix to a target number.

tglkmeans 0.5.0

30 Dec 19:49
c65b008
Compare
Choose a tag to compare
  • Added dowsample_matrix function to downsample the columns of a count matrix to a target number.

tglkmeans 0.4.0

26 Dec 20:50
50188ca
Compare
Choose a tag to compare
  • Default of id_column parameter was changed to FALSE. Note that this is a breaking change, and if you want to use an id column, you need to set it explicitly to TRUE.
  • Use R random number generator instead of C++11 random number generator. For backwards compatibility, the old random number generator can be used by setting use_cpp_random to TRUE.
  • Added parallelization using RcppParallel.

0.3.5

29 Aug 05:06
4ef35ef
Compare
Choose a tag to compare
  • fix: loading the package failed on machines with a single core (issue #6)
  • Changed errors from cpp to 1 based indexing.

0.3.4

28 Jul 05:26
Compare
Choose a tag to compare
updated README