Skip to content

Commit 396af48

Browse files
committed
Auto-generated commit
1 parent 8d8c00b commit 396af48

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

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-07-21)
7+
## Unreleased (2025-08-20)
88

99
<section class="features">
1010

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

2323
<details>
2424

25+
- [`e4701e8`](https://github.com/stdlib-js/stdlib/commit/e4701e814ce9db206690ad9f2ce8b84e5a4f4e52) - **docs:** fix example code _(by Philipp Burckhardt)_
2526
- [`59a8452`](https://github.com/stdlib-js/stdlib/commit/59a8452eb145b296ff4ad8d6355d40d7d841ed53) - **feat:** add `stats/base/ndarray/ztest2` [(#7698)](https://github.com/stdlib-js/stdlib/pull/7698) _(by Gururaj Gurram)_
2627

2728
</details>
@@ -34,9 +35,10 @@
3435

3536
### Contributors
3637

37-
A total of 1 person contributed to this release. Thank you to this contributor:
38+
A total of 2 people contributed to this release. Thank you to the following contributors:
3839

3940
- Gururaj Gurram
41+
- Philipp Burckhardt
4042

4143
</section>
4244

CONTRIBUTORS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Abdelrahman Samir <[email protected]>
99
Abdul Kaium <[email protected]>
1010
Abhay Punia <[email protected]>
1111
Abhijit Raut <[email protected]>
12+
Abhishek G <[email protected]>
1213
Abhishek Jain <[email protected]>
1314
Adarsh Palaskar <[email protected]>
1415
Aditya Sapra <[email protected]>
16+
Aditya Singh <[email protected]>
1517
Ahmed Atwa <[email protected]>
1618
Ahmed Kashkoush <[email protected]>
1719
Ahmed Khaled <[email protected]>
@@ -30,6 +32,7 @@ Anshu Kumar <[email protected]>
3032
Anudeep Sanapala <[email protected]>
3133
Arihant Pal <[email protected]>
3234
Aryan Bhirud <[email protected]>
35+
3336
Athan Reines <[email protected]>
3437
Atharva Patil <[email protected]>
3538
@@ -118,6 +121,8 @@ Momtchil Momtchev <[email protected]>
118121
Muhammad Haris <[email protected]>
119122
Muhammad Taaha Tariq <[email protected]>
120123
Muhmmad Saad <[email protected]>
124+
NEEKUorAAYUSH <[email protected]>
125+
Nakul Krishnakumar <[email protected]>
121126
Naresh Jagadeesan <[email protected]>
122127
Naveen Kumar <[email protected]>
123128
Neeraj Pathak <[email protected]>
@@ -132,6 +137,7 @@ Oneday12323 <[email protected]>
132137
Ori Miles <[email protected]>
133138
Philipp Burckhardt <[email protected]>
134139
Pierre Forstmann <[email protected]>
140+
Pradyumn Prasad <[email protected]>
135141
Prajjwal Bajpai <[email protected]>
136142
Prajwal Kulkarni <[email protected]>
137143
Pranav Goswami <[email protected]>
@@ -160,13 +166,15 @@ Ruthwik Chikoti <[email protected]>
160166
Ryan Seal <[email protected]>
161167
Rylan Yang <[email protected]>
162168
SAHIL KUMAR <[email protected]>
169+
SAUJANYA MAGARDE <[email protected]>
163170
SHIVAM YADAV <[email protected]>
164171
Sachin Raj <[email protected]>
165172
Sahil Goyal <[email protected]>
166173
Sai Avinash <[email protected]>
167174
Sai Srikar Dumpeti <[email protected]>
168175
Sanchay Ketan Sinha <[email protected]>
169176
Sarthak Paandey <[email protected]>
177+
Satyajeet Chavan <[email protected]>
170178
Saurabh Singh <[email protected]>
171179
Seyyed Parsa Neshaei <[email protected]>
172180
Shabareesh Shetty <[email protected]>
@@ -176,6 +184,7 @@ Shivansh <[email protected]>
176184
Shraddheya Shendre <[email protected]>
177185
Shubh Mehta <[email protected]>
178186
Shubham Mishra <[email protected]>
187+
Siddhesh waje <[email protected]>
179188
Sivam Das <[email protected]>
180189
Snehil Shah <[email protected]>
181190
Soumajit Chatterjee <[email protected]>
@@ -195,10 +204,12 @@ Utkarsh <http://[email protected]>
195204
Utkarsh Raj <[email protected]>
196205
UtkershBasnet <[email protected]>
197206
Vaibhav Patel <[email protected]>
207+
Vansh Choudhary <[email protected]>
198208
Vara Rahul Rajana <[email protected]>
199209
Varad Gupta <[email protected]>
200210
Vinit Pandit <[email protected]>
201211
Vivek Maurya <[email protected]>
212+
Wendy Yuchen Sun <[email protected]>
202213
Xiaochuan Ye <[email protected]>
203214
Yaswanth Kosuru <[email protected]>
204215
Yernar Yergaziyev <[email protected]>

dist/index.js.map

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

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*
6060
* // Create a zero-dimensional results ndarray:
6161
* var ResultsArray = structFactory( Float64Results );
62-
* var out = new ndarray( Float64Results, new ResultsArray( 1 ), [], [ 0 ], 0, 'row-major' );
62+
* var out = new ndarray( 'generic', new ResultsArray( 1 ), [], [ 0 ], 0, 'row-major' );
6363
*
6464
* // Perform a Z-test:
6565
* var v = ztest2( [ x, y, out, alt, alpha, diff, sigmax, sigmay ] );

0 commit comments

Comments
 (0)