Skip to content

Commit ecb5730

Browse files
committed
Auto-generated commit
1 parent 822df0f commit ecb5730

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/.keepalive

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

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 (2024-10-01)
7+
## Unreleased (2024-10-18)
88

99
<section class="features">
1010

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

2323
<details>
2424

25+
- [`200e78a`](https://github.com/stdlib-js/stdlib/commit/200e78af939661bb4f435dc4f523cb57594c003e) - **docs:** add missing comma _(by Athan Reines)_
2526
- [`b16259c`](https://github.com/stdlib-js/stdlib/commit/b16259ce187494c5274694cb9415fd254bb24e48) - **feat:** add C `ndarray` implementation for `blas/base/dscal` [(#2915)](https://github.com/stdlib-js/stdlib/pull/2915) _(by Aman Bhansali)_
2627
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
2728

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2828
Frank Kovacs <fran70kk@gmail.com>
2929
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3030
Gunj Joshi <gunjjoshi8372@gmail.com>
31+
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
3132
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
3233
Harshita Kalani <harshitakalani02@gmail.com>
3334
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -44,6 +45,7 @@ Justin Dennison <justin1dennison@gmail.com>
4445
Kaif Mohd <mdkaifprofession@gmail.com>
4546
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4647
Khaldon <kahmd1444@gmail.com>
48+
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
4749
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
4850
Lovelin <100030865+lovelindhoni@users.noreply.github.com>
4951
Manik Sharma <maniksharma.rke@gmail.com>
@@ -94,6 +96,7 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
9496
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
9597
Utkarsh <http://utkarsh11105@gmail.com>
9698
Utkarsh Raj <rajutkarsh2505@gmail.com>
99+
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
97100
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
98101
Varad Gupta <varadgupta21@gmail.com>
99102
Xiaochuan Ye <tap91624@gmail.com>

docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Indexing is relative to the first index. To introduce an offset, use typed
1010
array views.
1111

12-
If `N <= 0` the function returns `x` unchanged.
12+
If `N <= 0`, the function returns `x` unchanged.
1313

1414
Parameters
1515
----------

0 commit comments

Comments
 (0)