numkong 7.4.4 → 7.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "numkong",
3
- "version": "7.4.4",
3
+ "version": "7.4.5",
4
4
  "description": "Portable mixed-precision math, linear-algebra, & retrieval library with 2000+ SIMD kernels for x86, Arm, RISC-V, LoongArch, Power, & WebAssembly",
5
5
  "homepage": "https://github.com/ashvardanian/NumKong",
6
6
  "author": "Ash Vardanian",
@@ -98,11 +98,11 @@
98
98
  "printWidth": 120
99
99
  },
100
100
  "optionalDependencies": {
101
- "@numkong/darwin-arm64": "7.4.4",
102
- "@numkong/darwin-x64": "7.4.4",
103
- "@numkong/linux-arm64": "7.4.4",
104
- "@numkong/linux-x64": "7.4.4",
105
- "@numkong/win32-arm64": "7.4.4",
106
- "@numkong/win32-x64": "7.4.4"
101
+ "@numkong/darwin-arm64": "7.4.5",
102
+ "@numkong/darwin-x64": "7.4.5",
103
+ "@numkong/linux-arm64": "7.4.5",
104
+ "@numkong/linux-x64": "7.4.5",
105
+ "@numkong/win32-arm64": "7.4.5",
106
+ "@numkong/win32-x64": "7.4.5"
107
107
  }
108
108
  }
package/wasm/numkong.wasm CHANGED
Binary file