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
- [`1d10ce5`](https://github.com/stdlib-js/stdlib/commit/1d10ce5163bb06f0b93f6dc0ef9697a8336054c2) - **feat:** add `includes` method to `array/fixed-endian-factory` [(#3283)](https://github.com/stdlib-js/stdlib/pull/3283) _(by Ahmed Kashkoush, Athan Reines, Muhammad Haris)_
598
599
- [`e5d32c5`](https://github.com/stdlib-js/stdlib/commit/e5d32c53f8f552fae4d672c8750619a59ce078ac) - **chore:** minor clean-up _(by Philipp Burckhardt)_
599
600
- [`9798530`](https://github.com/stdlib-js/stdlib/commit/97985302871b99c45462d43479e246c4549c3991) - **chore:** minor clean-up _(by Philipp Burckhardt)_
600
601
- [`a0ba090`](https://github.com/stdlib-js/stdlib/commit/a0ba090515dfdfe617e1179ddb7581db24fec44b) - **feat:** add `with` method to `array/fixed-endian-factory` [(#3291)](https://github.com/stdlib-js/stdlib/pull/3291) _(by Aayush Khanna, Philipp Burckhardt)_
@@ -1360,7 +1361,7 @@ A total of 9 people contributed to this release. Thank you to the following cont
1360
1361
- Philipp Burckhardt
1361
1362
- Soumajit Chatterjee
1362
1363
- Vaibhav Patel
1363
-
- yaswanth
1364
+
- Yaswanth Kosuru
1364
1365
1365
1366
</section>
1366
1367
@@ -1399,9 +1400,9 @@ A total of 9 people contributed to this release. Thank you to the following cont
Copy file name to clipboardexpand all lines: base/flipud3d/README.md
+18
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,14 @@ console.log( y );
97
97
98
98
<sectionclass="related">
99
99
100
+
* * *
101
+
102
+
## See Also
103
+
104
+
- <spanclass="package-name">[`@stdlib/array/base/flipud2d`][@stdlib/array/base/flipud2d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the first dimension of a two-dimensional nested input array.</span>
105
+
- <spanclass="package-name">[`@stdlib/array/base/flipud4d`][@stdlib/array/base/flipud4d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.</span>
106
+
- <spanclass="package-name">[`@stdlib/array/base/flipud5d`][@stdlib/array/base/flipud5d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.</span>
Copy file name to clipboardexpand all lines: base/flipud5d/README.md
+18
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,14 @@ console.log( y );
97
97
98
98
<sectionclass="related">
99
99
100
+
* * *
101
+
102
+
## See Also
103
+
104
+
- <spanclass="package-name">[`@stdlib/array/base/flipud2d`][@stdlib/array/base/flipud2d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the first dimension of a two-dimensional nested input array.</span>
105
+
- <spanclass="package-name">[`@stdlib/array/base/flipud3d`][@stdlib/array/base/flipud3d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.</span>
106
+
- <spanclass="package-name">[`@stdlib/array/base/flipud4d`][@stdlib/array/base/flipud4d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.</span>
- <spanclass="package-name">[`@stdlib/array/base/zeros`][@stdlib/array/base/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled generic array.</span>
103
+
- <spanclass="package-name">[`@stdlib/array/base/ones4d`][@stdlib/array/base/ones4d]</span><spanclass="delimiter">: </span><spanclass="description">create a four-dimensional nested array filled with ones.</span>
104
+
- <spanclass="package-name">[`@stdlib/array/base/zeros2d`][@stdlib/array/base/zeros2d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled two-dimensional nested array.</span>
105
+
- <spanclass="package-name">[`@stdlib/array/base/zeros3d`][@stdlib/array/base/zeros3d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled three-dimensional nested array.</span>
106
+
- <spanclass="package-name">[`@stdlib/array/base/zeros5d`][@stdlib/array/base/zeros5d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled five-dimensional nested array.</span>
107
+
- <spanclass="package-name">[`@stdlib/array/base/zerosnd`][@stdlib/array/base/zerosnd]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled n-dimensional nested array.</span>
Copy file name to clipboardexpand all lines: little-endian-float32/README.md
+16
Original file line number
Diff line number
Diff line change
@@ -417,6 +417,14 @@ logEach( '%s', out );
417
417
418
418
<sectionclass="related">
419
419
420
+
* * *
421
+
422
+
## See Also
423
+
424
+
- <spanclass="package-name">[`@stdlib/array/fixed-endian-float32`][@stdlib/array/fixed-endian-float32]</span><spanclass="delimiter">: </span><spanclass="description">Float32Array having a specified byte order.</span>
0 commit comments