Skip to content

Commit 83cb6c5

Browse files
committed
Auto-generated commit
1 parent d42764d commit 83cb6c5

File tree

6 files changed

+47
-8
lines changed

6 files changed

+47
-8
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-04-29)
7+
## Unreleased (2025-06-20)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`eac188f`](https://github.com/stdlib-js/stdlib/commit/eac188f4def9fa545e9e0cfcd5731a66337fcd1a) - add support for struct data types
14+
- [`99ecc69`](https://github.com/stdlib-js/stdlib/commit/99ecc6907e9c26dabe4dd8e8dfb3b08d10d622c3) - add `isStructDataType` to namespace
15+
- [`d20a2ea`](https://github.com/stdlib-js/stdlib/commit/d20a2ea2cba39ea485abb500861a1fdc2088a36c) - add `ndarray/base/assert/is-struct-data-type`
1316
- [`d97a6dc`](https://github.com/stdlib-js/stdlib/commit/d97a6dce7cbaaeec6168a853a70038d49ca3bf9c) - add `isInputCastingPolicy` to namespace
1417
- [`76720ca`](https://github.com/stdlib-js/stdlib/commit/76720ca15cf2ab2362923073da524e6d1b882afb) - add `ndarray/base/assert/is-input-casting-policy`
1518
- [`1bbc59f`](https://github.com/stdlib-js/stdlib/commit/1bbc59f31cd81f3058f6c568567acdbd8056526b) - add `isBooleanIndexDataType` to namespace
@@ -60,9 +63,9 @@
6063

6164
### Closed Issues
6265

63-
This release closes the following issue:
66+
A total of 2 issues were closed in this release:
6467

65-
[#6604](https://github.com/stdlib-js/stdlib/issues/6604)
68+
[#6604](https://github.com/stdlib-js/stdlib/issues/6604), [#6776](https://github.com/stdlib-js/stdlib/issues/6776)
6669

6770
</section>
6871

@@ -74,6 +77,10 @@ This release closes the following issue:
7477

7578
<details>
7679

80+
- [`eac188f`](https://github.com/stdlib-js/stdlib/commit/eac188f4def9fa545e9e0cfcd5731a66337fcd1a) - **feat:** add support for struct data types _(by Athan Reines)_
81+
- [`99ecc69`](https://github.com/stdlib-js/stdlib/commit/99ecc6907e9c26dabe4dd8e8dfb3b08d10d622c3) - **feat:** add `isStructDataType` to namespace _(by Athan Reines)_
82+
- [`d20a2ea`](https://github.com/stdlib-js/stdlib/commit/d20a2ea2cba39ea485abb500861a1fdc2088a36c) - **feat:** add `ndarray/base/assert/is-struct-data-type` _(by Athan Reines)_
83+
- [`e1e45f6`](https://github.com/stdlib-js/stdlib/commit/e1e45f6323aa212a1ae7bbc0ac584131f7c87805) - **chore:** fix EditorConfig lint errors [(#6860)](https://github.com/stdlib-js/stdlib/pull/6860) _(by zhanggy)_
7784
- [`6464a4b`](https://github.com/stdlib-js/stdlib/commit/6464a4ba00ba9579a2da77a0e2282a0f03bfdc01) - **docs:** update namespace table of contents [(#6828)](https://github.com/stdlib-js/stdlib/pull/6828) _(by stdlib-bot)_
7885
- [`9459c45`](https://github.com/stdlib-js/stdlib/commit/9459c452bfd439f732c3eaa20c6ab257c64b10bd) - **test:** add test case _(by Athan Reines)_
7986
- [`d97a6dc`](https://github.com/stdlib-js/stdlib/commit/d97a6dce7cbaaeec6168a853a70038d49ca3bf9c) - **feat:** add `isInputCastingPolicy` to namespace _(by Athan Reines)_
@@ -123,12 +130,13 @@ This release closes the following issue:
123130

124131
### Contributors
125132

126-
A total of 4 people contributed to this release. Thank you to the following contributors:
133+
A total of 5 people contributed to this release. Thank you to the following contributors:
127134

128135
- Athan Reines
129136
- MANI
130137
- Philipp Burckhardt
131138
- Pravesh Kunwar
139+
- zhanggy
132140

133141
</section>
134142

CONTRIBUTORS

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ Ali Salesi <ali_sal1381@yahoo.com>
2121
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2222
Aman Bhansali <bhansali.1@iitj.ac.in>
2323
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
24+
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
2425
Amit Jimiwal <amitjimiwal45@gmail.com>
26+
Annamalai Prabu <apfossdev@gmail.com>
2527
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2628
Anshu Kumar <contact.anshukumar@protonmail.com>
2729
Anudeep Sanapala <anudeep0306@gmail.com>
30+
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
2831
Athan Reines <kgryte@gmail.com>
2932
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
3033
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
@@ -38,6 +41,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
3841
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
3942
Debashis Maharana <debashismaharana7854@gmail.com>
4043
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
44+
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
4145
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
4246
Dev Goel <135586571+corsairier@users.noreply.github.com>
4347
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
@@ -53,14 +57,17 @@ Frank Kovacs <fran70kk@gmail.com>
5357
GK Bishnoi <gkishan1kyt@gmail.com>
5458
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5559
Gaurav <gaurav70380@gmail.com>
60+
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
5661
Gautam sharma <gautamkrishnasharma1@gmail.com>
62+
Girish Garg <garggirish2020@gmail.com>
5763
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
5864
Gunj Joshi <gunjjoshi8372@gmail.com>
5965
Gururaj Gurram <gururajgurram1512@gmail.com>
6066
Haroon Rasheed <51189276+haroon26@users.noreply.github.com>
61-
Harsh <149176984+hrshya@users.noreply.github.com>
67+
Harsh <harshyadav6078@gmail.com>
6268
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
6369
Harshita Kalani <harshitakalani02@gmail.com>
70+
Hemang Choudhary <coehemang@gmail.com>
6471
Hemant M Mehta <92446645+hemantmm@users.noreply.github.com>
6572
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
6673
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
@@ -78,6 +85,7 @@ Joris Labie <joris.labie1@gmail.com>
7885
Justin Dennison <justin1dennison@gmail.com>
7986
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
8087
Karan Anand <anandkarancompsci@gmail.com>
88+
Karan Vasudevamurthy <karanlvm123@gmail.com>
8189
Karan Yadav <77043443+karanBRAVO@users.noreply.github.com>
8290
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8391
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
@@ -86,6 +94,8 @@ Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
8694
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
8795
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
8896
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
97+
Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com>
98+
Lokesh Ranjan <lokesh.ranjan.phe23@itbhu.ac.in>
8999
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
90100
MANI <77221000+Eternity0207@users.noreply.github.com>
91101
Mahfuza Humayra Mohona <mhmohona@gmail.com>
@@ -114,6 +124,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
114124
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
115125
Ori Miles <97595296+orimiles5@users.noreply.github.com>
116126
Philipp Burckhardt <pburckhardt@outlook.com>
127+
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
117128
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
118129
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
119130
Pranav Goswami <pranavchiku11@gmail.com>
@@ -143,6 +154,7 @@ Ryan Seal <splrk@users.noreply.github.com>
143154
Rylan Yang <137365285+rylany27@users.noreply.github.com>
144155
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
145156
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
157+
Sachin Raj <120590207+schnrj@users.noreply.github.com>
146158
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
147159
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
148160
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
@@ -163,14 +175,19 @@ Spandan Barve <contact@marsian.dev>
163175
Stephannie Jiménez Gacha <steff456@hotmail.com>
164176
Suhaib Ilahi <suhaib.elahi87@gmail.com>
165177
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
178+
Swapnil Hajare <69076366+Swapnil-2502@users.noreply.github.com>
166179
Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
167180
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
168181
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
169182
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
183+
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
184+
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
185+
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
170186
Utkarsh <http://utkarsh11105@gmail.com>
171187
Utkarsh Raj <rajutkarsh2505@gmail.com>
172188
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
173189
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
190+
Vara Rahul Rajana <123227543+rajanarahul93@users.noreply.github.com>
174191
Varad Gupta <varadgupta21@gmail.com>
175192
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
176193
Vivek Maurya <vm8118134@gmail.com>
@@ -190,3 +207,4 @@ pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
190207
rahulrangers <127782777+rahulrangers@users.noreply.github.com>
191208
rainn <88160429+AmCodesLame@users.noreply.github.com>
192209
rei2hu <reimu@reimu.ws>
210+
zhanggy <geodaoyu@foxmail.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.

0 commit comments

Comments
 (0)