From 2d9273e49454cb75dcc944c7226cba65e6157b7c Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:01:46 +0200 Subject: [PATCH] chore(main): release 3.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69e823..2b77b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/mljs/sparse-matrix/compare/v3.0.1...v3.1.0) (2025-07-07) + + +### Features + +* add `withEachNonZero` method and improve performance of mmul and kroneckerProduct ([#14](https://github.com/mljs/sparse-matrix/issues/14)) ([8e8318c](https://github.com/mljs/sparse-matrix/commit/8e8318c57b746461416fba89f4a934f929afb60f)) + ## [3.0.1](https://github.com/mljs/sparse-matrix/compare/v3.0.0...v3.0.1) (2025-06-20) diff --git a/package.json b/package.json index 0801258..f4483dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-sparse-matrix", - "version": "3.0.1", + "version": "3.1.0", "description": "Sparse matrix library", "type": "module", "exports": "./lib/index.js",