Skip to content

Commit 5b080ce

Browse files
kgryteNeerajpathak07
authored andcommitted
Revert "style: align comments"
This reverts commit d5ec564.
1 parent cae3451 commit 5b080ce

File tree

626 files changed

+6765
-18128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

626 files changed

+6765
-18128
lines changed

.github/workflows/labeler_needs_changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
# Pin action to a known commit SHA for reproducibility:
5353
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
5454
with:
55+
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
5556
script: |
5657
await github.rest.issues.addLabels({
5758
'owner': context.repo.owner,

.mailmap

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ Chinmay Joshi <[email protected]> Chinmay J
5252
5353
Debashis Maharana <[email protected]> DebashisMaharana
5454

55-
Dhruv Arvind Singh <[email protected]> DhruvArvindSingh
56-
Dhruv Arvind Singh <[email protected]> Dhruv/
57-
5855
5956
Dorrin Sotoudeh <[email protected]> dorrin-sot
6057

@@ -219,9 +216,6 @@ Vaibhav Patel <[email protected]> ProCoderVP
219216
220217
Varad Gupta <[email protected]> vr-varad
221218

222-
223-
Vivek Maurya <[email protected]> vivekmaurya001
224-
225219
# Y
226220

227221
Yaswanth Kosuru <[email protected]> yaswanth

CONTRIBUTORS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Daniel Killenberger <[email protected]>
2727
Daniel Yu <[email protected]>
2828
Debashis Maharana <[email protected]>
2929
Desh Deepak Kant <[email protected]>
30-
3130
Divyansh Seth <[email protected]>
3231
Dominic Lim <[email protected]>
3332
Dominik Moritz <[email protected]>

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2025 The Stdlib Authors.
1+
Copyright (c) 2016-2024 The Stdlib Authors.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ See [LICENSE][stdlib-license].
611611
612612
## Copyright
613613
614-
Copyright © 2016-2025. The Stdlib [Authors][stdlib-authors].
614+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
615615
616616
</section>
617617

lib/node_modules/@stdlib/array/base/ones/README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,6 @@ console.log( arr );
103103

104104
<section class="related">
105105

106-
* * *
107-
108-
## See Also
109-
110-
- <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>
111-
- <span class="package-name">[`@stdlib/array/base/ones2d`][@stdlib/array/base/ones2d]</span><span class="delimiter">: </span><span class="description">create a two-dimensional nested array filled with ones.</span>
112-
- <span class="package-name">[`@stdlib/array/base/ones3d`][@stdlib/array/base/ones3d]</span><span class="delimiter">: </span><span class="description">create a three-dimensional nested array filled with ones.</span>
113-
- <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>
114-
- <span class="package-name">[`@stdlib/array/base/ones5d`][@stdlib/array/base/ones5d]</span><span class="delimiter">: </span><span class="description">create a five-dimensional nested array filled with ones.</span>
115-
- <span class="package-name">[`@stdlib/array/base/onesnd`][@stdlib/array/base/onesnd]</span><span class="delimiter">: </span><span class="description">create an n-dimensional nested array filled with ones.</span>
116-
117106
</section>
118107

119108
<!-- /.related -->
@@ -122,22 +111,6 @@ console.log( arr );
122111

123112
<section class="links">
124113

125-
<!-- <related-links> -->
126-
127-
[@stdlib/array/base/zeros]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/zeros
128-
129-
[@stdlib/array/base/ones2d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/ones2d
130-
131-
[@stdlib/array/base/ones3d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/ones3d
132-
133-
[@stdlib/array/base/ones4d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/ones4d
134-
135-
[@stdlib/array/base/ones5d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/ones5d
136-
137-
[@stdlib/array/base/onesnd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/onesnd
138-
139-
<!-- </related-links> -->
140-
141114
</section>
142115

143116
<!-- /.links -->

lib/node_modules/@stdlib/array/base/zeros3d/README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ out = zeros3d( [ 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/ones3d`][@stdlib/array/base/ones3d]</span><span class="delimiter">: </span><span class="description">create a three-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/zeros4d`][@stdlib/array/base/zeros4d]</span><span class="delimiter">: </span><span class="description">create a zero-filled four-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-
10998
</section>
11099

111100
<!-- /.related -->
@@ -114,22 +103,6 @@ out = zeros3d( [ 1, 3, 1 ] );
114103

115104
<section class="links">
116105

117-
<!-- <related-links> -->
118-
119-
[@stdlib/array/base/zeros]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/zeros
120-
121-
[@stdlib/array/base/ones3d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/ones3d
122-
123-
[@stdlib/array/base/zeros2d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/zeros2d
124-
125-
[@stdlib/array/base/zeros4d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/zeros4d
126-
127-
[@stdlib/array/base/zeros5d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/zeros5d
128-
129-
[@stdlib/array/base/zerosnd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/zerosnd
130-
131-
<!-- </related-links> -->
132-
133106
</section>
134107

135108
<!-- /.links -->

lib/node_modules/@stdlib/blas/ext/base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ var ns = extblas;
8686
- <span class="signature">[`dssumpw( N, x, strideX )`][@stdlib/blas/ext/base/dssumpw]</span><span class="delimiter">: </span><span class="description">calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.</span>
8787
- <span class="signature">[`dsum( N, x, strideX )`][@stdlib/blas/ext/base/dsum]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements.</span>
8888
- <span class="signature">[`dsumkbn( N, x, strideX )`][@stdlib/blas/ext/base/dsumkbn]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.</span>
89-
- <span class="signature">[`dsumkbn2( N, x, strideX )`][@stdlib/blas/ext/base/dsumkbn2]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
89+
- <span class="signature">[`dsumkbn2( N, x, stride )`][@stdlib/blas/ext/base/dsumkbn2]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
9090
- <span class="signature">[`dsumors( N, x, stride )`][@stdlib/blas/ext/base/dsumors]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.</span>
9191
- <span class="signature">[`dsumpw( N, x, stride )`][@stdlib/blas/ext/base/dsumpw]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements using pairwise summation.</span>
9292
- <span class="signature">[`gapx( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapx]</span><span class="delimiter">: </span><span class="description">add a constant to each element in a strided array.</span>
9393
- <span class="signature">[`gapxsum( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsum]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum.</span>
94-
- <span class="signature">[`gapxsumkbn( N, alpha, x, strideX )`][@stdlib/blas/ext/base/gapxsumkbn]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
94+
- <span class="signature">[`gapxsumkbn( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsumkbn]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
9595
- <span class="signature">[`gapxsumkbn2( N, alpha, x, stride )`][@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>
9696
- <span class="signature">[`gapxsumors( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsumors]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum using ordinary recursive summation.</span>
9797
- <span class="signature">[`gapxsumpw( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsumpw]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum using pairwise summation.</span>

lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ interface Namespace {
13701370
*
13711371
* @param N - number of indexed elements
13721372
* @param x - input array
1373-
* @param strideX - stride length
1373+
* @param stride - stride length
13741374
* @returns sum
13751375
*
13761376
* @example
@@ -1490,12 +1490,12 @@ interface Namespace {
14901490
gapxsum: typeof gapxsum;
14911491

14921492
/**
1493-
* Adds a scalar constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.
1493+
* Adds a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.
14941494
*
14951495
* @param N - number of indexed elements
1496-
* @param alpha - scalar constant
1496+
* @param alpha - constant
14971497
* @param x - input array
1498-
* @param strideX - stride length
1498+
* @param stride - stride length
14991499
* @returns sum
15001500
*
15011501
* @example
@@ -1636,9 +1636,9 @@ interface Namespace {
16361636
* @param N - number of indexed elements
16371637
* @param sum - initial sum
16381638
* @param x - input array
1639-
* @param strideX - stride length for `x`
1639+
* @param strideX - `x` stride length
16401640
* @param y - output array
1641-
* @param strideY - stride length for `y`
1641+
* @param strideY - `y` stride length
16421642
* @returns output array
16431643
*
16441644
* @example

lib/node_modules/@stdlib/constants/float32/sqrt-half-pi/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Macro for the square root of the mathematical constant [π][@stdlib/constants/fl
124124

125125
## See Also
126126

127-
- <span class="package-name">[`@stdlib/constants/float64/sqrt-half-pi`][@stdlib/constants/float64/sqrt-half-pi]</span><span class="delimiter">: </span><span class="description">square root of 0.5π.</span>
127+
- <span class="package-name">[`@stdlib/constants/float32/pi`][@stdlib/constants/float32/pi]</span><span class="delimiter">: </span><span class="description">π.</span>
128128

129129
</section>
130130

@@ -134,11 +134,9 @@ Macro for the square root of the mathematical constant [π][@stdlib/constants/fl
134134

135135
<section class="links">
136136

137-
[@stdlib/constants/float32/pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/pi
138-
139137
<!-- <related-links> -->
140138

141-
[@stdlib/constants/float64/sqrt-half-pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/sqrt-half-pi
139+
[@stdlib/constants/float32/pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/pi
142140

143141
<!-- </related-links> -->
144142

0 commit comments

Comments
 (0)