Skip to content

Commit 188060f

Browse files
committed
Auto-generated commit
1 parent 4a59ba5 commit 188060f

7 files changed

Lines changed: 58 additions & 6 deletions

File tree

CHANGELOG.md

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

7-
## Unreleased (2025-06-08)
7+
## Unreleased (2025-09-01)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`774b270`](https://github.com/stdlib-js/stdlib/commit/774b270d053d49740326553d549f698c7a5e94c8) - add missing exports to namespaces
14+
- [`b3414ca`](https://github.com/stdlib-js/stdlib/commit/b3414caabdd328fef1e0a44410a21cc5b7410571) - add `number/uint8/base/identity` [(#7848)](https://github.com/stdlib-js/stdlib/pull/7848)
1315
- [`05579b9`](https://github.com/stdlib-js/stdlib/commit/05579b92d37e65644945028a3d12ba8d0b36f188) - add `mul` to namespace
1416
- [`169c8cb`](https://github.com/stdlib-js/stdlib/commit/169c8cb745f97bbb0260c82fa4f7ccc56d3b9ed7) - add `number/uint8/base/mul`
1517
- [`465c484`](https://github.com/stdlib-js/stdlib/commit/465c484235dbfba4c323c9913c4091e6d628374a) - add `sub` to namespace
@@ -27,6 +29,18 @@
2729

2830
<details>
2931

32+
- [`774b270`](https://github.com/stdlib-js/stdlib/commit/774b270d053d49740326553d549f698c7a5e94c8) - **feat:** add missing exports to namespaces _(by Philipp Burckhardt)_
33+
- [`7add020`](https://github.com/stdlib-js/stdlib/commit/7add0201c13e56a0381926ccfd4073c84eaf2ed4) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
34+
- [`11581aa`](https://github.com/stdlib-js/stdlib/commit/11581aaca8c3cb824cbb92c0c0f80e76890bdb20) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
35+
- [`7483bef`](https://github.com/stdlib-js/stdlib/commit/7483bef13b1d3241347266d25a02957269419825) - **test:** use .strictEqual() instead of .equal() _(by Philipp Burckhardt)_
36+
- [`8c20ca4`](https://github.com/stdlib-js/stdlib/commit/8c20ca47e294c672e2261ca79452861dc3dd0764) - **bench:** fix types in C benchmarks [(#7865)](https://github.com/stdlib-js/stdlib/pull/7865) _(by Gunj Joshi)_
37+
- [`b5cb6da`](https://github.com/stdlib-js/stdlib/commit/b5cb6da6915e43b4f3aec2387d3e2cd9f9b0999d) - **docs:** replace `integer` by `uinteger` in JSDocs [(#7866)](https://github.com/stdlib-js/stdlib/pull/7866) _(by Gunj Joshi)_
38+
- [`1a121d7`](https://github.com/stdlib-js/stdlib/commit/1a121d7bf505791d601cf733a37eded4b18d8876) - **docs:** fix missing includes _(by Athan Reines)_
39+
- [`b3414ca`](https://github.com/stdlib-js/stdlib/commit/b3414caabdd328fef1e0a44410a21cc5b7410571) - **feat:** add `number/uint8/base/identity` [(#7848)](https://github.com/stdlib-js/stdlib/pull/7848) _(by Gunj Joshi)_
40+
- [`5896836`](https://github.com/stdlib-js/stdlib/commit/5896836635aa28aba7c97b3f21d32735d867c43b) - **build:** add package meta data _(by Athan Reines)_
41+
- [`6c6fd79`](https://github.com/stdlib-js/stdlib/commit/6c6fd79627e1c79e5f98e53a05456057986c911a) - **build:** add package meta data _(by Athan Reines)_
42+
- [`6803252`](https://github.com/stdlib-js/stdlib/commit/68032524e51f5f6b82e06e13253836ec5a539c40) - **build:** add package meta data _(by Athan Reines)_
43+
- [`b299663`](https://github.com/stdlib-js/stdlib/commit/b299663090e95dc9c1ea27c35da67ede34c0b3a2) - **chore:** add notes _(by Athan Reines)_
3044
- [`8e82087`](https://github.com/stdlib-js/stdlib/commit/8e820870a43e8b649135a6f664174efc81569de6) - **docs:** update namespace table of contents [(#7261)](https://github.com/stdlib-js/stdlib/pull/7261) _(by stdlib-bot)_
3145
- [`348cca4`](https://github.com/stdlib-js/stdlib/commit/348cca418f8031d4a5d456b015fa39dfbd084972) - **docs:** add notes _(by Athan Reines)_
3246
- [`05579b9`](https://github.com/stdlib-js/stdlib/commit/05579b92d37e65644945028a3d12ba8d0b36f188) - **feat:** add `mul` to namespace _(by Athan Reines)_
@@ -49,9 +63,11 @@
4963

5064
### Contributors
5165

52-
A total of 1 person contributed to this release. Thank you to this contributor:
66+
A total of 3 people contributed to this release. Thank you to the following contributors:
5367

5468
- Athan Reines
69+
- Gunj Joshi
70+
- Philipp Burckhardt
5571

5672
</section>
5773

CONTRIBUTORS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
99
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
1010
Abhay Punia <156515195+Hecker165@users.noreply.github.com>
1111
Abhijit Raut <abhijitmraut8010@gmail.com>
12+
Abhishek G <166795493+AbhishekG-Codes@users.noreply.github.com>
1213
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
1314
Adarsh Palaskar <adarshpalaskar99@gmail.com>
1415
Aditya Sapra <adityaework@gmail.com>
16+
Aditya Singh <adityasinghk099@gmail.com>
1517
Ahmed Atwa <Ahmedatwa866@yahoo.com>
1618
Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1719
Ahmed Khaled <kahmd1444@gmail.com>
@@ -21,12 +23,18 @@ Ali Salesi <ali_sal1381@yahoo.com>
2123
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2224
Aman Bhansali <bhansali.1@iitj.ac.in>
2325
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
26+
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
2427
Amit Jimiwal <amitjimiwal45@gmail.com>
28+
Anmol Sah <113588714+anmolsah@users.noreply.github.com>
2529
Annamalai Prabu <apfossdev@gmail.com>
2630
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2731
Anshu Kumar <contact.anshukumar@protonmail.com>
2832
Anudeep Sanapala <anudeep0306@gmail.com>
33+
Arihant Pal <arihant0pal@gmail.com>
34+
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
35+
AryanJ18 <18aryanj2006@gmail.com>
2936
Athan Reines <kgryte@gmail.com>
37+
Atharva Patil <124063987+atharva-patil-23@users.noreply.github.com>
3038
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
3139
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
3240
Brendan Graetz <bguiz@users.noreply.github.com>
@@ -35,11 +43,13 @@ Bryan Elee <rxbryn@gmail.com>
3543
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
3644
Christopher Dambamuromo <chridam@gmail.com>
3745
Dan Rose <danoftheroses@gmail.com>
46+
Daniel Hernandez Gomez <156333015+dhernandeez13@users.noreply.github.com>
3847
Daniel Killenberger <daniel.killenberger@gmail.com>
3948
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
4049
Debashis Maharana <debashismaharana7854@gmail.com>
4150
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
4251
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
52+
Deepak Singh <negid0253@gmail.com>
4353
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
4454
Dev Goel <135586571+corsairier@users.noreply.github.com>
4555
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
@@ -57,10 +67,12 @@ GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5767
Gaurav <gaurav70380@gmail.com>
5868
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
5969
Gautam sharma <gautamkrishnasharma1@gmail.com>
70+
GeoDaoyu <geodaoyu@foxmail.com>
6071
Girish Garg <garggirish2020@gmail.com>
6172
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
6273
Gunj Joshi <gunjjoshi8372@gmail.com>
6374
Gururaj Gurram <gururajgurram1512@gmail.com>
75+
Harishchandra Reddy <harish.7000@gmail.com>
6476
Haroon Rasheed <51189276+haroon26@users.noreply.github.com>
6577
Harsh <harshyadav6078@gmail.com>
6678
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
@@ -93,6 +105,7 @@ Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
93105
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
94106
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
95107
Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com>
108+
Lokesh Ranjan <lokesh.ranjan.phe23@itbhu.ac.in>
96109
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
97110
MANI <77221000+Eternity0207@users.noreply.github.com>
98111
Mahfuza Humayra Mohona <mhmohona@gmail.com>
@@ -108,6 +121,8 @@ Momtchil Momtchev <momtchil@momtchev.com>
108121
Muhammad Haris <harriskhan047@outlook.com>
109122
Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
110123
Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
124+
NEEKUorAAYUSH <aayush10072004@gmail.com>
125+
Nakul Krishnakumar <nakulkrishnakumar86@gmail.com>
111126
Naresh Jagadeesan <naresh.naresh000@gmail.com>
112127
Naveen Kumar <stupiddint@gmail.com>
113128
Neeraj Pathak <neerajrpathak710@gmail.com>
@@ -121,6 +136,8 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
121136
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
122137
Ori Miles <97595296+orimiles5@users.noreply.github.com>
123138
Philipp Burckhardt <pburckhardt@outlook.com>
139+
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
140+
Pradyumn Prasad <pradyumnprasad.567@gmail.com>
124141
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
125142
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
126143
Pranav Goswami <pranavchiku11@gmail.com>
@@ -149,25 +166,30 @@ Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
149166
Ryan Seal <splrk@users.noreply.github.com>
150167
Rylan Yang <137365285+rylany27@users.noreply.github.com>
151168
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
169+
SAUJANYA MAGARDE <162047941+SaujanyaMagarde@users.noreply.github.com>
152170
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
153171
Sachin Raj <120590207+schnrj@users.noreply.github.com>
154172
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
155173
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
156174
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
157175
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
158176
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
177+
Satyajeet Chavan <chavansatyajeet2004@gmail.com>
159178
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
160179
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
161180
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
162181
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
163182
Shivam Ahir <11shivam00@gmail.com>
183+
Shivansh <114570926+shiv343@users.noreply.github.com>
164184
Shraddheya Shendre <shendreshraddheya@gmail.com>
165185
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
166186
Shubham Mishra <shubh622005@gmail.com>
187+
Siddhesh waje <117733253+siddhesh434@users.noreply.github.com>
167188
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
168189
Snehil Shah <snehilshah.989@gmail.com>
169190
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
170191
Spandan Barve <contact@marsian.dev>
192+
Srinivas Batthula <srinivasbatthula05.official@gmail.com>
171193
Stephannie Jiménez Gacha <steff456@hotmail.com>
172194
Suhaib Ilahi <suhaib.elahi87@gmail.com>
173195
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
@@ -183,20 +205,24 @@ Utkarsh <http://utkarsh11105@gmail.com>
183205
Utkarsh Raj <rajutkarsh2505@gmail.com>
184206
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
185207
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
208+
Vansh Choudhary <iamvanshchaudhary7@gmail.com>
186209
Vara Rahul Rajana <123227543+rajanarahul93@users.noreply.github.com>
187210
Varad Gupta <varadgupta21@gmail.com>
188211
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
189212
Vivek Maurya <vm8118134@gmail.com>
213+
Wendy Yuchen Sun <wendyyuchensun@gmail.com>
190214
Xiaochuan Ye <tap91624@gmail.com>
191215
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
192216
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
193217
Yugal Kaushik <yugalkaushik14@gmail.com>
194218
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
219+
deepak427 <62477872+deepak427@users.noreply.github.com>
195220
devshree-bhati <147095250+devshree-bhati@users.noreply.github.com>
196221
ditsu <170345142+ditsus@users.noreply.github.com>
197222
ekambains <bainsinbusiness@gmail.com>
198223
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
199224
iraandrushko <71790513+iraandrushko@users.noreply.github.com>
225+
jsai28 <54253219+jsai28@users.noreply.github.com>
200226
lohithganni <116790357+lohithganni@users.noreply.github.com>
201227
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
202228
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>

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.

lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ setReadOnly( ns, 'add', require( '@stdlib/number-uint8-base-add' ) );
5454
*/
5555
setReadOnly( ns, 'fromBinaryStringUint8', require( '@stdlib/number-uint8-base-from-binary-string' ) );
5656

57+
/**
58+
* @name identity
59+
* @memberof ns
60+
* @readonly
61+
* @type {Function}
62+
* @see {@link module:@stdlib/number/uint8/base/identity}
63+
*/
64+
setReadOnly( ns, 'identity', require( '@stdlib/number-uint8-base-identity' ) );
65+
5766
/**
5867
* @name mul
5968
* @memberof ns

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"dependencies": {
3939
"@stdlib/number-uint8-base-add": "github:stdlib-js/number-uint8-base-add#main",
4040
"@stdlib/number-uint8-base-from-binary-string": "^0.2.2",
41+
"@stdlib/number-uint8-base-identity": "github:stdlib-js/number-uint8-base-identity#main",
4142
"@stdlib/number-uint8-base-mul": "github:stdlib-js/number-uint8-base-mul#main",
4243
"@stdlib/number-uint8-base-sub": "github:stdlib-js/number-uint8-base-sub#main",
4344
"@stdlib/number-uint8-base-to-binary-string": "^0.2.2",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ tape( 'main export is an object', function test( t ) {
3535

3636
tape( 'the exported object contains key-value pairs', function test( t ) {
3737
var keys = objectKeys( ns );
38-
t.equal( keys.length > 0, true, 'has keys' );
38+
t.strictEqual( keys.length > 0, true, 'has keys' );
3939
t.end();
4040
});

0 commit comments

Comments
 (0)