Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 11, 2025
1 parent e57c9a1 commit fa7acec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,6 @@ A total of 8 people contributed to this release. Thank you to the following cont

<details>

- [`09b5945`](https://github.com/stdlib-js/stdlib/commit/09b5945ae5fedad2de3f3154c599868b8414967d) - **docs:** update namespace TypeScript declaration comments [(#4691)](https://github.com/stdlib-js/stdlib/pull/4691) _(by stdlib-bot, Philipp Burckhardt)_
- [`ba7f732`](https://github.com/stdlib-js/stdlib/commit/ba7f7328fc7fe6e2049f79421f152303daa1f290) - **docs:** update namespace table of contents [(#4693)](https://github.com/stdlib-js/stdlib/pull/4693) _(by stdlib-bot, Philipp Burckhardt)_
- [`bb638df`](https://github.com/stdlib-js/stdlib/commit/bb638df38852d5ba3e341e9d607a0900a5d55723) - **refactor:** update `blas/ext/base/gnannsumkbn` to follow current project conventions [(#4631)](https://github.com/stdlib-js/stdlib/pull/4631) _(by Muhammad Haris)_
- [`0639c11`](https://github.com/stdlib-js/stdlib/commit/0639c11f0aac69a249c9710c9031e4f9cec14f62) - **refactor:** update `blas/ext/base/gsumkbn2` to follow current project conventions [(#4678)](https://github.com/stdlib-js/stdlib/pull/4678) _(by Muhammad Haris)_
Expand Down
10 changes: 5 additions & 5 deletions ext/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1809,9 +1809,9 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param strideX - stride length for `x`
* @param strideX - `x` stride length
* @param out - output array whose first element is the sum and whose second element is the number of non-NaN elements
* @param strideOut - stride length for `out`
* @param strideOut - `out` stride length
* @returns output array
*
* @example
Expand Down Expand Up @@ -2191,7 +2191,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param strideX - stride length
* @param stride - stride length
* @returns sum
*
* @example
Expand All @@ -2213,7 +2213,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param strideX - stride length
* @param stride - stride length
* @returns sum
*
* @example
Expand All @@ -2235,7 +2235,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param strideX - stride length
* @param stride - stride length
* @returns sum
*
* @example
Expand Down

0 comments on commit fa7acec

Please sign in to comment.