Skip to content

Commit eda484a

Browse files
committed
Auto-generated commit
1 parent 9cc4bd4 commit eda484a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-02-27)
7+
## Unreleased (2025-03-09)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`9a6831e`](https://github.com/stdlib-js/stdlib/commit/9a6831eb31d985baec5ca19f5286e5756bacad8f) - **refactor:** update paths _(by Gururaj Gurram)_
1516
- [`5260d13`](https://github.com/stdlib-js/stdlib/commit/5260d1347c8cd3f669d47dabe8cc6f954809bb27) - **refactor:** update paths _(by Gururaj Gurram)_
1617
- [`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_
1718
- [`90e96d0`](https://github.com/stdlib-js/stdlib/commit/90e96d01b7a32ec3b71caf3e5f57528338199a8f) - **chore:** minor clean-up _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 14 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]>
@@ -55,6 +63,7 @@ Joey Reed <[email protected]>
5563
Jordan Gallivan <[email protected]>
5664
Joris Labie <[email protected]>
5765
Justin Dennison <[email protected]>
66+
Justyn Shelby <[email protected]>
5867
Karan Anand <[email protected]>
5968
Karthik Prakash <[email protected]>
6069
Kohantika Nath <[email protected]>
@@ -76,6 +85,7 @@ Naresh Jagadeesan <[email protected]>
7685
Naveen Kumar <[email protected]>
7786
Neeraj Pathak <[email protected]>
7887
Nishant Shinde <[email protected]>
88+
Nishchay Rajput <[email protected]>
7989
Nithin Katta <[email protected]>
8090
Nourhan Hasan <[email protected]>
8191
Ognjen Jevremović <[email protected]>
@@ -120,6 +130,7 @@ Spandan Barve <[email protected]>
120130
Stephannie Jiménez Gacha <[email protected]>
121131
Suhaib Ilahi <[email protected]>
122132
Suraj Kumar <[email protected]>
133+
Tanishq Ahuja <[email protected]>
123134
Tirtadwipa Manunggal <[email protected]>
124135
Tudor Pagu <[email protected]>
125136
Tufailahmed Bargir <[email protected]>
@@ -133,10 +144,13 @@ Vivek Maurya <[email protected]>
133144
Xiaochuan Ye <[email protected]>
134145
Yaswanth Kosuru <[email protected]>
135146
Yernar Yergaziyev <[email protected]>
147+
Yugal Kaushik <[email protected]>
136148
Yuvi Mittal <[email protected]>
149+
137150
ekambains <[email protected]>
138151
fadiothman22 <[email protected]>
139152
olenkabilonizhka <[email protected]>
140153
pranav-1720 <[email protected]>
154+
rahulrangers <[email protected]>
141155
142156

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ for ( i = 0xFFFFFFF0; i < 0xFFFFFFFF; i++ ) {
143143

144144
## See Also
145145

146-
- <span class="package-name">[`@stdlib/math-base/ops/imuldw`][@stdlib/math/base/ops/imuldw]</span><span class="delimiter">: </span><span class="description">compute the double word product of two signed 32-bit integers.</span>
146+
- <span class="package-name">[`@stdlib/number-int32/base/muldw`][@stdlib/number/int32/base/muldw]</span><span class="delimiter">: </span><span class="description">compute the double word product of two signed 32-bit integers.</span>
147147
- <span class="package-name">[`@stdlib/number-uint32/base/mul`][@stdlib/number/uint32/base/mul]</span><span class="delimiter">: </span><span class="description">perform C-like multiplication of two unsigned 32-bit integers.</span>
148148

149149
</section>
@@ -226,7 +226,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
226226

227227
<!-- <related-links> -->
228228

229-
[@stdlib/math/base/ops/imuldw]: https://github.com/stdlib-js/math-base-ops-imuldw
229+
[@stdlib/number/int32/base/muldw]: https://github.com/stdlib-js/number-int32-base-muldw
230230

231231
[@stdlib/number/uint32/base/mul]: https://github.com/stdlib-js/number-uint32-base-mul
232232

0 commit comments

Comments
 (0)