Skip to content

Commit ec330d5

Browse files
committed
Auto-generated commit
1 parent c14abf8 commit ec330d5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-18)
7+
## Unreleased (2025-02-16)
88

99
<section class="features">
1010

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

3434
<details>
3535

36+
- [`158bfde`](https://github.com/stdlib-js/stdlib/commit/158bfde6560ed70c956b17f29acd00d81e2bc3b7) - **docs:** update related packages sections [(#5242)](https://github.com/stdlib-js/stdlib/pull/5242) _(by stdlib-bot)_
3637
- [`04950f3`](https://github.com/stdlib-js/stdlib/commit/04950f32082d53f9dc2fa114c3885a69c02e3246) - **feat:** add C `ndarray` API and refactor `blas/ext/base/sapxsumkbn2` [(#4730)](https://github.com/stdlib-js/stdlib/pull/4730) _(by Muhammad Haris, Athan Reines)_
3738
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
3839
- [`2ea848b`](https://github.com/stdlib-js/stdlib/commit/2ea848b62b686e1e9d861f7df25ece23a7d80798) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_

CONTRIBUTORS

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,20 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2727
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2828
Debashis Maharana <debashismaharana7854@gmail.com>
2929
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
30+
Dev Goel <135586571+corsairier@users.noreply.github.com>
3031
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3132
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3233
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3334
Dominik Moritz <domoritz@gmail.com>
3435
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
3536
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3637
Frank Kovacs <fran70kk@gmail.com>
38+
GK Bishnoi <gkishan1kyt@gmail.com>
39+
Gaurav <gaurav70380@gmail.com>
3740
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3841
Gunj Joshi <gunjjoshi8372@gmail.com>
39-
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
42+
Gururaj Gurram <gururajgurram1512@gmail.com>
43+
Harsh <149176984+hrshya@users.noreply.github.com>
4044
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4145
Harshita Kalani <harshitakalani02@gmail.com>
4246
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -62,6 +66,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6266
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6367
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6468
Milan Raj <rajsite@users.noreply.github.com>
69+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6570
Mohammad Kaif <mdkaifprofession@gmail.com>
6671
Momtchil Momtchev <momtchil@momtchev.com>
6772
Muhammad Haris <harriskhan047@outlook.com>
@@ -123,6 +128,8 @@ Vivek Maurya <vm8118134@gmail.com>
123128
Xiaochuan Ye <tap91624@gmail.com>
124129
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
125130
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
131+
ekambains <bainsinbusiness@gmail.com>
126132
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
133+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
127134
rainn <88160429+AmCodesLame@users.noreply.github.com>
128135
rei2hu <reimu@reimu.ws>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ int main( void ) {
316316
## See Also
317317
318318
- <span class="package-name">[`@stdlib/blas-ext/base/dapxsumkbn2`][@stdlib/blas/ext/base/dapxsumkbn2]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
319-
- <span class="package-name">[`@stdlib/blas-ext/base/gapxsumkbn2`][@stdlib/blas/ext/base/gapxsumkbn2]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
319+
- <span class="package-name">[`@stdlib/blas-ext/base/gapxsumkbn2`][@stdlib/blas/ext/base/gapxsumkbn2]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
320320
- <span class="package-name">[`@stdlib/blas-ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><span class="delimiter">: </span><span class="description">add a constant to each single-precision floating-point strided array element and compute the sum.</span>
321321
- <span class="package-name">[`@stdlib/blas-ext/base/ssumkbn2`][@stdlib/blas/ext/base/ssumkbn2]</span><span class="delimiter">: </span><span class="description">calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
322322

0 commit comments

Comments
 (0)