Skip to content

Commit 840ceca

Browse files
committed
Auto-generated commit
1 parent 5396676 commit 840ceca

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

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-03-01)
7+
## Unreleased (2025-03-08)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`a63fd20`](https://github.com/stdlib-js/stdlib/commit/a63fd20246bf236df0becdac7c4301587dc98858) - **docs:** update REPL help _(by Athan Reines)_
3738
- [`8c8494b`](https://github.com/stdlib-js/stdlib/commit/8c8494b376187895500e08aab1643b037b5ac9fd) - **docs:** update REPL namespace documentation [(#5532)](https://github.com/stdlib-js/stdlib/pull/5532) _(by stdlib-bot)_
3839
- [`fd6d830`](https://github.com/stdlib-js/stdlib/commit/fd6d8300eddef5b383a5f6e0973ce8e1893f549b) - **docs:** update REPL namespace documentation [(#5512)](https://github.com/stdlib-js/stdlib/pull/5512) _(by stdlib-bot)_
3940
- [`6b175bb`](https://github.com/stdlib-js/stdlib/commit/6b175bb24511e22562ec90f20e8388eec791093c) - **docs:** update REPL namespace documentation [(#5402)](https://github.com/stdlib-js/stdlib/pull/5402) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@
44

55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
7+
Abdelrahman Samir <[email protected]>
8+
Abhay Punia <[email protected]>
79
Abhijit Raut <[email protected]>
810
Abhishek Jain <[email protected]>
911
Adarsh Palaskar <[email protected]>
1012
Aditya Sapra <[email protected]>
1113
Ahmed Atwa <[email protected]>
1214
Ahmed Kashkoush <[email protected]>
1315
Ahmed Khaled <[email protected]>
16+
Aksshay Balasubramanian <[email protected]>
1417
Aleksandr <[email protected]>
1518
Ali Salesi <[email protected]>
1619
Aman Bhansali <[email protected]>
1720
Amit Jimiwal <[email protected]>
21+
Anshu Kumar <[email protected]>
1822
Anudeep Sanapala <[email protected]>
1923
Athan Reines <[email protected]>
2024
@@ -30,6 +34,7 @@ Debashis Maharana <[email protected]>
3034
Desh Deepak Kant <[email protected]>
3135
3236
Dhruv Arvind Singh <[email protected]>
37+
Dhruvil Mehta <[email protected]>
3338
Divyansh Seth <[email protected]>
3439
Dominic Lim <[email protected]>
3540
Dominik Moritz <[email protected]>
@@ -38,14 +43,17 @@ EuniceSim142 <[email protected]>
3843
Frank Kovacs <[email protected]>
3944
GK Bishnoi <[email protected]>
4045
46+
Gautam sharma <[email protected]>
4147
Golden Kumar <[email protected]>
4248
Gunj Joshi <[email protected]>
4349
Gururaj Gurram <[email protected]>
4450
4551
4652
Harshita Kalani <[email protected]>
53+
Hemant M Mehta <[email protected]>
4754
Hridyanshu <[email protected]>
4855
Jaimin Godhani <[email protected]>
56+
Jalaj Kumar <[email protected]>
4957
James Gelok <[email protected]>
5058
Jaysukh Makvana <[email protected]>
5159
Jenish Thapa <[email protected]>
@@ -77,6 +85,7 @@ Naresh Jagadeesan <[email protected]>
7785
Naveen Kumar <[email protected]>
7886
Neeraj Pathak <[email protected]>
7987
Nishant Shinde <[email protected]>
88+
Nishchay Rajput <[email protected]>
8089
Nithin Katta <[email protected]>
8190
Nourhan Hasan <[email protected]>
8291
Ognjen Jevremović <[email protected]>
@@ -121,6 +130,7 @@ Spandan Barve <[email protected]>
121130
Stephannie Jiménez Gacha <[email protected]>
122131
Suhaib Ilahi <[email protected]>
123132
Suraj Kumar <[email protected]>
133+
Tanishq Ahuja <[email protected]>
124134
Tirtadwipa Manunggal <[email protected]>
125135
Tudor Pagu <[email protected]>
126136
Tufailahmed Bargir <[email protected]>
@@ -134,7 +144,9 @@ Vivek Maurya <[email protected]>
134144
Xiaochuan Ye <[email protected]>
135145
Yaswanth Kosuru <[email protected]>
136146
Yernar Yergaziyev <[email protected]>
147+
Yugal Kaushik <[email protected]>
137148
Yuvi Mittal <[email protected]>
149+
138150
ekambains <[email protected]>
139151
fadiothman22 <[email protected]>
140152
olenkabilonizhka <[email protected]>

data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ base.signumf,"base.signumf( x:number )"
16401640
base.sin,"base.sin( x:number )"
16411641
base.sinc,"base.sinc( x:number )"
16421642
base.sincos,"base.sincos( x:number )"
1643-
base.sincos,"base.sincos( x:number, out:Array|TypedArray|Object, stride:integer, offset:integer )"
1643+
base.sincos.assign,"base.sincos.assign( x:number, out:Array|TypedArray|Object, stride:integer, offset:integer )"
16441644
base.sincospi,"base.sincospi( x:number )"
16451645
base.sincospi.assign,"base.sincospi.assign( x:number, out:Array|TypedArray|Object, stride:integer, offset:integer )"
16461646
base.sinh,"base.sinh( x:number )"

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)