Releases: mljs/sparse-matrix
Releases · mljs/sparse-matrix
v3.1.0
3.1.0 (2025-07-07)
Features
- add
withEachNonZero
method and improve performance of mmul and kroneckerProduct (#14) (8e8318c)
v3.0.1
3.0.1 (2025-06-20)
Bug Fixes
- improve types by defining all methods and removing
eval
(#15) (a9a5894)
v3.0.0
3.0.0 (2025-05-25)
⚠ BREAKING CHANGES
- migrate to TypeScript and ESM
Bug Fixes
Code Refactoring
- migrate to TypeScript and ESM (d197546)