Skip to content

Releases: tjof2/robustpca

robustpca v0.5.0

28 May 16:49
c9afc01
Compare
Choose a tag to compare

Now supports 32-bit and 64-bit float options.

robustpca v0.4.0

28 May 13:17
Compare
Choose a tag to compare

Major overhaul, now uses Cython as the C++ wrapper.

Bugfix release

01 Apr 11:28
462ab8f
Compare
Choose a tag to compare

robustpca release

Update for Python 3+

10 Nov 15:09
Compare
Choose a tag to compare
Update for Python 3+ Pre-release
Pre-release

Compatible with Python 3

Robust PCA with Python wrapper

24 Nov 13:55
Compare
Choose a tag to compare
Pre-release

New Python wrapper for ROSL algorithms.

Extended support to ROSL+ algorithm, which uses Nystrom's method to randomly sample the data matrix and speed up the algorithm. Previously ROSL+ only supported square sub-matrices.

Initial release

13 Nov 11:34
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the initial release of the C++ ROSL implementation, with a Python wrapper.