Skip to content

Commit bdff689

Browse files
committed
Auto-generated commit
1 parent a714b8a commit bdff689

7 files changed

Lines changed: 46 additions & 140 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-04-20)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`f3dfe11`](https://github.com/stdlib-js/stdlib/commit/f3dfe11d51efdea95678b1d4a4c3f246d7883598) - **docs:** update descriptions _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.3">
640

741
## 0.2.3 (2026-02-04)

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The function accepts the following arguments:
170170
- **data**: `[out] float**` pointer for returning a reference to the output array.
171171
- **message1**: `[in] char*` error message if a value is not a `Float32Array`.
172172
- **message2**: `[in] char*` error message if a value has insufficient elements.
173-
- **err**: `[out] napi_value*` pointer for storing a JavaScript error. If not provided a number, the function sets `err` with a JavaScript error; otherwise, `err` is set to `NULL`.
173+
- **err**: `[out] napi_value*` pointer for storing a JavaScript error. If not provided a `Float32Array` or sufficient elements, the function sets `err` with a JavaScript error; otherwise, `err` is set to `NULL`.
174174
175175
```c
176176
napi_status stdlib_napi_argv_strided_complex64array( const napi_env env, const int64_t N, const int64_t stride, const napi_value value, float **data, const char *message1, const char *message2, napi_value *err );
@@ -292,6 +292,11 @@ For more information on the project, filing bug reports and feature requests, an
292292
293293
---
294294
295+
## License
296+
297+
See [LICENSE][stdlib-license].
298+
299+
295300
## Copyright
296301
297302
Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
@@ -327,6 +332,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
327332
328333
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
329334
335+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/napi-argv-strided-complex64array/main/LICENSE
336+
330337
</section>
331338
332339
<!-- /.links -->

dist/browser.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

dist/index.js

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

dist/main.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

dist/native.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)