File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2025-07-12 )
7+ ## Unreleased (2025-07-13 )
88
99<section class =" features " >
1010
347347
348348### Bug Fixes
349349
350+ - [ ` e4dd1ed ` ] ( https://github.com/stdlib-js/stdlib/commit/e4dd1ed8bf809ec7c8c34fd8c5dae03f5ed7cdf3 ) - use correct name in package.json
350351- [ ` 8df8042 ` ] ( https://github.com/stdlib-js/stdlib/commit/8df804279a206bd3b8f2e2fd7016170836ca9381 ) - add newly supported data types
351352- [ ` bd03989 ` ] ( https://github.com/stdlib-js/stdlib/commit/bd03989d684053a787d91f33dc9f7e5963d8f478 ) - add missing table
352353- [ ` c86cb96 ` ] ( https://github.com/stdlib-js/stdlib/commit/c86cb96872dce4d7b508daf43886e10c0fedad8f ) - update require path
@@ -484,6 +485,7 @@ A total of 22 issues were closed in this release:
484485
485486<details >
486487
488+ - [ ` e4dd1ed ` ] ( https://github.com/stdlib-js/stdlib/commit/e4dd1ed8bf809ec7c8c34fd8c5dae03f5ed7cdf3 ) - ** fix:** use correct name in package.json _ (by Philipp Burckhardt)_
487489- [ ` b8933b0 ` ] ( https://github.com/stdlib-js/stdlib/commit/b8933b0c7fbabd051657132f49cb6eb603ad69db ) - ** docs:** fix return value description _ (by Philipp Burckhardt)_
488490- [ ` 097c6fb ` ] ( https://github.com/stdlib-js/stdlib/commit/097c6fbd4f91e243d6c8a62f5e2abed0ee3d82df ) - ** chore:** fix C lint errors [ (#7630 )] ( https://github.com/stdlib-js/stdlib/pull/7630 ) _ (by GeoDaoyu, Athan Reines)_
489491- [ ` a937794 ` ] ( https://github.com/stdlib-js/stdlib/commit/a937794d19a04066bdc0b63349283d2e0af5a350 ) - ** docs:** update signature _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Anudeep Sanapala <anudeep0306@gmail.com>
3131Arihant Pal <arihant0pal@gmail.com>
3232Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
3333Athan Reines <kgryte@gmail.com>
34+ Atharva Patil <124063987+atharva-patil-23@users.noreply.github.com>
3435Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
3536Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
3637Brendan Graetz <bguiz@users.noreply.github.com>
@@ -63,6 +64,7 @@ GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
6364Gaurav <gaurav70380@gmail.com>
6465Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
6566Gautam sharma <gautamkrishnasharma1@gmail.com>
67+ GeoDaoyu <geodaoyu@foxmail.com>
6668Girish Garg <garggirish2020@gmail.com>
6769Golden Kumar <103646877+AuenKr@users.noreply.github.com>
6870Gunj Joshi <gunjjoshi8372@gmail.com>
Original file line number Diff line number Diff line change 11{
2- "name" : " @stdlib/ndarray/iter/to-array-ech " ,
2+ "name" : " @stdlib/ndarray/iter/to-array-each " ,
33 "version" : " 0.0.0" ,
44 "description" : " Create an iterator which converts each iterated ndarray to a generic array." ,
55 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments