Skip to content

Commit 5714159

Browse files
committed
Auto-generated commit
1 parent f6d6168 commit 5714159

File tree

4 files changed

+115
-88
lines changed

4 files changed

+115
-88
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-08-04T00:45:18.523Z

CHANGELOG.md

Lines changed: 25 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -4,95 +4,31 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-27)
8-
9-
<section class="packages">
10-
11-
### Packages
12-
13-
<section class="package" id="math-array-tools-unreleased">
14-
15-
#### [@stdlib/math/array/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/array/tools)
16-
17-
<details>
7+
## Unreleased (2025-08-04)
188

199
<section class="features">
2010

21-
##### Features
11+
### Features
2212

2313
- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1) - update namespace TypeScript declarations [(#5436)](https://github.com/stdlib-js/stdlib/pull/5436)
2414
- [`a4b312d`](https://github.com/stdlib-js/stdlib/commit/a4b312d7b75231f171b3c475d884e17e350f2856) - add `unaryFactory` to namespace
15+
- [`4b8fd47`](https://github.com/stdlib-js/stdlib/commit/4b8fd47d1f57a0953e24234cddf56ef81d9e01a5) - add `math/array/tools/unary-factory`
2516
- [`824f294`](https://github.com/stdlib-js/stdlib/commit/824f29485447d0e3224d1fcc784f2355b6b7fd14) - add `math/array/tools` namespace
26-
27-
</section>
28-
29-
<!-- /.features -->
30-
31-
<section class="breaking-changes">
32-
33-
##### BREAKING CHANGES
34-
35-
- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1): remove `mulf` symbol
36-
37-
- To migrate, users should access the same symbol via the `number/float32/base` namespace.
38-
39-
</section>
40-
41-
<!-- /.breaking-changes -->
42-
43-
</details>
44-
45-
</section>
46-
47-
<!-- /.package -->
48-
49-
<section class="package" id="math-array-tools-unary-unreleased">
50-
51-
#### [@stdlib/math/array/tools/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/array/tools/unary)
52-
53-
<details>
54-
55-
<section class="features">
56-
57-
##### Features
58-
5917
- [`683f593`](https://github.com/stdlib-js/stdlib/commit/683f5937fb80b5382d64bf1aacf797d82ed01bb8) - add `math/array/tools/unary`
6018

6119
</section>
6220

6321
<!-- /.features -->
6422

65-
</details>
66-
67-
</section>
23+
<section class="bug-fixes">
6824

69-
<!-- /.package -->
25+
### Bug Fixes
7026

71-
<section class="package" id="math-array-tools-unary-factory-unreleased">
72-
73-
#### [@stdlib/math/array/tools/unary-factory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/array/tools/unary-factory)
74-
75-
<details>
76-
77-
<section class="features">
78-
79-
##### Features
80-
81-
- [`4b8fd47`](https://github.com/stdlib-js/stdlib/commit/4b8fd47d1f57a0953e24234cddf56ef81d9e01a5) - add `math/array/tools/unary-factory`
82-
83-
</section>
84-
85-
<!-- /.features -->
86-
87-
</details>
88-
89-
</section>
90-
91-
<!-- /.package -->
27+
- [`e051a2f`](https://github.com/stdlib-js/stdlib/commit/e051a2fbf9cb31b562972c20c361a71b6ad837f6) - improve type specificity
9228

9329
</section>
9430

95-
<!-- /.packages -->
31+
<!-- /.bug-fixes -->
9632

9733
<section class="breaking-changes">
9834

@@ -106,25 +42,16 @@
10642

10743
<!-- /.breaking-changes -->
10844

109-
<section class="contributors">
110-
111-
### Contributors
112-
113-
A total of 2 people contributed to this release. Thank you to the following contributors:
114-
115-
- Athan Reines
116-
- Philipp Burckhardt
117-
118-
</section>
119-
120-
<!-- /.contributors -->
121-
12245
<section class="commits">
12346

12447
### Commits
12548

12649
<details>
12750

51+
- [`dd317a4`](https://github.com/stdlib-js/stdlib/commit/dd317a4963fb9c35e1967a4b96556c3b060675c5) - **docs:** fix copy _(by Athan Reines)_
52+
- [`e051a2f`](https://github.com/stdlib-js/stdlib/commit/e051a2fbf9cb31b562972c20c361a71b6ad837f6) - **fix:** improve type specificity _(by Athan Reines)_
53+
- [`f81d254`](https://github.com/stdlib-js/stdlib/commit/f81d254ca5fc52dede022955c37aa0c90893969a) - **docs:** fix example _(by Athan Reines)_
54+
- [`3938b26`](https://github.com/stdlib-js/stdlib/commit/3938b265e603116448c89fcaa58df70e79d40f59) - **refactor:** update paths _(by Gururaj Gurram)_
12855
- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1) - **feat:** update namespace TypeScript declarations [(#5436)](https://github.com/stdlib-js/stdlib/pull/5436) _(by stdlib-bot)_
12956
- [`9d532b5`](https://github.com/stdlib-js/stdlib/commit/9d532b5510055d80c5df8ba4c8e897c1670dcd1a) - **docs:** update namespace table of contents [(#5438)](https://github.com/stdlib-js/stdlib/pull/5438) _(by stdlib-bot, Philipp Burckhardt)_
13057
- [`98336f5`](https://github.com/stdlib-js/stdlib/commit/98336f5011237a2d607be003f05060146e55d204) - **docs:** fix comment _(by Athan Reines)_
@@ -143,6 +70,20 @@ A total of 2 people contributed to this release. Thank you to the following cont
14370

14471
<!-- /.commits -->
14572

73+
<section class="contributors">
74+
75+
### Contributors
76+
77+
A total of 3 people contributed to this release. Thank you to the following contributors:
78+
79+
- Athan Reines
80+
- Gururaj Gurram
81+
- Philipp Burckhardt
82+
83+
</section>
84+
85+
<!-- /.contributors -->
86+
14687
</section>
14788

14889
<!-- /.release -->

CONTRIBUTORS

Lines changed: 88 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,87 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <jain.aadishj@gmail.com>
6+
Aarya Balwadkar <142713127+AaryaBalwadkar@users.noreply.github.com>
67
Aayush Khanna <aayushiitbhu23@gmail.com>
8+
Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
9+
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
10+
Abhay Punia <156515195+Hecker165@users.noreply.github.com>
711
Abhijit Raut <abhijitmraut8010@gmail.com>
12+
Abhishek G <166795493+AbhishekG-Codes@users.noreply.github.com>
813
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
914
Adarsh Palaskar <adarshpalaskar99@gmail.com>
1015
Aditya Sapra <adityaework@gmail.com>
1116
Ahmed Atwa <Ahmedatwa866@yahoo.com>
1217
Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1318
Ahmed Khaled <kahmd1444@gmail.com>
19+
Aksshay Balasubramanian <119944779+Aksshay88@users.noreply.github.com>
1420
Aleksandr <112382387+alextes90@users.noreply.github.com>
1521
Ali Salesi <ali_sal1381@yahoo.com>
22+
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
1623
Aman Bhansali <bhansali.1@iitj.ac.in>
24+
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
25+
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
1726
Amit Jimiwal <amitjimiwal45@gmail.com>
27+
Anmol Sah <113588714+anmolsah@users.noreply.github.com>
28+
Annamalai Prabu <apfossdev@gmail.com>
29+
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
30+
Anshu Kumar <contact.anshukumar@protonmail.com>
1831
Anudeep Sanapala <anudeep0306@gmail.com>
32+
Arihant Pal <arihant0pal@gmail.com>
33+
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
34+
AryanJ18 <18aryanj2006@gmail.com>
1935
Athan Reines <kgryte@gmail.com>
36+
Atharva Patil <124063987+atharva-patil-23@users.noreply.github.com>
2037
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
38+
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
2139
Brendan Graetz <bguiz@users.noreply.github.com>
2240
Bruno Fenzl <brunofenzl@gmail.com>
2341
Bryan Elee <rxbryn@gmail.com>
2442
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
2543
Christopher Dambamuromo <chridam@gmail.com>
2644
Dan Rose <danoftheroses@gmail.com>
45+
Daniel Hernandez Gomez <156333015+dhernandeez13@users.noreply.github.com>
2746
Daniel Killenberger <daniel.killenberger@gmail.com>
2847
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2948
Debashis Maharana <debashismaharana7854@gmail.com>
49+
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
50+
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
51+
Deepak Singh <negid0253@gmail.com>
3052
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
3153
Dev Goel <135586571+corsairier@users.noreply.github.com>
54+
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
3255
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
56+
Dhruvil Mehta <68022411+dhruvilmehta@users.noreply.github.com>
57+
Dipjyoti Das <126075231+dipexplorer@users.noreply.github.com>
3358
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3459
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3560
Dominik Moritz <domoritz@gmail.com>
3661
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
3762
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3863
Frank Kovacs <fran70kk@gmail.com>
3964
GK Bishnoi <gkishan1kyt@gmail.com>
65+
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
4066
Gaurav <gaurav70380@gmail.com>
67+
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
68+
Gautam sharma <gautamkrishnasharma1@gmail.com>
69+
GeoDaoyu <geodaoyu@foxmail.com>
70+
Girish Garg <garggirish2020@gmail.com>
4171
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
4272
Gunj Joshi <gunjjoshi8372@gmail.com>
4373
Gururaj Gurram <gururajgurram1512@gmail.com>
44-
Harsh <149176984+hrshya@users.noreply.github.com>
74+
Harishchandra Reddy <harish.7000@gmail.com>
75+
Haroon Rasheed <51189276+haroon26@users.noreply.github.com>
76+
Harsh <harshyadav6078@gmail.com>
4577
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4678
Harshita Kalani <harshitakalani02@gmail.com>
79+
Hemang Choudhary <coehemang@gmail.com>
80+
Hemant M Mehta <92446645+hemantmm@users.noreply.github.com>
4781
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
4882
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
83+
Jaison D Souza <123267719+jsndz@users.noreply.github.com>
84+
Jalaj Kumar <142599224+jalajk3004@users.noreply.github.com>
4985
James Gelok <jdgelok@gmail.com>
86+
Jay Soni <jaygsoni14@gmail.com>
5087
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
5188
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
5289
Jithin KS <jithinks112@gmail.com>
@@ -55,13 +92,22 @@ Joey Reed <joeyrreed@gmail.com>
5592
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
5693
Joris Labie <joris.labie1@gmail.com>
5794
Justin Dennison <justin1dennison@gmail.com>
58-
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
95+
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
96+
Karan Anand <anandkarancompsci@gmail.com>
97+
Karan Vasudevamurthy <karanlvm123@gmail.com>
98+
Karan Yadav <77043443+karanBRAVO@users.noreply.github.com>
5999
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
100+
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
101+
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
60102
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
61103
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
62104
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
63105
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
106+
Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com>
107+
Lokesh Ranjan <lokesh.ranjan.phe23@itbhu.ac.in>
64108
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
109+
MANI <77221000+Eternity0207@users.noreply.github.com>
110+
Mahfuza Humayra Mohona <mhmohona@gmail.com>
65111
Manik Sharma <maniksharma.rke@gmail.com>
66112
Manvith M <148960168+manvith2003@users.noreply.github.com>
67113
Marcus Fantham <mfantham@users.noreply.github.com>
@@ -72,25 +118,38 @@ Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
72118
Mohammad Kaif <mdkaifprofession@gmail.com>
73119
Momtchil Momtchev <momtchil@momtchev.com>
74120
Muhammad Haris <harriskhan047@outlook.com>
121+
Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
122+
Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
123+
NEEKUorAAYUSH <aayush10072004@gmail.com>
75124
Naresh Jagadeesan <naresh.naresh000@gmail.com>
76125
Naveen Kumar <stupiddint@gmail.com>
77126
Neeraj Pathak <neerajrpathak710@gmail.com>
127+
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
78128
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
129+
Nishant singh <38534128+Nishantsingh11@users.noreply.github.com>
130+
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
79131
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
80132
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
81133
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
82134
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
83135
Ori Miles <97595296+orimiles5@users.noreply.github.com>
84136
Philipp Burckhardt <pburckhardt@outlook.com>
137+
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
138+
Pradyumn Prasad <pradyumnprasad.567@gmail.com>
139+
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
85140
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
86-
Pranav Goswami <goswami.4@iitj.ac.in>
141+
Pranav Goswami <pranavchiku11@gmail.com>
87142
Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>
88143
Prashant Kumar Yadav <144602492+0PrashantYadav0@users.noreply.github.com>
144+
PrathamBhamare <164445568+PrathamBhamare@users.noreply.github.com>
89145
Pratik Singh <97464067+Pratik772846@users.noreply.github.com>
90146
Pratyush Kumar Chouhan <pratyushkumar0308@gmail.com>
147+
Pravesh Kunwar <praveshkunwar04@gmail.com>
91148
Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
92149
Priyanshu Agarwal <113460573+AgPriyanshu18@users.noreply.github.com>
150+
Pulkit Gupta <65711278+pulkitgupta2@users.noreply.github.com>
93151
Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
152+
Rahul Kumar <132570066+rahulptl165@users.noreply.github.com>
94153
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
95154
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
96155
Ricky Reusser <rsreusser@gmail.com>
@@ -99,44 +158,70 @@ Rishav <115060907+rishav2404@users.noreply.github.com>
99158
Rishav Tarway <rishavtarway@gmail.com>
100159
Robert Gislason <gztown2216@yahoo.com>
101160
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
161+
Rupa <102663541+Rupa-Rd@users.noreply.github.com>
102162
Rutam Kathale <138517416+performant23@users.noreply.github.com>
103163
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
104164
Ryan Seal <splrk@users.noreply.github.com>
105165
Rylan Yang <137365285+rylany27@users.noreply.github.com>
166+
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
167+
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
168+
Sachin Raj <120590207+schnrj@users.noreply.github.com>
169+
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
170+
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
106171
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
172+
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
107173
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
174+
Satyajeet Chavan <chavansatyajeet2004@gmail.com>
108175
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
109176
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
110177
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
111178
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
112179
Shivam Ahir <11shivam00@gmail.com>
180+
Shivansh <114570926+shiv343@users.noreply.github.com>
113181
Shraddheya Shendre <shendreshraddheya@gmail.com>
114182
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
115183
Shubham Mishra <shubh622005@gmail.com>
184+
Siddhesh waje <117733253+siddhesh434@users.noreply.github.com>
116185
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
117186
Snehil Shah <snehilshah.989@gmail.com>
118187
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
119188
Spandan Barve <contact@marsian.dev>
120189
Stephannie Jiménez Gacha <steff456@hotmail.com>
121190
Suhaib Ilahi <suhaib.elahi87@gmail.com>
122191
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
192+
Swapnil Hajare <69076366+Swapnil-2502@users.noreply.github.com>
193+
Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
123194
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
124195
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
125196
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
197+
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
198+
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
199+
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
126200
Utkarsh <http://utkarsh11105@gmail.com>
127201
Utkarsh Raj <rajutkarsh2505@gmail.com>
128202
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
129203
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
204+
Vansh Choudhary <iamvanshchaudhary7@gmail.com>
205+
Vara Rahul Rajana <123227543+rajanarahul93@users.noreply.github.com>
130206
Varad Gupta <varadgupta21@gmail.com>
131207
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
132208
Vivek Maurya <vm8118134@gmail.com>
133209
Xiaochuan Ye <tap91624@gmail.com>
134210
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
135211
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
212+
Yugal Kaushik <yugalkaushik14@gmail.com>
136213
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
214+
deepak427 <62477872+deepak427@users.noreply.github.com>
215+
devshree-bhati <147095250+devshree-bhati@users.noreply.github.com>
216+
ditsu <170345142+ditsus@users.noreply.github.com>
137217
ekambains <bainsinbusiness@gmail.com>
138218
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
219+
iraandrushko <71790513+iraandrushko@users.noreply.github.com>
220+
jsai28 <54253219+jsai28@users.noreply.github.com>
221+
lohithganni <116790357+lohithganni@users.noreply.github.com>
139222
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
140223
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
224+
rahulrangers <127782777+rahulrangers@users.noreply.github.com>
141225
rainn <88160429+AmCodesLame@users.noreply.github.com>
142226
rei2hu <reimu@reimu.ws>
227+
zhanggy <geodaoyu@foxmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
"@stdlib/console-log-each": "^0.2.2",
6363
"@stdlib/math-base-assert-is-nan": "^0.2.2",
6464
"@stdlib/math-base-special-abs": "^0.2.2",
65-
"@stdlib/math-base-special-identity": "^0.2.2",
6665
"@stdlib/math-base-special-pow": "^0.3.0",
6766
"@stdlib/math-base-special-sin": "^0.3.0",
6867
"@stdlib/ndarray-base-assert-is-output-data-type-policy": "github:stdlib-js/ndarray-base-assert-is-output-data-type-policy#main",
6968
"@stdlib/ndarray-base-unary-output-dtype": "^0.2.2",
69+
"@stdlib/number-float64-base-identity": "github:stdlib-js/number-float64-base-identity#main",
7070
"@stdlib/random-array-uniform": "^0.2.1",
7171
"@stdlib/strided-base-unary": "^0.3.0",
7272
"@stdlib/string-format": "^0.2.2",

0 commit comments

Comments
 (0)