From aa61c2ab5e70fca36e89f93db667a1d968beb2be Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:37:25 +0200 Subject: [PATCH] chore(main): release 6.14.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d944b..bacea03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.14.0](https://github.com/mljs/matrix/compare/v6.13.0...v6.14.0) (2026-07-13) + + +### Features + +* add transposeMultiply (thisᵀ · other) without materializing the transpose ([#211](https://github.com/mljs/matrix/issues/211)) ([f0f21a7](https://github.com/mljs/matrix/commit/f0f21a737303c513569c025e3baee9a4248e4e2b)) + ## [6.13.0](https://github.com/mljs/matrix/compare/v6.12.2...v6.13.0) (2026-06-23) diff --git a/package.json b/package.json index dee37b8..3ea7c8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-matrix", - "version": "6.13.0", + "version": "6.14.0", "description": "Matrix manipulation and computation library", "main": "matrix.js", "module": "src/index.js",