We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe50db commit 4b632bbCopy full SHA for 4b632bb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.11.0](https://github.com/mljs/matrix/compare/v6.10.8...v6.11.0) (2023-11-30)
4
+
5
6
+### Features
7
8
+* add Symmetric and Distance Matrix ([#178](https://github.com/mljs/matrix/issues/178)) ([cfe50db](https://github.com/mljs/matrix/commit/cfe50db84440d8be309057acd17a4d9e8bf42681))
9
10
## [6.10.8](https://github.com/mljs/matrix/compare/v6.10.7...v6.10.8) (2023-11-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-matrix",
- "version": "6.10.8",
+ "version": "6.11.0",
"description": "Matrix manipulation and computation library",
"main": "matrix.js",
"module": "src/index.js",
0 commit comments