We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42e937 commit c275c84Copy full SHA for c275c84
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [8.0.3](https://github.com/newresu/fit-tnt/compare/v8.0.2...v8.0.3) (2025-03-20)
4
+
5
6
+### Performance Improvements
7
8
+* Remove extra loop SymMul ([e42e937](https://github.com/newresu/fit-tnt/commit/e42e937a0c73b7f0a361b449014ad63afd75f3fa))
9
10
## [8.0.2](https://github.com/newresu/fit-tnt/compare/v8.0.1...v8.0.2) (2025-03-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fit-tnt",
- "version": "8.0.2",
+ "version": "8.0.3",
"description": "TNT - A Least Squares iterative solver.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments