Skip to content

Commit f70c8f4

Browse files
committed
Auto-generated commit
1 parent df50328 commit f70c8f4

File tree

80 files changed

+923
-121
lines changed

Some content is hidden

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

80 files changed

+923
-121
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Features
1212

13+
- [`70277f2`](https://github.com/stdlib-js/stdlib/commit/70277f2d5538f8137b6df77c9ea1a36cb3b064aa) - add `stats/base/ndarray/smeankbn2` [(#8617)](https://github.com/stdlib-js/stdlib/pull/8617)
1314
- [`48f7f88`](https://github.com/stdlib-js/stdlib/commit/48f7f8864a2f3cdf06c5c8d163d0bf61fba101a7) - add `stats/base/ndarray/smeanlipw` [(#8621)](https://github.com/stdlib-js/stdlib/pull/8621)
1415
- [`b75b097`](https://github.com/stdlib-js/stdlib/commit/b75b097cd53455457d3c001eb18693090ae9ccd0) - add `stats/base/ndarray/smeanli` [(#8620)](https://github.com/stdlib-js/stdlib/pull/8620)
1516
- [`82bee78`](https://github.com/stdlib-js/stdlib/commit/82bee789129b35b845a525aeac5b37f79d8f45e5) - add `stats/base/ndarray/dnanmeanors` [(#8619)](https://github.com/stdlib-js/stdlib/pull/8619)
@@ -3453,6 +3454,8 @@ A total of 557 issues were closed in this release:
34533454

34543455
<details>
34553456

3457+
- [`347914d`](https://github.com/stdlib-js/stdlib/commit/347914dc5de466218b40f73e5302d8439f7ba20f) - **test:** update descriptions _(by Athan Reines)_
3458+
- [`70277f2`](https://github.com/stdlib-js/stdlib/commit/70277f2d5538f8137b6df77c9ea1a36cb3b064aa) - **feat:** add `stats/base/ndarray/smeankbn2` [(#8617)](https://github.com/stdlib-js/stdlib/pull/8617) _(by Kaustubh Patange, Athan Reines)_
34563459
- [`48f7f88`](https://github.com/stdlib-js/stdlib/commit/48f7f8864a2f3cdf06c5c8d163d0bf61fba101a7) - **feat:** add `stats/base/ndarray/smeanlipw` [(#8621)](https://github.com/stdlib-js/stdlib/pull/8621) _(by Kaustubh Patange, Athan Reines)_
34573460
- [`b75b097`](https://github.com/stdlib-js/stdlib/commit/b75b097cd53455457d3c001eb18693090ae9ccd0) - **feat:** add `stats/base/ndarray/smeanli` [(#8620)](https://github.com/stdlib-js/stdlib/pull/8620) _(by Kaustubh Patange, Athan Reines)_
34583461
- [`82bee78`](https://github.com/stdlib-js/stdlib/commit/82bee789129b35b845a525aeac5b37f79d8f45e5) - **feat:** add `stats/base/ndarray/dnanmeanors` [(#8619)](https://github.com/stdlib-js/stdlib/pull/8619) _(by Sachin Pangal, Athan Reines)_

base/ndarray/covarmtk/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ tape( 'the function calculates the sample covariance of two one-dimensional ndar
124124
t.end();
125125
});
126126

127-
tape( 'if provided an empty vector, the function returns `NaN`', function test( t ) {
127+
tape( 'if provided an empty ndarray, the function returns `NaN`', function test( t ) {
128128
var correction;
129129
var meanx;
130130
var x;

base/ndarray/cumax/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tape( 'the function calculates the cumulative maximum value of a one-dimensional
113113
t.end();
114114
});
115115

116-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
116+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
117117
var expected;
118118
var xbuf;
119119
var x;

base/ndarray/cumin/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tape( 'the function calculates the cumulative minimum value of a one-dimensional
113113
t.end();
114114
});
115115

116-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
116+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
117117
var expected;
118118
var xbuf;
119119
var x;

base/ndarray/dcovarmtk/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tape( 'the function calculates the sample covariance of two one-dimensional doub
125125
t.end();
126126
});
127127

128-
tape( 'if provided an empty vector, the function returns `NaN`', function test( t ) {
128+
tape( 'if provided an empty ndarray, the function returns `NaN`', function test( t ) {
129129
var correction;
130130
var meanx;
131131
var x;

base/ndarray/dcumax/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative maximum value of a one-dimensional
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

base/ndarray/dcumaxabs/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative maximum absolute value of a one-di
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

base/ndarray/dcumin/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative minimum value of a one-dimensional
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

base/ndarray/dcuminabs/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative minimum absolute value of a one-di
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

base/ndarray/dmax/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tape( 'the function calculates the maximum value of a one-dimensional ndarray',
8585
t.end();
8686
});
8787

88-
tape( 'if provided an empty vector, the function returns `NaN`', function test( t ) {
88+
tape( 'if provided an empty ndarray, the function returns `NaN`', function test( t ) {
8989
var x;
9090
var v;
9191

@@ -97,7 +97,7 @@ tape( 'if provided an empty vector, the function returns `NaN`', function test(
9797
t.end();
9898
});
9999

100-
tape( 'if provided a vector containing a single element, the function returns that element', function test( t ) {
100+
tape( 'if provided an ndarray containing a single element, the function returns that element', function test( t ) {
101101
var x;
102102
var v;
103103

0 commit comments

Comments
 (0)