Skip to content

Releases: tanaylab/tgstat

2.4.0

Choose a tag to compare

@aviezerl aviezerl released this 25 Aug 11:17
ef7e418
  • Added tgs_chi2(): vectorized chi-squared test for 2x2 contingency tables with optional Yates' continuity correction. Supports both dense and sparse (dgCMatrix) matrix input. Useful for differential gene expression analysis. C++ backend with fork-based parallelization for large matrices and erfc(sqrt(x/2)) optimization for p-value computation.

V2.3.25

Choose a tag to compare

@aviezerl aviezerl released this 04 Jan 07:16
21a8bb9
  • Fixed clang warnings.

V2.3.19

Choose a tag to compare

@aviezerl aviezerl released this 25 Nov 06:48
1590cce
  • Fixed rchk warning with the patch generously provided by Tomas Kalibera (thanks!).
  • Fixed a compilation warning on M1 macs.

V2.3.18

Choose a tag to compare

@aviezerl aviezerl released this 29 Sep 20:21
5651d0f
Fix@compilation warning on m1 macs (#6)

* Fixed a compilation warning on M1 macs.

* use `lang2` instead of string evaluation

* fixed more CMD check warnings

V2.3.17

Choose a tag to compare

@aviezerl aviezerl released this 14 Apr 17:27
b5ce39b
  • Fix compilation issues with R 4.2.0
  • Use roxygen2 and markdown for documentation