Skip to content

Commit 23c2c12

Browse files
committed
Auto-generated commit
1 parent 6971c5a commit 23c2c12

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-11-18)
7+
## Unreleased (2025-11-19)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`cf4140d`](https://github.com/stdlib-js/stdlib/commit/cf4140d45ad394171a01c08307a51c70aa25ece0) - add `stats/strided/wasm/dmeanpw` [(#7100)](https://github.com/stdlib-js/stdlib/pull/7100)
1314
- [`05fa508`](https://github.com/stdlib-js/stdlib/commit/05fa508642bd188a9a2e907ad7510b2b2b8742f3) - add `linspace` to namespace
1415
- [`3936ac7`](https://github.com/stdlib-js/stdlib/commit/3936ac7831947ba379cb6120f89a2d477924779e) - add `blas/ext/linspace`
1516
- [`c8d069a`](https://github.com/stdlib-js/stdlib/commit/c8d069a244fed6f3fab921e1b3d2feea7a1cd129) - add `toSortedhp` to namespace
@@ -615,6 +616,7 @@ A total of 29 issues were closed in this release:
615616

616617
<details>
617618

619+
- [`cf4140d`](https://github.com/stdlib-js/stdlib/commit/cf4140d45ad394171a01c08307a51c70aa25ece0) - **feat:** add `stats/strided/wasm/dmeanpw` [(#7100)](https://github.com/stdlib-js/stdlib/pull/7100) _(by Prashant Kumar Yadav, Athan Reines, stdlib-bot)_
618620
- [`f2010cd`](https://github.com/stdlib-js/stdlib/commit/f2010cdee7b9f341028d588da04c7a12be37765d) - **docs:** add missing space _(by Philipp Burckhardt)_
619621
- [`f370594`](https://github.com/stdlib-js/stdlib/commit/f37059471f31dd8eccd662262b77b73a6c88c79b) - **docs:** update namespace table of contents [(#8549)](https://github.com/stdlib-js/stdlib/pull/8549) _(by stdlib-bot)_
620622
- [`66f9e29`](https://github.com/stdlib-js/stdlib/commit/66f9e29b1c8622840b583123374c65a330712471) - **docs:** fix descriptions _(by Athan Reines)_

ext/base/dsumpw/manifest.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"options": {
3-
"task": "build"
3+
"task": "build",
4+
"wasm": false
45
},
56
"fields": [
67
{
@@ -27,6 +28,7 @@
2728
"confs": [
2829
{
2930
"task": "build",
31+
"wasm": false,
3032
"src": [
3133
"./src/main.c"
3234
],
@@ -47,6 +49,7 @@
4749
},
4850
{
4951
"task": "benchmark",
52+
"wasm": false,
5053
"src": [
5154
"./src/main.c"
5255
],
@@ -62,6 +65,23 @@
6265
},
6366
{
6467
"task": "examples",
68+
"wasm": false,
69+
"src": [
70+
"./src/main.c"
71+
],
72+
"include": [
73+
"./include"
74+
],
75+
"libraries": [],
76+
"libpath": [],
77+
"dependencies": [
78+
"@stdlib/strided/base/stride2offset",
79+
"@stdlib/blas/base/shared"
80+
]
81+
},
82+
{
83+
"task": "build",
84+
"wasm": true,
6585
"src": [
6686
"./src/main.c"
6787
],

0 commit comments

Comments
 (0)