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-1
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 (2025-04-11)
7
+
## Unreleased (2025-04-14)
8
8
9
9
<sectionclass="packages">
10
10
@@ -1471,6 +1471,7 @@ A total of 12 people contributed to this release. Thank you to the following con
1471
1471
1472
1472
<details>
1473
1473
1474
+
-[`f9d3b79`](https://github.com/stdlib-js/stdlib/commit/f9d3b793f4100fcf1c9b7391550d3264bb395b00) - **docs:** update related packages sections [(#6670)](https://github.com/stdlib-js/stdlib/pull/6670)_(by stdlib-bot)_
1474
1475
-[`0ede0da`](https://github.com/stdlib-js/stdlib/commit/0ede0dafa46ddea7dfce7be63250ca9ae0c1c546) - **fix:** add missing imports in `ndarray/base/unary-reduce-subarray`[(#6642)](https://github.com/stdlib-js/stdlib/pull/6642)_(by Muhammad Haris)_
1475
1476
-[`b2eef05`](https://github.com/stdlib-js/stdlib/commit/b2eef05de589bc6dafb0f462fa0088c2eb1bf26d) - **docs:** update namespace table of contents [(#6631)](https://github.com/stdlib-js/stdlib/pull/6631)_(by stdlib-bot)_
1476
1477
-[`710e6dd`](https://github.com/stdlib-js/stdlib/commit/710e6dde3e7201cec996e3bdc70f8be3c0905416) - **refactor:** update signature to use `const` qualifier [(#6610)](https://github.com/stdlib-js/stdlib/pull/6610)_(by Pravesh Kunwar, Athan Reines)_
Copy file name to clipboardExpand all lines: fill-by/README.md
+14
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,14 @@ console.log( ndarray2array( x ) );
140
140
141
141
<sectionclass="related">
142
142
143
+
* * *
144
+
145
+
## See Also
146
+
147
+
- <spanclass="package-name">[`@stdlib/ndarray/fill`][@stdlib/ndarray/fill]</span><spanclass="delimiter">: </span><spanclass="description">fill an input ndarray with a specified value.</span>
148
+
- <spanclass="package-name">[`@stdlib/ndarray/map`][@stdlib/ndarray/map]</span><spanclass="delimiter">: </span><spanclass="description">apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
149
+
- <spanclass="package-name">[`@stdlib/ndarray/zeros`][@stdlib/ndarray/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled ndarray having a specified shape and data type.</span>
150
+
143
151
</section>
144
152
145
153
<!-- /.related -->
@@ -150,6 +158,12 @@ console.log( ndarray2array( x ) );
0 commit comments