Skip to content

Commit 0fff868

Browse files
authored
chore(main): release 6.13.0 (#209)
1 parent 22548f2 commit 0fff868

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [6.13.0](https://github.com/mljs/matrix/compare/v6.12.2...v6.13.0) (2026-06-23)
4+
5+
6+
### Features
7+
8+
* add Matrix.gram() for the symmetric XᵀX product ([#208](https://github.com/mljs/matrix/issues/208)) ([436258b](https://github.com/mljs/matrix/commit/436258bcb5aa122fde5eda8425d595d38a37f9b4))
9+
* add Matrix.mmulByTranspose() ([#207](https://github.com/mljs/matrix/issues/207)) ([9b3835a](https://github.com/mljs/matrix/commit/9b3835ab1a82fe63070a0fee0fdad252f22fc81f))
10+
11+
12+
### Performance Improvements
13+
14+
* speed up SVD (~4.7x) and symmetric EVD (~1.7x) via transposed internal storage ([#167](https://github.com/mljs/matrix/issues/167)) ([22548f2](https://github.com/mljs/matrix/commit/22548f25c918dad29922ed24ee91dcf8c4f51565))
15+
316
## [6.12.2](https://github.com/mljs/matrix/compare/v6.12.1...v6.12.2) (2026-04-15)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-matrix",
3-
"version": "6.12.2",
3+
"version": "6.13.0",
44
"description": "Matrix manipulation and computation library",
55
"main": "matrix.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)