Skip to content

Commit 97429c8

Browse files
committed
Auto-generated commit
1 parent cbfde4f commit 97429c8

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-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

@@ -36,6 +36,7 @@
3636

3737
<details>
3838

39+
- [`a63fd20`](https://github.com/stdlib-js/stdlib/commit/a63fd20246bf236df0becdac7c4301587dc98858) - **docs:** update REPL help _(by Athan Reines)_
3940
- [`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)_
4041
- [`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)_
4142
- [`58973b7`](https://github.com/stdlib-js/stdlib/commit/58973b73eae4c50f073804658041bf3d5a4a97a4) - **docs:** update REPL namespace documentation [(#5437)](https://github.com/stdlib-js/stdlib/pull/5437) _(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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,8 @@ base.signum,"var sign = base.signum( -5.0 )\nsign = base.signum( 5.0 )\nsign = b
16391639
base.signumf,"var sign = base.signumf( -5.0 )\nsign = base.signumf( 5.0 )\nsign = base.signumf( -0.0 )\nsign = base.signumf( 0.0 )\nsign = base.signumf( NaN )\n"
16401640
base.sin,"var y = base.sin( 0.0 )\ny = base.sin( PI/2.0 )\ny = base.sin( -PI/6.0 )\ny = base.sin( NaN )\n"
16411641
base.sinc,"var y = base.sinc( 0.5 )\ny = base.sinc( -1.2 )\ny = base.sinc( 0.0 )\ny = base.sinc( NaN )\n"
1642-
base.sincos,"var y = base.sincos( 0.0 )\ny = base.sincos( PI/2.0 )\ny = base.sincos( -PI/6.0 )\ny = base.sincos( NaN )\nvar out = new Float64Array( 2 );\nvar v = base.sincos.assign( 0.0, out, 1, 0 )\nvar bool = ( v === out )\n"
1642+
base.sincos,"var y = base.sincos( 0.0 )\ny = base.sincos( PI/2.0 )\ny = base.sincos( -PI/6.0 )\ny = base.sincos( NaN )\n"
1643+
base.sincos.assign,"var out = new Float64Array( 2 );\nvar v = base.sincos.assign( 0.0, out, 1, 0 )\nvar bool = ( v === out )\n"
16431644
base.sincospi,"var y = base.sincospi( 0.0 )\ny = base.sincospi( 0.5 )\ny = base.sincospi( 0.1 )\ny = base.sincospi( NaN )\n"
16441645
base.sincospi.assign,"var out = new Float64Array( 2 );\nvar v = base.sincospi.assign( 0.0, out, 1, 0 )\nvar bool = ( v === out )\n"
16451646
base.sinh,"var y = base.sinh( 0.0 )\ny = base.sinh( 2.0 )\ny = base.sinh( -2.0 )\ny = base.sinh( NaN )\n"

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)