Skip to content

Commit e0bbba8

Browse files
committed
Auto-generated commit
1 parent cc6cfb2 commit e0bbba8

File tree

89 files changed

+7220
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+7220
-182
lines changed

.editorconfig

-1
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}]

CHANGELOG.md

+102-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-13)
7+
## Unreleased (2025-01-17)
88

99
<section class="packages">
1010

@@ -201,6 +201,28 @@
201201

202202
<!-- /.package -->
203203

204+
<section class="package" id="ndarray-base-assign-unreleased">
205+
206+
#### [@stdlib/ndarray/base/assign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/assign)
207+
208+
<details>
209+
210+
<section class="bug-fixes">
211+
212+
##### Bug Fixes
213+
214+
- [`52f7ac2`](https://github.com/stdlib-js/stdlib/commit/52f7ac26eff82f57ccfca5a3b04c15dbacad074e) - use correct stride
215+
216+
</section>
217+
218+
<!-- /.bug-fixes -->
219+
220+
</details>
221+
222+
</section>
223+
224+
<!-- /.package -->
225+
204226
<section class="package" id="ndarray-base-ctor-unreleased">
205227

206228
#### [@stdlib/ndarray/base/ctor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/ctor)
@@ -422,6 +444,28 @@
422444

423445
<!-- /.package -->
424446

447+
<section class="package" id="ndarray-base-unary-unreleased">
448+
449+
#### [@stdlib/ndarray/base/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/unary)
450+
451+
<details>
452+
453+
<section class="bug-fixes">
454+
455+
##### Bug Fixes
456+
457+
- [`e689326`](https://github.com/stdlib-js/stdlib/commit/e68932672651e213b4cf6500100d7055b794ba82) - use correct stride
458+
459+
</section>
460+
461+
<!-- /.bug-fixes -->
462+
463+
</details>
464+
465+
</section>
466+
467+
<!-- /.package -->
468+
425469
<section class="package" id="ndarray-base-unary-accumulate-unreleased">
426470

427471
#### [@stdlib/ndarray/base/unary-accumulate](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/unary-accumulate)
@@ -432,6 +476,15 @@
432476

433477
##### Features
434478

479+
- [`f75dcc2`](https://github.com/stdlib-js/stdlib/commit/f75dcc2318bdfb56f5372ea81683a0be2b26b7e9) - enable completed macros
480+
- [`9f59d85`](https://github.com/stdlib-js/stdlib/commit/9f59d859b51df15f67ab19ee6b1b52c386c52a8c) - add dispatcher
481+
- [`665d4fe`](https://github.com/stdlib-js/stdlib/commit/665d4fef52207ace1795cbcd226f4eccfd0b54e8) - add 3d accumulation macros
482+
- [`05201fc`](https://github.com/stdlib-js/stdlib/commit/05201fc38530d538e5e6a6124d7406a9720e51f5) - add macros for 2d accumulation
483+
- [`e3e0b26`](https://github.com/stdlib-js/stdlib/commit/e3e0b26c6cee0ceaef93c85895ad65e3178399db) - add header file
484+
- [`4ccc539`](https://github.com/stdlib-js/stdlib/commit/4ccc5395a330137ccb62cfdd9e59035beb79c948) - add header file
485+
- [`963a710`](https://github.com/stdlib-js/stdlib/commit/963a7106b0f2b895403ce28a6d384c2f0f80eae6) - add header files
486+
- [`629d388`](https://github.com/stdlib-js/stdlib/commit/629d388f7cfee9c1d539c89ab0a401e5496074b2) - add headers for internal utilities
487+
- [`9055997`](https://github.com/stdlib-js/stdlib/commit/90559976d2b8f3b825ad434dfdae86f8505a876f) - add internal utilities
435488
- [`cc6f711`](https://github.com/stdlib-js/stdlib/commit/cc6f7116815dd33f196292a66017b832b6ff0e30) - add main entry point
436489
- [`c90c354`](https://github.com/stdlib-js/stdlib/commit/c90c354affab090f1c91ce1401dcf3acf8320fbe) - add an n-d accessors accumulator
437490
- [`064a8f9`](https://github.com/stdlib-js/stdlib/commit/064a8f9fdcc19b02659a44db6dd05b3d5b32a7b3) - add an n-d accumulator
@@ -480,6 +533,17 @@
480533

481534
<!-- /.features -->
482535

536+
<section class="bug-fixes">
537+
538+
##### Bug Fixes
539+
540+
- [`2e9ea06`](https://github.com/stdlib-js/stdlib/commit/2e9ea0690e40506e0c09764f40f8163fb0c7ff7c) - update signatures
541+
- [`c82563a`](https://github.com/stdlib-js/stdlib/commit/c82563aa50c03568da53abce9420b97924f60e3f) - remove continuation
542+
543+
</section>
544+
545+
<!-- /.bug-fixes -->
546+
483547
</details>
484548

485549
</section>
@@ -756,6 +820,43 @@ A total of 3 people contributed to this release. Thank you to the following cont
756820

757821
<details>
758822

823+
- [`421c4cf`](https://github.com/stdlib-js/stdlib/commit/421c4cfcd29b8dafd580ef8feecb1d664de64040) - **bench:** fix assertion _(by Athan Reines)_
824+
- [`ad5e480`](https://github.com/stdlib-js/stdlib/commit/ad5e480824fd11be76a4ecd064a6f1e1f228162e) - **bench:** fix invocations _(by Athan Reines)_
825+
- [`30f0e04`](https://github.com/stdlib-js/stdlib/commit/30f0e04aa6bac8f09661925a1975f8e065321a33) - **chore:** resolve lint errors _(by Athan Reines)_
826+
- [`00b45b2`](https://github.com/stdlib-js/stdlib/commit/00b45b292b95bcaa1b47f4cd3b933c94bbf5f7be) - **docs:** update examples _(by Athan Reines)_
827+
- [`2e9ea06`](https://github.com/stdlib-js/stdlib/commit/2e9ea0690e40506e0c09764f40f8163fb0c7ff7c) - **fix:** update signatures _(by Athan Reines)_
828+
- [`f75dcc2`](https://github.com/stdlib-js/stdlib/commit/f75dcc2318bdfb56f5372ea81683a0be2b26b7e9) - **feat:** enable completed macros _(by Athan Reines)_
829+
- [`390d7df`](https://github.com/stdlib-js/stdlib/commit/390d7df2e67aedbf14b148fa1bafa3963d93a7bf) - **docs:** update examples _(by Athan Reines)_
830+
- [`59e3ecb`](https://github.com/stdlib-js/stdlib/commit/59e3ecbe6a175a51d5fdf9568c160c07640ded93) - **docs:** update examples _(by Athan Reines)_
831+
- [`f55d93c`](https://github.com/stdlib-js/stdlib/commit/f55d93c0d2c8ff2fcb27ac1cec1f05648fbaf9e8) - **docs:** update comment _(by Athan Reines)_
832+
- [`a30acad`](https://github.com/stdlib-js/stdlib/commit/a30acadd3b5501e87434d81a67da469dc669814b) - **docs:** update examples _(by Athan Reines)_
833+
- [`510faa8`](https://github.com/stdlib-js/stdlib/commit/510faa8105a50136c0515b502538525cbd73a218) - **docs:** update copy _(by Athan Reines)_
834+
- [`40580e2`](https://github.com/stdlib-js/stdlib/commit/40580e249115744f20e97bc85a8b4168a39596d8) - **build:** add source templates _(by Athan Reines)_
835+
- [`e0729ac`](https://github.com/stdlib-js/stdlib/commit/e0729ac66ecdc917546e59767d037c33fdaebe63) - **build:** add manifest file _(by Athan Reines)_
836+
- [`3552e0e`](https://github.com/stdlib-js/stdlib/commit/3552e0e05840ebfc2fe3455384ddc014b447c1ca) - **bench:** add 2d benchmarks _(by Athan Reines)_
837+
- [`af2bd1f`](https://github.com/stdlib-js/stdlib/commit/af2bd1f4518bb0f599d3b3b4d598dd08829ae97d) - **bench:** add 1d benchmarks _(by Athan Reines)_
838+
- [`d3e18e1`](https://github.com/stdlib-js/stdlib/commit/d3e18e1a37c524f1e7d7f3f4723cbc63977a9d03) - **bench:** add 11d benchmarks _(by Athan Reines)_
839+
- [`8420c5a`](https://github.com/stdlib-js/stdlib/commit/8420c5aae35d63025cee62e5c4f8eee30f0b45dd) - **bench:** add 10d benchmarks _(by Athan Reines)_
840+
- [`0a457b7`](https://github.com/stdlib-js/stdlib/commit/0a457b79efc50fca93946020d071b5f071c100bd) - **build:** add header template _(by Athan Reines)_
841+
- [`8e40a3c`](https://github.com/stdlib-js/stdlib/commit/8e40a3c3c8bddb453028fa3a3800546657e18b4e) - **build:** add docs template _(by Athan Reines)_
842+
- [`c645151`](https://github.com/stdlib-js/stdlib/commit/c6451519aad4497373b2ce803467673309f746af) - **chore:** add package meta data _(by Athan Reines)_
843+
- [`fdbe9c2`](https://github.com/stdlib-js/stdlib/commit/fdbe9c218cfe554e8e929186f4ba4e70ba884c72) - **docs:** add README _(by Athan Reines)_
844+
- [`9f59d85`](https://github.com/stdlib-js/stdlib/commit/9f59d859b51df15f67ab19ee6b1b52c386c52a8c) - **feat:** add dispatcher _(by Athan Reines)_
845+
- [`74a1e24`](https://github.com/stdlib-js/stdlib/commit/74a1e244d67128d21fb053d3819c461ba682b804) - **docs:** add example _(by Athan Reines)_
846+
- [`665d4fe`](https://github.com/stdlib-js/stdlib/commit/665d4fef52207ace1795cbcd226f4eccfd0b54e8) - **feat:** add 3d accumulation macros _(by Athan Reines)_
847+
- [`c82563a`](https://github.com/stdlib-js/stdlib/commit/c82563aa50c03568da53abce9420b97924f60e3f) - **fix:** remove continuation _(by Athan Reines)_
848+
- [`05201fc`](https://github.com/stdlib-js/stdlib/commit/05201fc38530d538e5e6a6124d7406a9720e51f5) - **feat:** add macros for 2d accumulation _(by Athan Reines)_
849+
- [`77ad50a`](https://github.com/stdlib-js/stdlib/commit/77ad50a2c98aefbf161fbbf19c286c966259e72b) - **docs:** rename parameter _(by Athan Reines)_
850+
- [`82a0d1b`](https://github.com/stdlib-js/stdlib/commit/82a0d1b2e045e08bc4bb5b8eb3c2e3e0c77e5ac1) - **refactor:** rename parameter _(by Athan Reines)_
851+
- [`52f7ac2`](https://github.com/stdlib-js/stdlib/commit/52f7ac26eff82f57ccfca5a3b04c15dbacad074e) - **fix:** use correct stride _(by Athan Reines)_
852+
- [`e689326`](https://github.com/stdlib-js/stdlib/commit/e68932672651e213b4cf6500100d7055b794ba82) - **fix:** use correct stride _(by Athan Reines)_
853+
- [`e3e0b26`](https://github.com/stdlib-js/stdlib/commit/e3e0b26c6cee0ceaef93c85895ad65e3178399db) - **feat:** add header file _(by Athan Reines)_
854+
- [`4ccc539`](https://github.com/stdlib-js/stdlib/commit/4ccc5395a330137ccb62cfdd9e59035beb79c948) - **feat:** add header file _(by Athan Reines)_
855+
- [`963a710`](https://github.com/stdlib-js/stdlib/commit/963a7106b0f2b895403ce28a6d384c2f0f80eae6) - **feat:** add header files _(by Athan Reines)_
856+
- [`629d388`](https://github.com/stdlib-js/stdlib/commit/629d388f7cfee9c1d539c89ab0a401e5496074b2) - **feat:** add headers for internal utilities _(by Athan Reines)_
857+
- [`be03002`](https://github.com/stdlib-js/stdlib/commit/be030020b7201707258c67b8dc278792dabd2426) - **docs:** add folder README _(by Athan Reines)_
858+
- [`9055997`](https://github.com/stdlib-js/stdlib/commit/90559976d2b8f3b825ad434dfdae86f8505a876f) - **feat:** add internal utilities _(by Athan Reines)_
859+
- [`b0fecf0`](https://github.com/stdlib-js/stdlib/commit/b0fecf04e18fe12dccd1faa2b6f3871efa71bb8b) - **test:** add stub test file _(by Athan Reines)_
759860
- [`efe1f05`](https://github.com/stdlib-js/stdlib/commit/efe1f05049247502e9b124957755ebc6d7974b4e) - **docs:** add note _(by Athan Reines)_
760861
- [`fc93a7c`](https://github.com/stdlib-js/stdlib/commit/fc93a7c94279c57675c8fc695189200ec0129821) - **docs:** add note _(by Athan Reines)_
761862
- [`1634973`](https://github.com/stdlib-js/stdlib/commit/16349736f27970606eda37417f4d2c868d9f1457) - **docs:** add note _(by Athan Reines)_

base/assign/src/dispatch.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static int8_t stdlib_ndarray_unary_assign_1d_flatten( const ndarrayUnaryAssignFc
105105
int64_t sh[] = { N };
106106

107107
// Shallow copy and reshape the arrays...
108-
int64_t sx1[] = { s2 };
108+
int64_t sx1[] = { s1 };
109109
struct ndarray *x1c = stdlib_ndarray_allocate(
110110
stdlib_ndarray_dtype( x1 ),
111111
stdlib_ndarray_data( x1 ),
@@ -245,6 +245,8 @@ static int8_t stdlib_ndarray_unary_assign_1d_flatten( const ndarrayUnaryAssignFc
245245
* }
246246
*/
247247
int8_t stdlib_ndarray_unary_assign_dispatch( const struct ndarrayUnaryAssignDispatchObject *obj, struct ndarray *arrays[] ) {
248+
const int64_t *sh1;
249+
const int64_t *sh2;
248250
struct ndarray *x1;
249251
struct ndarray *x2;
250252
int8_t status;
@@ -253,8 +255,6 @@ int8_t stdlib_ndarray_unary_assign_dispatch( const struct ndarrayUnaryAssignDisp
253255
int64_t mab2;
254256
int64_t mib1;
255257
int64_t mib2;
256-
int64_t *sh1;
257-
int64_t *sh2;
258258
int64_t *s1;
259259
int64_t *s2;
260260
int64_t len;

0 commit comments

Comments
 (0)