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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2024-11-01)
7
+
## Unreleased (2024-11-23)
8
8
9
9
<sectionclass="features">
10
10
@@ -32,6 +32,7 @@
32
32
33
33
<details>
34
34
35
+
-[`9c913e5`](https://github.com/stdlib-js/stdlib/commit/9c913e504f964aa729ec1f19abbaae30174ddbd8) - **docs:** update descriptions of the function and its parameters in `blas/ext/base/dapx`[(#3226)](https://github.com/stdlib-js/stdlib/pull/3226)_(by Muhammad Haris)_
35
36
-[`a187bfc`](https://github.com/stdlib-js/stdlib/commit/a187bfc1f71912625823d786f7b1234b224b323d) - **feat:** add C `ndarray` API and refactor `blas/ext/base/dapx`[(#2929)](https://github.com/stdlib-js/stdlib/pull/2929)_(by Muhammad Haris, Athan Reines)_
36
37
-[`e4de24f`](https://github.com/stdlib-js/stdlib/commit/e4de24f1e086063876214e73f1f6b659dc624eb1) - **fix:** resolve bugs in addon.c files _(by Philipp Burckhardt)_
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to add a constant to every other element
86
+
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to add a constant to every other element:
@@ -127,7 +127,7 @@ The function has the following additional parameters:
127
127
128
128
-**offsetX**: starting index.
129
129
130
-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to access only the last three elements of the strided array
130
+
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to access only the last three elements:
0 commit comments