Comparing version 0.3.4 to 0.4.0
{ | ||
"name": "cwise", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"description": "Component-wise map/reduce for ndarrays", | ||
@@ -11,3 +11,3 @@ "main": "cwise.js", | ||
"cwise-parser": "~0.0.1", | ||
"cwise-compiler": "~0.0.0" | ||
"cwise-compiler": "~0.1.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
@@ -5,2 +5,4 @@ cwise | ||
[![stable](https://rawgithub.com/hughsk/stability-badges/master/dist/stable.svg)](http://github.com/hughsk/stability-badges) | ||
Usage | ||
@@ -55,2 +57,5 @@ ===== | ||
+ `"shape"`: (Hidden) An array representing the shape of the arrays being processed | ||
+ (Hidden) An object containing two properties reprsenting an offset pointer from an array argument. | ||
+ `offset` An array representing the relative offset of the object | ||
+ `array` The index of an array parameter | ||
* `pre`: A function to be executed before starting the loop | ||
@@ -57,0 +62,0 @@ * `body`: (Required) A function that gets applied to each element of the input arrays |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9100
220
0
+ Addedcwise-compiler@0.1.0(transitive)
- Removedcwise-compiler@0.0.0(transitive)
Updatedcwise-compiler@~0.1.0