Skip to content

Commit 287c6ef

Browse files
committed
Auto-generated commit
1 parent 5c79738 commit 287c6ef

File tree

7 files changed

+20
-19
lines changed

7 files changed

+20
-19
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

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

99
<section class="features">
1010

@@ -33,6 +33,7 @@
3333

3434
<details>
3535

36+
- [`911e839`](https://github.com/stdlib-js/stdlib/commit/911e839cdb47eaed4d3f87f9b22d337c872fbbb3) - **docs:** update REPL namespace documentation [(#3372)](https://github.com/stdlib-js/stdlib/pull/3372) _(by stdlib-bot, Philipp Burckhardt)_
3637
- [`c314fa2`](https://github.com/stdlib-js/stdlib/commit/c314fa2199b8bd2deaac417184a363e5272767a5) - **docs:** update REPL namespace documentation [(#3260)](https://github.com/stdlib-js/stdlib/pull/3260) _(by stdlib-bot, Philipp Burckhardt)_
3738
- [`136231d`](https://github.com/stdlib-js/stdlib/commit/136231d9a98f773662721f5f292cf50220deafc5) - **docs:** update REPL namespace documentation [(#3244)](https://github.com/stdlib-js/stdlib/pull/3244) _(by stdlib-bot, Philipp Burckhardt)_
3839
- [`4b1d77d`](https://github.com/stdlib-js/stdlib/commit/4b1d77d2bd001d5970ce93230765a579fb41349d) - **docs:** update REPL namespace documentation [(#3191)](https://github.com/stdlib-js/stdlib/pull/3191) _(by stdlib-bot, Philipp Burckhardt)_
@@ -179,11 +180,10 @@ A total of 2 people contributed to this release. Thank you to the following cont
179180

180181
### Contributors
181182

182-
A total of 4 people contributed to this release. Thank you to the following contributors:
183+
A total of 3 people contributed to this release. Thank you to the following contributors:
183184

184185
- Athan Reines
185186
- Philipp Burckhardt
186-
- Planeshifter
187187
- kgryte
188188

189189
</section>

CONTRIBUTORS

Lines changed: 11 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]>
@@ -51,6 +52,7 @@ Krishnendu Das <[email protected]>
5152
Kshitij-Dale <[email protected]>
5253
5354
Manik Sharma <[email protected]>
55+
Manvith M <[email protected]>
5456
Marcus Fantham <[email protected]>
5557
Matt Cochrane <[email protected]>
5658
Mihir Pandit <[email protected]>
@@ -60,32 +62,34 @@ Momtchil Momtchev <[email protected]>
6062
Muhammad Haris <[email protected]>
6163
Naresh Jagadeesan <[email protected]>
6264
Neeraj Pathak <[email protected]>
63-
NightKnight <Ahmedatwa866@yahoo.com>
65+
Nishant Shinde <[email protected].com>
6466
Nithin Katta <[email protected]>
6567
Nourhan Hasan <[email protected]>
6668
Ognjen Jevremović <[email protected]>
6769
Oneday12323 <[email protected]>
70+
Ori Miles <[email protected]>
6871
Philipp Burckhardt <[email protected]>
6972
Prajwal Kulkarni <[email protected]>
7073
Pranav Goswami <[email protected]>
7174
7275
7376
Pratyush Kumar Chouhan <[email protected]>
7477
78+
Priyanshu Agarwal <[email protected]>
7579
Pushpendra Chandravanshi <[email protected]>
76-
7780
Raunak Kumar Gupta <[email protected]>
7881
Rejoan Sardar <[email protected]>
7982
Ricky Reusser <[email protected]>
8083
Ridam Garg <[email protected]>
84+
8185
Robert Gislason <[email protected]>
8286
Roman Stetsyk <[email protected]>
83-
87+
Rutam Kathale <[email protected]>
8488
Ruthwik Chikoti <[email protected]>
8589
Ryan Seal <[email protected]>
8690
Rylan Yang <[email protected]>
8791
Sai Srikar Dumpeti <[email protected]>
88-
SarthakPaandey <[email protected]>
92+
Sarthak Paandey <[email protected]>
8993
Saurabh Singh <[email protected]>
9094
Seyyed Parsa Neshaei <[email protected]>
9195
Shashank Shekhar Singh <[email protected]>
@@ -98,7 +102,7 @@ Snehil Shah <[email protected]>
98102
Soumajit Chatterjee <[email protected]>
99103
Spandan Barve <[email protected]>
100104
Stephannie Jiménez Gacha <[email protected]>
101-
Suraj kumar <[email protected]>
105+
Suraj Kumar <[email protected]>
102106
Tirtadwipa Manunggal <[email protected]>
103107
Tudor Pagu <[email protected]>
104108
Tufailahmed Bargir <[email protected]>
@@ -109,11 +113,9 @@ Vaibhav Patel <[email protected]>
109113
Varad Gupta <[email protected]>
110114
Vinit Pandit <[email protected]>
111115
Xiaochuan Ye <[email protected]>
116+
Yaswanth Kosuru <[email protected]>
112117
Yernar Yergaziyev <[email protected]>
113118
114-
nishant-s7 <[email protected]>
115119
olenkabilonizhka <[email protected]>
116-
orimiles5 <[email protected]>
117120
118121
119-

data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,8 +1688,8 @@ base.strided.dapxsumpw,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nbase.st
16881688
base.strided.dapxsumpw.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.dapxsumpw.ndarray( x.length, 5.0, x, 1, 0 )\nvar x = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nbase.strided.dapxsumpw.ndarray( 3, 5.0, x, 2, 1 )\n"
16891689
base.strided.dasum,"var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0 ] );\nvar s = base.strided.dasum( x.length, x, 1 )\ns = base.strided.dasum( 3, x, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\ns = base.strided.dasum( 3, x1, 2 )\n"
16901690
base.strided.dasum.ndarray,"var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0 ] );\nvar s = base.strided.dasum.ndarray( x.length, x, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );\ns = base.strided.dasum.ndarray( 3, x, -1, x.length-1 )\n"
1691-
base.strided.dasumpw,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.dasumpw( x.length, x, 1 )\nx = new Float64Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nvar stride = 2;\nbase.strided.dasumpw( N, x, stride )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nstride = 2;\nbase.strided.dasumpw( N, x1, stride )\n"
1692-
base.strided.dasumpw.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.dasumpw.ndarray( x.length, x, 1, 0 )\nvar x = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.dasumpw.ndarray( N, x, 2, 1 )\n"
1691+
base.strided.dasumpw,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.dasumpw( x.length, x, 1 )\nx = new Float64Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nvar stride = 2;\nbase.strided.dasumpw( 3, x, stride )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nstride = 2;\nbase.strided.dasumpw( 3, x1, stride )\n"
1692+
base.strided.dasumpw.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.dasumpw.ndarray( x.length, x, 1, 0 )\nvar x = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nbase.strided.dasumpw.ndarray( 3, x, 2, 1 )\n"
16931693
base.strided.daxpy,"var x = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0 ] );\nvar y = new Float64Array( [ 1.0, 1.0, 1.0, 1.0, 1.0 ] );\nvar alpha = 5.0;\nbase.strided.daxpy( x.length, alpha, x, 1, y, 1 )\nx = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );\ny = new Float64Array( [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ] );\nbase.strided.daxpy( 3, alpha, x, 2, y, -1 )\nvar x0 = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );\nvar y0 = new Float64Array( [ 7.0, 8.0, 9.0, 10.0, 11.0, 12.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*3 );\nbase.strided.daxpy( 3, 5.0, x1, -2, y1, 1 )\ny0\n"
16941694
base.strided.daxpy.ndarray,"var x = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0 ] );\nvar y = new Float64Array( [ 1.0, 1.0, 1.0, 1.0, 1.0 ] );\nvar alpha = 5.0;\nbase.strided.daxpy.ndarray( x.length, alpha, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );\ny = new Float64Array( [ 7.0, 8.0, 9.0, 10.0, 11.0, 12.0 ] );\nbase.strided.daxpy.ndarray( 3, alpha, x, 2, 1, y, -1, y.length-1 )\n"
16951695
base.strided.dcbrt,"var x = new Float64Array( [ 0.0, 1.0, 8.0, 27.0 ] );\nvar y = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.dcbrt( x.length, x, 1, y, 1 )\nvar N = base.floor( x.length / 2 );\ny = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.dcbrt( N, x, 2, y, -1 )\nvar x0 = new Float64Array( [ 0.0, 1.0, 8.0, 27.0 ] );\nvar y0 = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*2 );\nN = base.floor( x0.length / 2 );\nbase.strided.dcbrt( N, x1, -2, y1, 1 )\ny0\n"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)