Skip to content

Commit 3ed1c59

Browse files
committed
Auto-generated commit
1 parent d958fcf commit 3ed1c59

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl/typed-signature) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

CHANGELOG.md

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

7-
## Unreleased (2025-02-22)
7+
## Unreleased (2025-02-23)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`29a7783`](https://github.com/stdlib-js/stdlib/commit/29a77831faaa86ca3512d0a1248e06a5f3653e7c) - **docs:** update REPL namespace documentation [(#5386)](https://github.com/stdlib-js/stdlib/pull/5386) _(by stdlib-bot)_
3738
- [`0625d8e`](https://github.com/stdlib-js/stdlib/commit/0625d8e45c3f5ad868b15c0999e4c1da32326dd7) - **docs:** update REPL namespace documentation [(#5365)](https://github.com/stdlib-js/stdlib/pull/5365) _(by stdlib-bot, Philipp Burckhardt)_
3839
- [`5831b72`](https://github.com/stdlib-js/stdlib/commit/5831b728172f2f0d09cbb08b1138823692ad54e6) - **docs:** update REPL namespace documentation [(#5331)](https://github.com/stdlib-js/stdlib/pull/5331) _(by stdlib-bot)_
3940
- [`903dd5a`](https://github.com/stdlib-js/stdlib/commit/903dd5ad042c88062b0e86aada5b4611d1fe8ea4) - **docs:** update REPL namespace documentation [(#5255)](https://github.com/stdlib-js/stdlib/pull/5255) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
77
Abhijit Raut <[email protected]>
8+
Abhishek Jain <[email protected]>
89
Adarsh Palaskar <[email protected]>
910
Aditya Sapra <[email protected]>
1011
Ahmed Atwa <[email protected]>
@@ -57,6 +58,7 @@ Justin Dennison <[email protected]>
5758
Karan Anand <[email protected]>
5859
Karthik Prakash <[email protected]>
5960
Kohantika Nath <[email protected]>
61+
Krishnam Agarwal <[email protected]>
6062
Krishnendu Das <[email protected]>
6163
Kshitij-Dale <[email protected]>
6264
Lovelin Dhoni J B <[email protected]>

data/data.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,14 +1879,14 @@ base.strided.dnanvariance,"base.strided.dnanvariance( N:integer, correction:numb
18791879
base.strided.dnanvariance.ndarray,"base.strided.dnanvariance.ndarray( N:integer, correction:number, x:Float64Array, stride:integer, offset:integer )"
18801880
base.strided.dnanvariancech,"base.strided.dnanvariancech( N:integer, correction:number, x:Float64Array, stride:integer )"
18811881
base.strided.dnanvariancech.ndarray,"base.strided.dnanvariancech.ndarray( N:integer, correction:number, x:Float64Array, stride:integer, offset:integer )"
1882-
base.strided.dnanvariancepn,"base.strided.dnanvariancepn( N:integer, correction:number, x:Float64Array, stride:integer )"
1883-
base.strided.dnanvariancepn.ndarray,"base.strided.dnanvariancepn.ndarray( N:integer, correction:number, x:Float64Array, stride:integer, offset:integer )"
1882+
base.strided.dnanvariancepn,"base.strided.dnanvariancepn( N:integer, correction:number, x:Float64Array, strideX:integer )"
1883+
base.strided.dnanvariancepn.ndarray,"base.strided.dnanvariancepn.ndarray( N:integer, correction:number, x:Float64Array, strideX:integer, offsetX:integer )"
18841884
base.strided.dnanvariancetk,"base.strided.dnanvariancetk( N:integer, correction:number, x:Float64Array, strideX:integer )"
18851885
base.strided.dnanvariancetk.ndarray,"base.strided.dnanvariancetk.ndarray( N:integer, correction:number, x:Float64Array, strideX:integer, offsetX:integer )"
1886-
base.strided.dnanvariancewd,"base.strided.dnanvariancewd( N:integer, correction:number, x:Float64Array, stride:integer )"
1887-
base.strided.dnanvariancewd.ndarray,"base.strided.dnanvariancewd.ndarray( N:integer, correction:number, x:Float64Array, stride:integer, offset:integer )"
1888-
base.strided.dnanvarianceyc,"base.strided.dnanvarianceyc( N:integer, correction:number, x:Float64Array, stride:integer )"
1889-
base.strided.dnanvarianceyc.ndarray,"base.strided.dnanvarianceyc.ndarray( N:integer, correction:number, x:Float64Array, stride:integer, offset:integer )"
1886+
base.strided.dnanvariancewd,"base.strided.dnanvariancewd( N:integer, correction:number, x:Float64Array, strideX:integer )"
1887+
base.strided.dnanvariancewd.ndarray,"base.strided.dnanvariancewd.ndarray( N:integer, correction:number, x:Float64Array, strideX:integer, offsetX:integer )"
1888+
base.strided.dnanvarianceyc,"base.strided.dnanvarianceyc( N:integer, correction:number, x:Float64Array, strideX:integer )"
1889+
base.strided.dnanvarianceyc.ndarray,"base.strided.dnanvarianceyc.ndarray( N:integer, correction:number, x:Float64Array, strideX:integer, offsetX:integer )"
18901890
base.strided.dnrm2,"base.strided.dnrm2( N:integer, x:Float64Array, stride:integer )"
18911891
base.strided.dnrm2.ndarray,"base.strided.dnrm2.ndarray( N:integer, x:Float64Array, stride:integer, offset:integer )"
18921892
base.strided.dramp,"base.strided.dramp( N:integer, x:Float64Array, strideX:integer, y:Float64Array, strideY:integer )"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

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

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)