8000 Auto-generated commit · stdlib-js/ndarray-base-assert@4c4d7b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c4d7b0

Browse files
committed
Auto-generated commit
1 parent 5372da6 commit 4c4d7b0

File tree

10 files changed

+101
-7
lines changed

10 files changed

+101
-7
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/assert) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 29 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-01-12)
7+
## Unreleased (2025-02-24)
88

99
<section class="packages">
1010

@@ -20,6 +20,8 @@
2020

2121
##### Features
2222

23+
- [`c1b6794`](https://github.com/stdlib-js/stdlib/commit/c1b6794e36255d7df6795f5f5f4d3e493165f397) - add `isOutputDataTypePolicy` to namespace
24+
- [`e661213`](https://github.com/stdlib-js/stdlib/commit/e66121352ef767cdb87d19e938b1eccf7970fa3a) - update namespace TypeScript declarations [(#4706)](https://github.com/stdlib-js/stdlib/pull/4706)
2325
- [`a94dcea`](https://github.com/stdlib-js/stdlib/commit/a94dceaa9469c774ee4622567e4c15a15e215bcf) - add `isColumnMajorString` to namespace
2426
- [`5e1be08`](https://github.com/stdlib-js/stdlib/commit/5e1be08ff661fb981dc4a91c2e9d37d7396327f5) - add `isRowMajorString` to namespace
2527
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec) - update namespace TypeScript declarations [(#3190)](https://github.com/stdlib-js/stdlib/pull/3190)
@@ -92,6 +94,28 @@
9294

9395
<!-- /.package -->
9496

97+
<section class="package" id="ndarray-base-assert-is-output--unreleased">
98+
99+
#### [@stdlib/ndarray/base/assert/is-output-](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/assert/is-output-)
100+
101+
<details>
102+
103+
<section class="features">
104+
105+
##### Features
106+
107+
- [`9cabe87`](https://github.com/stdlib-js/stdlib/commit/9cabe87a0ce5401967f41d91dc4479a722ba3288) - add `ndarray/base/assert/is-output-data-type-policy`
108+
109+
</section>
110+
111+
<!-- /.features -->
112+
113+
</details>
114+
115+
</section>
116+
117+
<!-- /.package -->
118+
95119
<section class="package" id="ndarray-base-assert-is-row-major-string-unreleased">
96120

97121
#### [@stdlib/ndarray/base/assert/is-row-major-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/assert/is-row-major-string)
@@ -149,6 +173,10 @@ A total of 2 people contributed to this release. Thank you to the following cont
149173

150174
<details>
151175

176+
- [`c1b6794`](https://github.com/stdlib-js/stdlib/commit/c1b6794e36255d7df6795f5f5f4d3e493165f397) - **feat:** add `isOutputDataTypePolicy` to namespace _(by Athan Reines)_
177+
- [`9cabe87`](https://github.com/stdlib-js/stdlib/commit/9cabe87a0ce5401967f41d91dc4479a722ba3288) - **feat:** add `ndarray/base/assert/is-output-data-type-policy` _(by Athan Reines)_
178+
- [`2632915`](https://github.com/stdlib-js/stdlib/commit/2632915e58a2949e11840ce39161f5056a700afc) - **test:** fix variable name _(by Athan Reines)_
179+
- [`e661213`](https://github.com/stdlib-js/stdlib/commit/e66121352ef767cdb87d19e938b1eccf7970fa3a) - **feat:** update namespace TypeScript declarations [(#4706)](https://github.com/stdlib-js/stdlib/pull/4706) _(by stdlib-bot)_
152180
- [`cff470f`](https://github.com/stdlib-js/stdlib/commit/cff470f9608165100c8c122fce70c40b1af864ec) - **docs:** update namespace table of contents (#4708) _(by stdlib-bot, Planeshifter)_
153181
- [`a94dcea`](https://github.com/stdlib-js/stdlib/commit/a94dceaa9469c774ee4622567e4c15a15e215bcf) - **feat:** add `isColumnMajorString` to namespace _(by Athan Reines)_
154182
- [`76872c7`](https://github.com/stdlib-js/stdlib/commit/76872c76f1c655afe5e87d9d894be37f6a07c08b) - **feat:** add `ndarray/base/assert/is-column-major-string` _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <jain.aadishj@gmail.com>
66
Aayush Khanna <aayushiitbhu23@gmail.com>
77
Abhijit Raut <abhijitmraut8010@gmail.com>
8+
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
89
Adarsh Palaskar <adarshpalaskar99@gmail.com>
910
Aditya Sapra <adityaework@gmail.com>
1011
Ahmed Atwa <Ahmedatwa866@yahoo.com>
@@ -27,16 +28,20 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2728
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2829
Debashis Maharana <debashismaharana7854@gmail.com>
2930
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
31+
Dev Goel <135586571+corsairier@users.noreply.github.com>
3032
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3133
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3234
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3335
Dominik Moritz <domoritz@gmail.com>
3436
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
3537
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3638
Frank Kovacs <fran70kk@gmail.com>
39+
GK Bishnoi <gkishan1kyt@gmail.com>
40+
Gaurav <gaurav70380@gmail.com>
3741
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3842
Gunj Joshi <gunjjoshi8372@gmail.com>
39-
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
43+
Gururaj Gurram <gururajgurram1512@gmail.com>
44+
Harsh <149176984+hrshya@users.noreply.github.com>
4045
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4146
Harshita Kalani <harshitakalani02@gmail.com>
4247
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -53,6 +58,7 @@ Justin Dennison <justin1dennison@gmail.com>
5358
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
5459
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
5560
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
61+
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
5662
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
5763
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
5864
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
@@ -62,6 +68,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6268
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6369
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6470
Milan Raj <rajsite@users.noreply.github.com>
71+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6572
Mohammad Kaif <mdkaifprofession@gmail.com>
6673
Momtchil Momtchev <momtchil@momtchev.com>
6774
Muhammad Haris <harriskhan047@outlook.com>
@@ -89,6 +96,7 @@ Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
8996
Ricky Reusser <rsreusser@gmail.com>
9097
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
9198
Rishav <115060907+rishav2404@users.noreply.github.com>
99+
Rishav Tarway <rishavtarway@gmail.com>
92100
Robert Gislason <gztown2216@yahoo.com>
93101
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
94102
Rutam Kathale <138517416+performant23@users.noreply.github.com>
@@ -99,6 +107,7 @@ Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
99107
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
100108
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
101109
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
110+
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
102111
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
103112
Shivam Ahir <11shivam00@gmail.com>
104113
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -109,6 +118,7 @@ Snehil Shah <snehilshah.989@gmail.com>
109118
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
110119
Spandan Barve <contact@marsian.dev>
111120
Stephannie Jiménez Gacha <steff456@hotmail.com>
121+
Suhaib Ilahi <suhaib.elahi87@gmail.com>
112122
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
113123
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
114124
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
@@ -123,6 +133,10 @@ Vivek Maurya <vm8118134@gmail.com>
123133
Xiaochuan Ye <tap91624@gmail.com>
124134
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
125135
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
136+
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
137+
ekambains <bainsinbusiness@gmail.com>
138+
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
126139
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
140+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
127141
rainn <88160429+AmCodesLame@users.noreply.github.com>
128142
rei2hu <reimu@reimu.ws>

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)
0