Skip to content

Commit b0d1174

Browse files
committed
Auto-generated commit
1 parent 017b4ad commit b0d1174

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-07-28)
7+
## Unreleased (2025-08-19)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`fa35502`](https://github.com/stdlib-js/stdlib/commit/fa355021abc829672cea53bbf10dc3a26bbf4ac7) - **docs:** remove comment _(by Athan Reines)_
2526
- [`0b79b81`](https://github.com/stdlib-js/stdlib/commit/0b79b81b45a018fa9a2f8a3a834164af9f944d40) - **feat:** add `blas/base/ndarray/gdot` [(#7740)](https://github.com/stdlib-js/stdlib/pull/7740) _(by Gururaj Gurram, Athan Reines)_
2627

2728
</details>

CONTRIBUTORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
99
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
1010
Abhay Punia <156515195+Hecker165@users.noreply.github.com>
1111
Abhijit Raut <abhijitmraut8010@gmail.com>
12+
Abhishek G <166795493+AbhishekG-Codes@users.noreply.github.com>
1213
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
1314
Adarsh Palaskar <adarshpalaskar99@gmail.com>
1415
Aditya Sapra <adityaework@gmail.com>
16+
Aditya Singh <adityasinghk099@gmail.com>
1517
Ahmed Atwa <Ahmedatwa866@yahoo.com>
1618
Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1719
Ahmed Khaled <kahmd1444@gmail.com>
@@ -119,6 +121,8 @@ Momtchil Momtchev <momtchil@momtchev.com>
119121
Muhammad Haris <harriskhan047@outlook.com>
120122
Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
121123
Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
124+
NEEKUorAAYUSH <aayush10072004@gmail.com>
125+
Nakul Krishnakumar <nakulkrishnakumar86@gmail.com>
122126
Naresh Jagadeesan <naresh.naresh000@gmail.com>
123127
Naveen Kumar <stupiddint@gmail.com>
124128
Neeraj Pathak <neerajrpathak710@gmail.com>
@@ -133,6 +137,7 @@ Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
133137
Ori Miles <97595296+orimiles5@users.noreply.github.com>
134138
Philipp Burckhardt <pburckhardt@outlook.com>
135139
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
140+
Pradyumn Prasad <pradyumnprasad.567@gmail.com>
136141
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
137142
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
138143
Pranav Goswami <pranavchiku11@gmail.com>
@@ -161,6 +166,7 @@ Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
161166
Ryan Seal <splrk@users.noreply.github.com>
162167
Rylan Yang <137365285+rylany27@users.noreply.github.com>
163168
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
169+
SAUJANYA MAGARDE <162047941+SaujanyaMagarde@users.noreply.github.com>
164170
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
165171
Sachin Raj <120590207+schnrj@users.noreply.github.com>
166172
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
@@ -198,10 +204,12 @@ Utkarsh <http://utkarsh11105@gmail.com>
198204
Utkarsh Raj <rajutkarsh2505@gmail.com>
199205
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
200206
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
207+
Vansh Choudhary <iamvanshchaudhary7@gmail.com>
201208
Vara Rahul Rajana <123227543+rajanarahul93@users.noreply.github.com>
202209
Varad Gupta <varadgupta21@gmail.com>
203210
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
204211
Vivek Maurya <vm8118134@gmail.com>
212+
Wendy Yuchen Sun <wendyyuchensun@gmail.com>
205213
Xiaochuan Ye <tap91624@gmail.com>
206214
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
207215
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

docs/repl.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
Examples
1818
--------
19-
// Standard usage:
2019
> var xbuf = [ 4.0, 2.0, -3.0, 5.0, -1.0 ];
2120
> var ybuf = [ 2.0, 6.0, -1.0, -4.0, 8.0 ];
2221
> var dt = 'generic';

0 commit comments

Comments
 (0)