Skip to content

Releases: libscran/scran_pca

v0.3.1

07 Dec 11:19

Choose a tag to compare

  • Implement subset_pca() to perform PCA on a subset of features while still reporting the rotation matrix for all features.
  • Enforce column-major Eigen matrices in simple_pca().

v0.3.0

10 Nov 22:33

Choose a tag to compare

  • Updates to use the latest versions of irlba and Eigen.
  • Use tatami_mult to handle the wrapped tatami multiplication.

v0.2.0

19 Aug 22:13

Choose a tag to compare

  • Updated versions of all dependencies, especially tatami.
  • Internal refactoring to reduce the risk of integer overflow.

v0.1.2

15 Feb 22:35

Choose a tag to compare

  • Avoid unnecessary copies when returning const references from IIFEs.

v0.1.1

21 Dec 08:43

Choose a tag to compare

  • Report the IRLBA convergence status in the *Results objects.
  • Bugfix for non-int types of Index_.

v0.1.0

18 Jul 21:33

Choose a tag to compare

First experimental release of this library.