Skip to content

Commit deaf37f

Browse files
committed
Auto-generated commit
1 parent 27d4402 commit deaf37f

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2025-05-26)
7+
## Unreleased (2025-06-05)
88

99
<section class="issues">
1010

@@ -24,6 +24,7 @@ A total of 2 issues were closed in this release:
2424

2525
<details>
2626

27+
- [`021eb13`](https://github.com/stdlib-js/stdlib/commit/021eb13dce7e7c359ec262d0d37cce210deef3a7) - **refactor:** update paths _(by Gururaj Gurram)_
2728
- [`295552a`](https://github.com/stdlib-js/stdlib/commit/295552a680556056d92f9920f69c402bd779d533) - **chore:** fix C lint errors [(#7052)](https://github.com/stdlib-js/stdlib/pull/7052) _(by zhanggy)_
2829
- [`b480ff0`](https://github.com/stdlib-js/stdlib/commit/b480ff02ebf1d1f334d49172358c86e8bca5fbc3) - **chore:** fix C lint errors [(#7012)](https://github.com/stdlib-js/stdlib/pull/7012) _(by zhanggy)_
2930
- [`4df836a`](https://github.com/stdlib-js/stdlib/commit/4df836acfee5e6f359fc5d15a31ee9f6ef4237f0) - **refactor:** update paths _(by Aayush Khanna)_
@@ -43,11 +44,12 @@ A total of 2 issues were closed in this release:
4344

4445
### Contributors
4546

46-
A total of 5 people contributed to this release. Thank you to the following contributors:
47+
A total of 6 people contributed to this release. Thank you to the following contributors:
4748

4849
- Aayush Khanna
4950
- Athan Reines
5051
- Dhruv Arvind Singh
52+
- Gururaj Gurram
5153
- Philipp Burckhardt
5254
- zhanggy
5355

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Frank Kovacs <[email protected]>
5353
GK Bishnoi <[email protected]>
5454
GURU PRASAD SHARMA <[email protected]>
5555
56+
Gautam Kaushik <[email protected]>
5657
Gautam sharma <[email protected]>
5758
Girish Garg <[email protected]>
5859
Golden Kumar <[email protected]>
@@ -80,6 +81,7 @@ Joris Labie <[email protected]>
8081
Justin Dennison <[email protected]>
8182
Justyn Shelby <[email protected]>
8283
Karan Anand <[email protected]>
84+
Karan Vasudevamurthy <[email protected]>
8385
Karan Yadav <[email protected]>
8486
Karthik Prakash <[email protected]>
8587
Kaushikgtm <[email protected]>
@@ -172,7 +174,9 @@ Tanishq Ahuja <[email protected]>
172174
Tirtadwipa Manunggal <[email protected]>
173175
Tudor Pagu <[email protected]>
174176
Tufailahmed Bargir <[email protected]>
177+
Tushar Bhardwaj <[email protected]>
175178
Uday Kakade <[email protected]>
179+
Ujjwal Kirti <[email protected]>
176180
Utkarsh <http://[email protected]>
177181
Utkarsh Raj <[email protected]>
178182
UtkershBasnet <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ console.log( out );
293293

294294
## See Also
295295

296-
- <span class="package-name">[`@stdlib/stats-base/dmeanpn`][@stdlib/stats/base/dmeanpn]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.</span>
296+
- <span class="package-name">[`@stdlib/stats-strided/dmeanpn`][@stdlib/stats/strided/dmeanpn]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.</span>
297297
- <span class="package-name">[`@stdlib/stats-base/dmeanstdev`][@stdlib/stats/base/dmeanstdev]</span><span class="delimiter">: </span><span class="description">calculate the mean and standard deviation of a double-precision floating-point strided array.</span>
298298
- <span class="package-name">[`@stdlib/stats-base/dmeanvarpn`][@stdlib/stats/base/dmeanvarpn]</span><span class="delimiter">: </span><span class="description">calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
299299
- <span class="package-name">[`@stdlib/stats-strided/dstdevpn`][@stdlib/stats/strided/dstdevpn]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.</span>
@@ -388,7 +388,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
388388

389389
<!-- <related-links> -->
390390

391-
[@stdlib/stats/base/dmeanpn]: https://github.com/stdlib-js/stats-base-dmeanpn
391+
[@stdlib/stats/strided/dmeanpn]: https://github.com/stdlib-js/stats-strided-dmeanpn
392392

393393
[@stdlib/stats/base/dmeanstdev]: https://github.com/stdlib-js/stats-base-dmeanstdev
394394

0 commit comments

Comments
 (0)