Skip to content

Commit 3e3e159

Browse files
committed
Auto-generated commit
1 parent 398335f commit 3e3e159

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 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-09-10)
7+
## Unreleased (2025-09-18)
88

99
<section class="bug-fixes">
1010

@@ -25,6 +25,7 @@
2525

2626
<details>
2727

28+
- [`a3e7978`](https://github.com/stdlib-js/stdlib/commit/a3e79786217bf1c9a84875203251af82cc93a222) - **docs:** update markup _(by Athan Reines)_
2829
- [`da9d08b`](https://github.com/stdlib-js/stdlib/commit/da9d08b99b9662e7421722b5c2af30f6bfb1bbf5) - **docs:** add missing require to TSDoc example code _(by Philipp Burckhardt)_
2930
- [`99be29d`](https://github.com/stdlib-js/stdlib/commit/99be29d87a59460302f43792e0f24b4dbe128dab) - **fix:** account for loop tiling when generating list of indices _(by Athan Reines)_
3031
- [`f10dd8c`](https://github.com/stdlib-js/stdlib/commit/f10dd8ccbd1c245467d156a1b87f5eb2ba47e0ad) - **fix:** use resolved order when computing loop variables _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Anmol Sah <113588714+anmolsah@users.noreply.github.com>
2929
Annamalai Prabu <apfossdev@gmail.com>
3030
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
3131
Anshu Kumar <contact.anshukumar@protonmail.com>
32+
Anshumancanrock <109489361+Anshumancanrock@users.noreply.github.com>
3233
Anudeep Sanapala <anudeep0306@gmail.com>
3334
Arihant Pal <arihant0pal@gmail.com>
3435
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
@@ -181,6 +182,7 @@ Saurabh Singh <saurabhsraghuvanshi@gmail.com>
181182
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
182183
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
183184
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
185+
Shaswata Panda <106397517+shaswata-26@users.noreply.github.com>
184186
Shivam Ahir <11shivam00@gmail.com>
185187
Shivansh <114570926+shiv343@users.noreply.github.com>
186188
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -201,6 +203,7 @@ Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
201203
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
202204
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
203205
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
206+
Tyson Cung <45380903+tysoncung@users.noreply.github.com>
204207
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
205208
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
206209
Utkarsh <http://utkarsh11105@gmail.com>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The callback function is provided the following arguments:
124124

125125
## Notes
126126

127-
- The provided ndarray should be an `object` with the following properties:
127+
- The provided ndarray should be an object with the following properties:
128128

129129
- **dtype**: data type.
130130
- **data**: data buffer.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var MAX_DIMS = FOR_EACH.length - 1;
127127
*
128128
* ## Notes
129129
*
130-
* - A provided ndarray should be an `object` with the following properties:
130+
* - A provided ndarray should be an object with the following properties:
131131
*
132132
* - **dtype**: data type.
133133
* - **data**: data buffer.

0 commit comments

Comments
 (0)