Skip to content

Commit e5ae47b

Browse files
committed
Auto-generated commit
1 parent 1469c4a commit e5ae47b

File tree

4 files changed

+59
-10
lines changed

4 files changed

+59
-10
lines changed

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-12-08)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
</section>
24+
25+
<!-- /.release -->
26+
527
<section class="release" id="v0.2.2">
628

729
## 0.2.2 (2024-07-29)

CONTRIBUTORS

+10-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Aayush Khanna <[email protected]>
66
Abhijit Raut <[email protected]>
77
Adarsh Palaskar <[email protected]>
88
Aditya Sapra <[email protected]>
9-
AgPriyanshu18 <[email protected]>
9+
Ahmed Atwa <[email protected]>
10+
Ahmed Kashkoush <[email protected]>
1011
Aleksandr <[email protected]>
1112
Ali Salesi <[email protected]>
1213
Aman Bhansali <[email protected]>
@@ -60,32 +61,34 @@ Momtchil Momtchev <[email protected]>
6061
Muhammad Haris <[email protected]>
6162
Naresh Jagadeesan <[email protected]>
6263
Neeraj Pathak <[email protected]>
63-
NightKnight <Ahmedatwa866@yahoo.com>
64+
Nishant Shinde <[email protected].com>
6465
Nithin Katta <[email protected]>
6566
Nourhan Hasan <[email protected]>
6667
Ognjen Jevremović <[email protected]>
6768
Oneday12323 <[email protected]>
69+
Ori Miles <[email protected]>
6870
Philipp Burckhardt <[email protected]>
6971
Prajwal Kulkarni <[email protected]>
7072
Pranav Goswami <[email protected]>
7173
7274
7375
Pratyush Kumar Chouhan <[email protected]>
7476
77+
Priyanshu Agarwal <[email protected]>
7578
Pushpendra Chandravanshi <[email protected]>
76-
7779
Raunak Kumar Gupta <[email protected]>
7880
Rejoan Sardar <[email protected]>
7981
Ricky Reusser <[email protected]>
8082
Ridam Garg <[email protected]>
83+
8184
Robert Gislason <[email protected]>
8285
Roman Stetsyk <[email protected]>
83-
86+
Rutam Kathale <[email protected]>
8487
Ruthwik Chikoti <[email protected]>
8588
Ryan Seal <[email protected]>
8689
Rylan Yang <[email protected]>
8790
Sai Srikar Dumpeti <[email protected]>
88-
SarthakPaandey <[email protected]>
91+
Sarthak Paandey <[email protected]>
8992
Saurabh Singh <[email protected]>
9093
Seyyed Parsa Neshaei <[email protected]>
9194
Shashank Shekhar Singh <[email protected]>
@@ -98,7 +101,7 @@ Snehil Shah <[email protected]>
98101
Soumajit Chatterjee <[email protected]>
99102
Spandan Barve <[email protected]>
100103
Stephannie Jiménez Gacha <[email protected]>
101-
Suraj kumar <[email protected]>
104+
Suraj Kumar <[email protected]>
102105
Tirtadwipa Manunggal <[email protected]>
103106
Tudor Pagu <[email protected]>
104107
Tufailahmed Bargir <[email protected]>
@@ -109,11 +112,9 @@ Vaibhav Patel <[email protected]>
109112
Varad Gupta <[email protected]>
110113
Vinit Pandit <[email protected]>
111114
Xiaochuan Ye <[email protected]>
115+
Yaswanth Kosuru <[email protected]>
112116
Yernar Yergaziyev <[email protected]>
113117
114-
nishant-s7 <[email protected]>
115118
olenkabilonizhka <[email protected]>
116-
orimiles5 <[email protected]>
117119
118120
119-

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ out = zeros4d( [ 1, 1, 3, 1 ] );
128128

129129
<section class="related">
130130

131+
* * *
132+
133+
## See Also
134+
135+
- <span class="package-name">[`@stdlib/array-base/zeros`][@stdlib/array/base/zeros]</span><span class="delimiter">: </span><span class="description">create a zero-filled generic array.</span>
136+
- <span class="package-name">[`@stdlib/array-base/ones4d`][@stdlib/array/base/ones4d]</span><span class="delimiter">: </span><span class="description">create a four-dimensional nested array filled with ones.</span>
137+
- <span class="package-name">[`@stdlib/array-base/zeros2d`][@stdlib/array/base/zeros2d]</span><span class="delimiter">: </span><span class="description">create a zero-filled two-dimensional nested array.</span>
138+
- <span class="package-name">[`@stdlib/array-base/zeros3d`][@stdlib/array/base/zeros3d]</span><span class="delimiter">: </span><span class="description">create a zero-filled three-dimensional nested array.</span>
139+
- <span class="package-name">[`@stdlib/array-base/zeros5d`][@stdlib/array/base/zeros5d]</span><span class="delimiter">: </span><span class="description">create a zero-filled five-dimensional nested array.</span>
140+
- <span class="package-name">[`@stdlib/array-base/zerosnd`][@stdlib/array/base/zerosnd]</span><span class="delimiter">: </span><span class="description">create a zero-filled n-dimensional nested array.</span>
141+
131142
</section>
132143

133144
<!-- /.related -->
@@ -204,6 +215,22 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
204215

205216
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-base-zeros4d/main/LICENSE
206217

218+
<!-- <related-links> -->
219+
220+
[@stdlib/array/base/zeros]: https://github.com/stdlib-js/array-base-zeros
221+
222+
[@stdlib/array/base/ones4d]: https://github.com/stdlib-js/array-base-ones4d
223+
224+
[@stdlib/array/base/zeros2d]: https://github.com/stdlib-js/array-base-zeros2d
225+
226+
[@stdlib/array/base/zeros3d]: https://github.com/stdlib-js/array-base-zeros3d
227+
228+
[@stdlib/array/base/zeros5d]: https://github.com/stdlib-js/array-base-zeros5d
229+
230+
[@stdlib/array/base/zerosnd]: https://github.com/stdlib-js/array-base-zerosnd
231+
232+
<!-- </related-links> -->
233+
207234
</section>
208235

209236
<!-- /.links -->

0 commit comments

Comments
 (0)