You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,8 @@ This release closes the following issue:
87
87
88
88
<details>
89
89
90
+
-[`d9a5e08`](https://github.com/stdlib-js/stdlib/commit/d9a5e081c5376c8688ffd96f29dec0e135cb123c) - **docs:** update namespace table of contents [(#11114)](https://github.com/stdlib-js/stdlib/pull/11114)_(by stdlib-bot)_
91
+
-[`90b1d08`](https://github.com/stdlib-js/stdlib/commit/90b1d08d97ae2d4db68836796d38f486d62d6610) - **chore:** minor clean-up _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ var o = ns;
78
78
79
79
- <spanclass="signature">[`anyBy( arrays, predicate[, thisArg] )`][@stdlib/ndarray/base/any-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in an ndarray passes a test implemented by a predicate function.</span>
80
80
- <spanclass="signature">[`any( arrays )`][@stdlib/ndarray/base/any]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in an ndarray is truthy.</span>
81
+
- <spanclass="signature">[`assignScalar( arrays )`][@stdlib/ndarray/base/assign-scalar]</span><spanclass="delimiter">: </span><spanclass="description">assign a scalar value to every element of an output ndarray.</span>
81
82
- <spanclass="signature">[`assign( arrays )`][@stdlib/ndarray/base/assign]</span><spanclass="delimiter">: </span><spanclass="description">assign elements in an input ndarray to elements in an output ndarray.</span>
82
83
- <spanclass="signature">[`atleastnd( ndims, arrays )`][@stdlib/ndarray/base/atleastnd]</span><spanclass="delimiter">: </span><spanclass="description">convert a list of values (scalars and/or ndarrays) to ndarrays having at least a specified number of dimensions.</span>
83
84
- <spanclass="signature">[`binaryInputCastingDataType( idtype1, idtype2, odtype, policy )`][@stdlib/ndarray/base/binary-input-casting-dtype]</span><spanclass="delimiter">: </span><spanclass="description">resolve the casting data type for an input ndarray provided to a binary function.</span>
@@ -143,6 +144,7 @@ var o = ns;
143
144
- <spanclass="signature">[`array2ndarray( buf, order )`][@stdlib/ndarray/base/from-array]</span><spanclass="delimiter">: </span><spanclass="description">convert an array to a one-dimensional ndarray.</span>
144
145
- <spanclass="signature">[`scalar2ndarrayLike( x, value )`][@stdlib/ndarray/base/from-scalar-like]</span><spanclass="delimiter">: </span><spanclass="description">convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.</span>
145
146
- <spanclass="signature">[`scalar2ndarray( value, dtype, order )`][@stdlib/ndarray/base/from-scalar]</span><spanclass="delimiter">: </span><spanclass="description">convert a scalar value to a zero-dimensional ndarray.</span>
147
+
- <spanclass="signature">[`full( value, dtype, shape, order )`][@stdlib/ndarray/base/full]</span><spanclass="delimiter">: </span><spanclass="description">create an ndarray filled with a specified value and having a specified shape and data type.</span>
146
148
- <spanclass="signature">[`includes( arrays )`][@stdlib/ndarray/base/includes]</span><spanclass="delimiter">: </span><spanclass="description">test whether an ndarray contains a specified value.</span>
147
149
- <spanclass="signature">[`ind( idx, max, mode )`][@stdlib/ndarray/base/ind]</span><spanclass="delimiter">: </span><spanclass="description">return an index given an index mode.</span>
148
150
- <spanclass="signature">[`ind2sub( shape, strides, offset, order, idx, mode )`][@stdlib/ndarray/base/ind2sub]</span><spanclass="delimiter">: </span><spanclass="description">convert a linear index to an array of subscripts.</span>
0 commit comments