Skip to content

Commit 3fa6d74

Browse files
committed
Auto-generated commit
1 parent f2b716c commit 3fa6d74

File tree

7 files changed

+110
-17
lines changed

7 files changed

+110
-17
lines changed

CHANGELOG.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

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

99
<section class="packages">
1010

@@ -576,7 +576,7 @@ A total of 10 people contributed to this release. Thank you to the following con
576576
- Aayush Khanna
577577
- Abhijit Raut
578578
- Aditya Sapra
579-
- Ahmed_Kashkoush
579+
- Ahmed Kashkoush
580580
- Athan Reines
581581
- Kshitij-Dale
582582
- Muhammad Haris
@@ -594,7 +594,8 @@ A total of 10 people contributed to this release. Thank you to the following con
594594

595595
<details>
596596

597-
- [`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)_
597+
- [`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)_
598+
- [`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)_
598599
- [`e5d32c5`](https://github.com/stdlib-js/stdlib/commit/e5d32c53f8f552fae4d672c8750619a59ce078ac) - **chore:** minor clean-up _(by Philipp Burckhardt)_
599600
- [`9798530`](https://github.com/stdlib-js/stdlib/commit/97985302871b99c45462d43479e246c4549c3991) - **chore:** minor clean-up _(by Philipp Burckhardt)_
600601
- [`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
13601361
- Philipp Burckhardt
13611362
- Soumajit Chatterjee
13621363
- Vaibhav Patel
1363-
- yaswanth
1364+
- Yaswanth Kosuru
13641365

13651366
</section>
13661367

@@ -1399,9 +1400,9 @@ A total of 9 people contributed to this release. Thank you to the following cont
13991400
- [`a3a04e3`](https://github.com/stdlib-js/stdlib/commit/a3a04e32057b878529b86180e38ed3ae383c34ef) - **feat:** add `array/fixed-endian-factory` _(by Athan Reines)_
14001401
- [`5742947`](https://github.com/stdlib-js/stdlib/commit/5742947f31198648b2f753e1f9322367c9e3ae06) - **feat:** add `array/base/cuany-by-right` [(#2667)](https://github.com/stdlib-js/stdlib/pull/2667) _(by Debashis Maharana, Philipp Burckhardt)_
14011402
- [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_
1402-
- [`73266bf`](https://github.com/stdlib-js/stdlib/commit/73266bf9d7f82198bd752dafccedbc017d8c8bb1) - **feat:** add `array/base/cuany-by` [(#2818)](https://github.com/stdlib-js/stdlib/pull/2818) _(by yaswanth, Philipp Burckhardt)_
1403+
- [`73266bf`](https://github.com/stdlib-js/stdlib/commit/73266bf9d7f82198bd752dafccedbc017d8c8bb1) - **feat:** add `array/base/cuany-by` [(#2818)](https://github.com/stdlib-js/stdlib/pull/2818) _(by Yaswanth Kosuru, Philipp Burckhardt)_
14031404
- [`e3078e5`](https://github.com/stdlib-js/stdlib/commit/e3078e56df8858a8f79fb3f3ded3fc76da955db5) - **feat:** add `array/base/cuevery-by` package _(by Mohammad Kaif, Philipp Burckhardt)_
1404-
- [`2091d38`](https://github.com/stdlib-js/stdlib/commit/2091d38aec245202fe1bbff462b12d0f5ed54ee1) - **feat:** add `array/base/cusome` _(by yaswanth, Philipp Burckhardt)_
1405+
- [`2091d38`](https://github.com/stdlib-js/stdlib/commit/2091d38aec245202fe1bbff462b12d0f5ed54ee1) - **feat:** add `array/base/cusome` _(by Yaswanth Kosuru, Philipp Burckhardt)_
14051406
- [`43aa58f`](https://github.com/stdlib-js/stdlib/commit/43aa58f81dcad604f11a5715a1546c015b0a9623) - **feat:** add `isByteOrder` to namespace _(by Athan Reines)_
14061407
- [`b18478e`](https://github.com/stdlib-js/stdlib/commit/b18478e236e9cb6991d5a0f952d217e043e46587) - **feat:** add `array/base/assert/is-byte-order` _(by Athan Reines)_
14071408
- [`444e453`](https://github.com/stdlib-js/stdlib/commit/444e45363e751ab85736bc97b642520c3e5db301) - **feat:** add `byteOrders` to namespace _(by Athan Reines)_
@@ -3946,13 +3947,13 @@ A total of 5 issues were closed in this release:
39463947
A total of 10 people contributed to this release. Thank you to the following contributors:
39473948

39483949
- Aditya Sapra
3949-
- AgPriyanshu18
39503950
- Athan Reines
39513951
- Golden Kumar
39523952
- Jaysukh Makvana
39533953
- Karthik Prakash
39543954
- Philipp Burckhardt
39553955
- Pratik
3956+
- Priyanshu Agarwal
39563957
- Utkarsh
39573958
- Varad Gupta
39583959

@@ -4189,7 +4190,7 @@ A total of 10 people contributed to this release. Thank you to the following con
41894190
- [`902b38a`](https://github.com/stdlib-js/stdlib/commit/902b38ac100f6710d2ad5e28f31422e573cc6d29) - **docs:** update descriptions _(by Athan Reines)_
41904191
- [`4e84566`](https://github.com/stdlib-js/stdlib/commit/4e845661773892e654689ceb0c2dd3e1e2c3244c) - **feat:** add `reduceRight` method to `array/complex128` [(#1406)](https://github.com/stdlib-js/stdlib/pull/1406) _(by Jaysukh Makvana, stdlib-bot, Philipp Burckhardt)_
41914192
- [`670aeab`](https://github.com/stdlib-js/stdlib/commit/670aeab1e433314ca3b0ebfb4dce16f267cff881) - **docs:** fix require path _(by Philipp Burckhardt)_
4192-
- [`1ed81b7`](https://github.com/stdlib-js/stdlib/commit/1ed81b78fd6469d374c7b033f258e709934539b2) - **feat:** add `array/base/count-same-value-zero` [(#1384)](https://github.com/stdlib-js/stdlib/pull/1384) _(by AgPriyanshu18, Jaysukh Makvana, Philipp Burckhardt)_
4193+
- [`1ed81b7`](https://github.com/stdlib-js/stdlib/commit/1ed81b78fd6469d374c7b033f258e709934539b2) - **feat:** add `array/base/count-same-value-zero` [(#1384)](https://github.com/stdlib-js/stdlib/pull/1384) _(by Priyanshu Agarwal, Jaysukh Makvana, Philipp Burckhardt)_
41934194
- [`ee1c957`](https://github.com/stdlib-js/stdlib/commit/ee1c957b483718a809a8ebb0dd1eaa336fc3d97d) - **feat:** add `reduceRight` method to `array/complex64` [(#1395)](https://github.com/stdlib-js/stdlib/pull/1395) _(by Jaysukh Makvana, Philipp Burckhardt)_
41944195
- [`4253607`](https://github.com/stdlib-js/stdlib/commit/425360790cca3ef7b1747b3c1828ab5825306441) - **feat:** add `array/base/with` [(#1374)](https://github.com/stdlib-js/stdlib/pull/1374) _(by Pratik, Philipp Burckhardt)_
41954196
- [`5daf468`](https://github.com/stdlib-js/stdlib/commit/5daf468cf419bc847ef14d0f56a80936fd175c9c) - **docs:** update related packages sections [(#1380)](https://github.com/stdlib-js/stdlib/pull/1380) _(by stdlib-bot)_

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-

base/filled4d-by/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ out = filled4dBy( [ 1, 1, 1, 3 ], constantFunction( void 0 ) );
134134

135135
<section class="related">
136136

137+
* * *
138+
139+
## See Also
140+
141+
- <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>
142+
137143
</section>
138144

139145
<!-- /.related -->
@@ -142,6 +148,12 @@ out = filled4dBy( [ 1, 1, 1, 3 ], constantFunction( void 0 ) );
142148

143149
<section class="links">
144150

151+
<!-- <related-links> -->
152+
153+
[@stdlib/array/base/filled4d]: https://github.com/stdlib-js/array/tree/main/base/filled4d
154+
155+
<!-- </related-links> -->
156+
145157
</section>
146158

147159
<!-- /.links -->

base/flipud3d/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ console.log( y );
9797

9898
<section class="related">
9999

100+
* * *
101+
102+
## See Also
103+
104+
- <span class="package-name">[`@stdlib/array/base/flipud2d`][@stdlib/array/base/flipud2d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the first dimension of a two-dimensional nested input array.</span>
105+
- <span class="package-name">[`@stdlib/array/base/flipud4d`][@stdlib/array/base/flipud4d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.</span>
106+
- <span class="package-name">[`@stdlib/array/base/flipud5d`][@stdlib/array/base/flipud5d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.</span>
107+
100108
</section>
101109

102110
<!-- /.related -->
@@ -105,6 +113,16 @@ console.log( y );
105113

106114
<section class="links">
107115

116+
<!-- <related-links> -->
117+
118+
[@stdlib/array/base/flipud2d]: https://github.com/stdlib-js/array/tree/main/base/flipud2d
119+
120+
[@stdlib/array/base/flipud4d]: https://github.com/stdlib-js/array/tree/main/base/flipud4d
121+
122+
[@stdlib/array/base/flipud5d]: https://github.com/stdlib-js/array/tree/main/base/flipud5d
123+
124+
<!-- </related-links> -->
125+
108126
</section>
109127

110128
<!-- /.links -->

base/flipud5d/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ console.log( y );
9797

9898
<section class="related">
9999

100+
* * *
101+
102+
## See Also
103+
104+
- <span class="package-name">[`@stdlib/array/base/flipud2d`][@stdlib/array/base/flipud2d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the first dimension of a two-dimensional nested input array.</span>
105+
- <span class="package-name">[`@stdlib/array/base/flipud3d`][@stdlib/array/base/flipud3d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.</span>
106+
- <span class="package-name">[`@stdlib/array/base/flipud4d`][@stdlib/array/base/flipud4d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.</span>
107+
100108
</section>
101109

102110
<!-- /.related -->
@@ -105,6 +113,16 @@ console.log( y );
105113

106114
<section class="links">
107115

116+
<!-- <related-links> -->
117+
118+
[@stdlib/array/base/flipud2d]: https://github.com/stdlib-js/array/tree/main/base/flipud2d
119+
120+
[@stdlib/array/base/flipud3d]: https://github.com/stdlib-js/array/tree/main/base/flipud3d
121+
122+
[@stdlib/array/base/flipud4d]: https://github.com/stdlib-js/array/tree/main/base/flipud4d
123+
124+
<!-- </related-links> -->
125+
108126
</section>
109127

110128
<!-- /.links -->

base/zeros4d/README.md

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

9696
<section class="related">
9797

98+
* * *
99+
100+
## See Also
101+
102+
- <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>
103+
- <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>
104+
- <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>
105+
- <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>
106+
- <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>
107+
- <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>
108+
98109
</section>
99110

100111
<!-- /.related -->
@@ -103,6 +114,22 @@ out = zeros4d( [ 1, 1, 3, 1 ] );
103114

104115
<section class="links">
105116

117+
<!-- <related-links> -->
118+
119+
[@stdlib/array/base/zeros]: https://github.com/stdlib-js/array/tree/main/base/zeros
120+
121+
[@stdlib/array/base/ones4d]: https://github.com/stdlib-js/array/tree/main/base/ones4d
122+
123+
[@stdlib/array/base/zeros2d]: https://github.com/stdlib-js/array/tree/main/base/zeros2d
124+
125+
[@stdlib/array/base/zeros3d]: https://github.com/stdlib-js/array/tree/main/base/zeros3d
126+
127+
[@stdlib/array/base/zeros5d]: https://github.com/stdlib-js/array/tree/main/base/zeros5d
128+
129+
[@stdlib/array/base/zerosnd]: https://github.com/stdlib-js/array/tree/main/base/zerosnd
130+
131+
<!-- </related-links> -->
132+
106133
</section>
107134

108135
<!-- /.links -->

little-endian-float32/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,14 @@ logEach( '%s', out );
417417

418418
<section class="related">
419419

420+
* * *
421+
422+
## See Also
423+
424+
- <span class="package-name">[`@stdlib/array/fixed-endian-float32`][@stdlib/array/fixed-endian-float32]</span><span class="delimiter">: </span><span class="description">Float32Array having a specified byte order.</span>
425+
- <span class="package-name">[`@stdlib/array/float32`][@stdlib/array/float32]</span><span class="delimiter">: </span><span class="description">Float32Array.</span>
426+
- <span class="package-name">[`@stdlib/array/little-endian-float64`][@stdlib/array/little-endian-float64]</span><span class="delimiter">: </span><span class="description">Float64Array in little-endian byte order.</span>
427+
420428
</section>
421429

422430
<!-- /.related -->
@@ -433,6 +441,14 @@ logEach( '%s', out );
433441

434442
[@stdlib/array/float32]: https://github.com/stdlib-js/array/tree/main/float32
435443

444+
<!-- <related-links> -->
445+
446+
[@stdlib/array/fixed-endian-float32]: https://github.com/stdlib-js/array/tree/main/fixed-endian-float32
447+
448+
[@stdlib/array/little-endian-float64]: https://github.com/stdlib-js/array/tree/main/little-endian-float64
449+
450+
<!-- </related-links> -->
451+
436452
</section>
437453

438454
<!-- /.links -->

0 commit comments

Comments
 (0)