Skip to content

Commit 15f944e

Browse files
Merge branch 'math/is-even' of https://github.com/vivekmaurya001/stdlib into math/is-even
2 parents c1e591d + 7eed856 commit 15f944e

File tree

886 files changed

+7196
-4338
lines changed

Some content is hidden

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

886 files changed

+7196
-4338
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for `stats/base/dists/weibull/mean`
5+
6+
PR-URL: #4052
7+
Closes: #3843
8+
9+
Co-authored-by: Philipp Burckhardt <[email protected]>
10+
Reviewed-by: Philipp Burckhardt <[email protected]>
11+
Signed-off-by: Philipp Burckhardt <[email protected]>

lib/node_modules/@stdlib/_tools/changelog/recommend-version-bump/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function recommendVersionBump( commits ) {
4949
if ( hasFeature ) {
5050
return 'minor';
5151
}
52-
if ( hasFix) {
52+
if ( hasFix ) {
5353
return 'patch';
5454
}
5555
return null;

lib/node_modules/@stdlib/_tools/eslint/rules/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var eslint = rules;
5656
- <span class="signature">[`doctest-quote-props`][@stdlib/_tools/eslint/rules/doctest-quote-props]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that property names in return annotations are quoted using single quotes.</span>
5757
- <span class="signature">[`doctest`][@stdlib/_tools/eslint/rules/doctest]</span><span class="delimiter">: </span><span class="description">ESLint rule to ensure return annotations match the actual output.</span>
5858
- <span class="signature">[`empty-line-before-comment`][@stdlib/_tools/eslint/rules/empty-line-before-comment]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce empty lines before comments.</span>
59+
- <span class="signature">[`eol-open-bracket-spacing`][@stdlib/_tools/eslint/rules/eol-open-bracket-spacing]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that no spaces are present between an opening parenthesis or bracket and a nested object or array expression at the end of a line.</span>
5960
- <span class="signature">[`first-unit-test`][@stdlib/_tools/eslint/rules/first-unit-test]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that a tape file starts with the expected test.</span>
6061
- <span class="signature">[`module-exports-last`][@stdlib/_tools/eslint/rules/module-exports-last]</span><span class="delimiter">: </span><span class="description">ESLint rule enforcing that export statements appear at the end of a file.</span>
6162
- <span class="signature">[`namespace-export-all`][@stdlib/_tools/eslint/rules/namespace-export-all]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that a namespace `index.js` exports all packages in the respective namespace directory.</span>
@@ -372,6 +373,8 @@ console.log( getKeys( rules ) );
372373

373374
[@stdlib/_tools/eslint/rules/empty-line-before-comment]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/empty-line-before-comment
374375

376+
[@stdlib/_tools/eslint/rules/eol-open-bracket-spacing]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/eol-open-bracket-spacing
377+
375378
[@stdlib/_tools/eslint/rules/first-unit-test]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/first-unit-test
376379

377380
[@stdlib/_tools/eslint/rules/module-exports-last]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/module-exports-last

lib/node_modules/@stdlib/_tools/eslint/rules/no-empty-comments/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var rule;
3131
* @param {Object} context - ESLint context
3232
* @returns {Object} validators
3333
*/
34-
function main(context) {
34+
function main( context ) {
3535
var comments;
3636
var visited;
3737
var source;
@@ -45,7 +45,7 @@ function main(context) {
4545
* @private
4646
* @param {Object} comment - comment node
4747
*/
48-
function report(comment) {
48+
function report( comment ) {
4949
context.report({
5050
'node': null,
5151
'message': 'Empty comments are not allowed',

lib/node_modules/@stdlib/_tools/eslint/rules/require-globals/test/fixtures/invalid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ test = {
134134
' var z;',
135135
'',
136136
' z = new Float64Array( m * m );',
137-
' for ( i = 0; i < m; i++) {',
137+
' for ( i = 0; i < m; i++ ) {',
138138
' for ( j = 0; j < m; j++ ) {',
139139
' s = 0;',
140140
' for ( k = 0; k < m; k++ ) {',

lib/node_modules/@stdlib/_tools/github/create-token/lib/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function request( opts, data, clbk ) {
115115
body += chunk;
116116
}
117117
/**
118-
* Event listener invoked upon a response end.
118+
* Event listener invoked upon a response end.
119119
*
120120
* @private
121121
* @returns {void}

lib/node_modules/@stdlib/_tools/remark/plugins/remark-svg-equations/lib/transformer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ function transformer( tree, file, clbk ) {
169169
* <!-- <equation class="equation" label="eq:triangular_root" align="center" raw="n = \frac{\sqrt{8x+1} - 1}{2}" alt="Triangular root formula."> -->
170170
*
171171
* <div class="equation" align="center" data-raw-text="n = \frac{\sqrt{8x+1} - 1}{2}" data-equation="eq:triangular_root">
172-
* <img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@b295a09a80f4fd0cc84682dcda0fe3e354394c0c/lib/node_modules/@stdlib/assert/is-square-triangular-number/docs/img/equation_triangular_root.svg" alt="Triangular root formula.">
173-
* <br>
172+
* <img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@b295a09a80f4fd0cc84682dcda0fe3e354394c0c/lib/node_modules/@stdlib/assert/is-square-triangular-number/docs/img/equation_triangular_root.svg" alt="Triangular root formula.">
173+
* <br>
174174
* </div>
175175
*
176176
* <!-- </equation> -->
@@ -191,8 +191,8 @@ function transformer( tree, file, clbk ) {
191191
* \`\`\`
192192
*
193193
* <!-- <div class="equation" align="center" data-raw-text="n = \frac{\sqrt{8x+1} - 1}{2}" data-equation="eq:triangular_root">
194-
* <img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@b295a09a80f4fd0cc84682dcda0fe3e354394c0c/lib/node_modules/@stdlib/assert/is-square-triangular-number/docs/img/equation_triangular_root.svg" alt="Triangular root formula.">
195-
* <br>
194+
* <img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@b295a09a80f4fd0cc84682dcda0fe3e354394c0c/lib/node_modules/@stdlib/assert/is-square-triangular-number/docs/img/equation_triangular_root.svg" alt="Triangular root formula.">
195+
* <br>
196196
* </div> -->
197197
*
198198
* <!-- </equation> -->

lib/node_modules/@stdlib/_tools/scripts/create_namespace_types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function create( fullPath ) {
235235
RE = new RegExp( 'setReadOnly\\( '+nsIdentifier+', \'([a-z0-9_]+)\', require\\( \'([^\']+)\' \\) \\)', 'ig' );
236236
match = RE.exec( indexFile );
237237
}
238-
while ( match !== null) {
238+
while ( match !== null ) {
239239
name = match[ 1 ];
240240
pkgPath = match[ 2 ];
241241

lib/node_modules/@stdlib/array/base/cuevery-by/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function indexed( x, out, stride, offset, predicate, thisArg ) {
6161
io += stride;
6262
continue;
6363
}
64-
if ( !predicate.call( thisArg, x[ i ], i, x )) {
64+
if ( !predicate.call( thisArg, x[ i ], i, x ) ) {
6565
flg = false;
6666
}
6767
out[ io ] = flg;

lib/node_modules/@stdlib/array/base/filled-by/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ out = filledBy( 3, constantFunction( void 0 ) );
134134

135135
<section class="related">
136136

137+
* * *
138+
139+
## See Also
140+
141+
- <span class="package-name">[`@stdlib/array/base/filled`][@stdlib/array/base/filled]</span><span class="delimiter">: </span><span class="description">create a filled generic array.</span>
142+
137143
</section>
138144

139145
<!-- /.related -->
@@ -142,6 +148,12 @@ out = filledBy( 3, constantFunction( void 0 ) );
142148

143149
<section class="links">
144150

151+
<!-- <related-links> -->
152+
153+
[@stdlib/array/base/filled]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/filled
154+
155+
<!-- </related-links> -->
156+
145157
</section>
146158

147159
<!-- /.links -->

0 commit comments

Comments
 (0)