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

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad70b26

Browse files
committed
Auto-generated commit
1 parent b08ace8 commit ad70b26

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines 8000 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-05-08)
7+
## Unreleased (2025-05-28)
88

99
<section class="features">
1010

@@ -67,6 +67,7 @@
6767

6868
<details>
6969

70+
- [`ff2a8c6`](https://github.com/stdlib-js/stdlib/commit/ff2a8c6de98066b13d14ee4a771f68fa8f99f586) - **docs:** update comment _(by Athan Reines)_
7071
- [`ca6378c`](https://github.com/stdlib-js/stdlib/commit/ca6378c56d971ae1c08f162bfda933b7b2fc04cf) - **fix:** use resolved order when computing loop variables _(by Athan Reines)_
7172
- [`3dd8cb3`](https://github.com/stdlib-js/stdlib/commit/3dd8cb379ea22c4a92d610d146cdd662d3187e27) - **chore:** minor clean-up _(by Philipp Burckhardt)_
7273
- [`998cea3`](https://github.com/stdlib-js/stdlib/commit/998cea3de3266730ae7e35905faf5570df1a4b29) - **docs:** fix equality check _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Ryan Seal <splrk@users.noreply.github.com>
146146
Rylan Yang <137365285+rylany27@users.noreply.github.com>
147147
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
148148
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
149+
Sachin Raj <120590207+schnrj@users.noreply.github.com>
149150
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
150151
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
151152
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
@@ -166,14 +167,17 @@ Spandan Barve <contact@marsian.dev>
166167
Stephannie Jiménez Gacha <steff456@hotmail.com>
167168
Suhaib Ilahi <suhaib.elahi87@gmail.com>
168169
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
170+
Swapnil Hajare <69076366+Swapnil-2502@users.noreply.github.com>
169171
Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
170172
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
171173
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
172174
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
175+
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
173176
Utkarsh <http://utkarsh11105@gmail.com>
174177
Utkarsh Raj <rajutkarsh2505@gmail.com>
175178
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
176179
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
180+
Vara Rahul Rajana <123227543+rajanarahul93@users.noreply.github.com>
177181
Varad Gupta <varadgupta21@gmail.com>
178182
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
179183
Vivek Maurya <vm8118134@gmail.com>

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { ndarray } from '@stdlib/types/ndarray';
3333
* var Float64Array = require( '@stdlib/array-float64' );
3434
* var ndarray = require( '@stdlib/ndarray-ctor' );
3535
*
36-
* // Create data buffers:
36+
* // Create a data buffer:
3737
* var xbuf = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0 ] );
3838
*
3939
* // Define the shape of the input array:

0 commit comments

Comments
 (0)
0