Skip to content

Commit dc84d06

Browse files
committed
2.1.0-rc.0
1 parent c6e745a commit dc84d06

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,16 @@ Returns **string** 
231231

232232
Generic vector operation with implicit traversal.
233233

234-
Supports automatic type conversions, multiple inputs and writing into a pre-existing array.
234+
Supports automatic type conversions, multiple inputs, strided N-dimensional arrays and writing into a pre-existing array.
235+
236+
If using N-dimensional arrays, all arrays must have the same shape. The result is always in positive row-major order.
237+
When mixing linear vectors and N-dimensional arrays, the linear vectors are considered to be in positive row-major order
238+
in relation to the N-dimensional arrays.
235239

236240
#### Parameters
237241

238242
* `threads` **number?** 
239-
* `arguments` **Record\<string, (number | TypedArray\<any> | ndarray.NdArray\<any>)>**&#x20;
243+
* `arguments` **Record\<string, (number | TypedArray\<any> | ndarray.NdArray\<any> | stdlib.ndarray)>**&#x20;
240244
* `target` **TypedArray\<T>?**&#x20;
241245

242246
#### Examples

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postpublish": "gh workflow run test-npm.yml -F version=$npm_package_version"
2525
},
2626
"name": "exprtk.js",
27-
"version": "2.0.0",
27+
"version": "2.1.0-rc.0",
2828
"description": "JS Mathematical Expression Toolkit Library",
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)