Skip to content

Commit 6630a92

Browse files
committed
Auto-generated commit
1 parent 3b32999 commit 6630a92

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,6 @@ A total of 57 issues were closed in this release:
916916

917917
<details>
918918

919-
- [`f1813da`](https://github.com/stdlib-js/stdlib/commit/f1813dabd21da054ff60d0b76c758c5c28ea0dfc) - **chore:** propagate recent fixes to sibling packages [(#11723)](https://github.com/stdlib-js/stdlib/pull/11723) _(by Philipp Burckhardt)_
920-
- [`4e221de`](https://github.com/stdlib-js/stdlib/commit/4e221de394e933182e6b487be8a35737a33a4994) - **docs:** remove extra empty lines [(#11735)](https://github.com/stdlib-js/stdlib/pull/11735) _(by stdlib-bot)_
921919
- [`973f832`](https://github.com/stdlib-js/stdlib/commit/973f8327ee125d0f34d1d168be7511346216f189) - **docs:** update namespace table of contents [(#11738)](https://github.com/stdlib-js/stdlib/pull/11738) _(by stdlib-bot)_
922920
- [`538ced0`](https://github.com/stdlib-js/stdlib/commit/538ced061007046094f1786c6d3fda9a113130b3) - **feat:** update `blas/ext/base` TypeScript declarations [(#11737)](https://github.com/stdlib-js/stdlib/pull/11737) _(by stdlib-bot)_
923921
- [`5d7de9d`](https://github.com/stdlib-js/stdlib/commit/5d7de9dc58abb2a9b049a17b87f988d9d52ed56e) - **feat:** add `cunitspace` to namespace _(by Athan Reines)_

ext/base/sdiff/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The function has the following parameters:
6868
- **workspace**: workspace [`Float32Array`][@stdlib/array/float32]. Must have `N + N1 + N2 - 1` elements.
6969
- **strideW**: stride length for `workspace`.
7070

71-
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute differences of every other element:
71+
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to differences of every other element:
7272

7373
```javascript
7474
var Float32Array = require( '@stdlib/array/float32' );

ext/base/snancount/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,10 @@ CBLAS_INT stdlib_strided_snancount_ndarray( const CBLAS_INT N, const float *X, c
225225

226226
<!-- /.usage -->
227227

228+
228229
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
229230

231+
230232
<section class="notes">
231233

232234
### Notes
@@ -291,6 +293,7 @@ int main( void ) {
291293
292294
<!-- <related-links> -->
293295
296+
294297
<!-- </related-links> -->
295298
296299
</section>

0 commit comments

Comments
 (0)