Skip to content

Commit 22a49a1

Browse files
authored
chore(main): release 3.1.0 (#17)
1 parent d5d6f8f commit 22a49a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/mljs/sparse-matrix/compare/v3.0.1...v3.1.0) (2025-07-07)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [3.0.1](https://github.com/mljs/sparse-matrix/compare/v3.0.0...v3.0.1) (2025-06-20)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-sparse-matrix",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Sparse matrix library",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)