@justinelliottcobb/amari-wasm 0.8.5 → 0.8.6

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/amari_wasm.js CHANGED
@@ -554,7 +554,7 @@ async function __wbg_load(module, imports) {
554
554
  function __wbg_get_imports() {
555
555
  const imports = {};
556
556
  imports.wbg = {};
557
- imports.wbg.__wbg_log_184a2d15ce50655c = function(arg0, arg1) {
557
+ imports.wbg.__wbg_log_84607a76f87c4b75 = function(arg0, arg1) {
558
558
  console.log(getStringFromWasm0(arg0, arg1));
559
559
  };
560
560
  imports.wbg.__wbg_wbindgenthrow_451ec1a8469d7eb6 = function(arg0, arg1) {
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Amari Contributors"
6
6
  ],
7
7
  "description": "WebAssembly bindings for Amari mathematical computing library - geometric algebra, tropical algebra, automatic differentiation, fusion systems, and information geometry",
8
- "version": "0.8.5",
8
+ "version": "0.8.6",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
@@ -27,6 +27,6 @@
27
27
  "webassembly",
28
28
  "geometric-algebra",
29
29
  "tropical-algebra",
30
- "automatic-differentiation"
30
+ "autodiff"
31
31
  ]
32
32
  }