File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.0] ( https://github.com/mljs/sparse-matrix/compare/v2.1.0...v3.0.0 ) (2025-05-25)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * migrate to TypeScript and ESM
9
+
10
+ ### Bug Fixes
11
+
12
+ * remove docs and build on gh-pages ([ 9197b3c] ( https://github.com/mljs/sparse-matrix/commit/9197b3c1eba1a9c2e2f894bdaa5b066563d047c9 ) )
13
+ * remove travis ([ 4ff4567] ( https://github.com/mljs/sparse-matrix/commit/4ff45677d1308976a52bc8f583f4772983a5a0f0 ) )
14
+
15
+
16
+ ### Code Refactoring
17
+
18
+ * migrate to TypeScript and ESM ([ d197546] ( https://github.com/mljs/sparse-matrix/commit/d19754622b6b96afe3699553bbea8e7e939ce899 ) )
19
+
3
20
## [ 2.1.0] ( https://github.com/mljs/sparse-matrix/compare/v2.0.0...v2.1.0 ) (2021-03-03)
4
21
5
22
49
66
50
67
<a name =" 0.1.0 " ></a >
51
68
# 0.1.0 (2016-05-18)
52
-
53
-
54
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ml-sparse-matrix" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Sparse matrix library" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments