Skip to content

Releases: massimofedrigo/randomized-svd

v0.5.0

01 Jan 14:31

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

31 Dec 11:19

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

30 Dec 15:55

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

30 Dec 13:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial Release

29 Dec 12:40

Choose a tag to compare

🚀 Initial Release (v0.1.0)

  • Core Algorithm: Fast implementation of Randomized SVD compatible with standard NumPy arrays.
  • Smart Optimization: Automatic dispatching for Tall-and-Skinny vs Short-and-Fat matrices to minimize memory usage.
  • Denoising: Included implementation of the Gavish-Donoho optimal threshold for rank selection.
  • Zero Bloat: Lightweight package with numpy as the only core dependency.