Skip to content

Commit 2fd4216

Browse files
committed
Auto-generated commit
1 parent 65c82ab commit 2fd4216

File tree

4 files changed

+24
-11
lines changed

4 files changed

+24
-11
lines changed

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2024-12-01)
7+
## Unreleased (2024-12-08)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

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)_
1516
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
1617

1718
</details>

CONTRIBUTORS

Lines changed: 10 additions & 9 deletions
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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ out = filled4dBy( [ 1, 1, 1, 3 ], constantFunction( void 0 ) );
167167

168168
<section class="related">
169169

170+
* * *
171+
172+
## See Also
173+
174+
- <span class="package-name">[`@stdlib/array-base/filled4d`][@stdlib/array/base/filled4d]</span><span class="delimiter">: </span><span class="description">create a filled four-dimensional nested array.</span>
175+
170176
</section>
171177

172178
<!-- /.related -->
@@ -243,6 +249,12 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
243249

244250
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-base-filled4d-by/main/LICENSE
245251

252+
<!-- <related-links> -->
253+
254+
[@stdlib/array/base/filled4d]: https://github.com/stdlib-js/array-base-filled4d
255+
256+
<!-- </related-links> -->
257+
246258
</section>
247259

248260
<!-- /.links -->

0 commit comments

Comments
 (0)