Athan

Results 953 comments of Athan

I see that `base/fill` has been added (ref: https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/ndarray/base/fill/lib/main.js). However, we may want to revisit that package in order to add slice support.

@headlessNode Yeah, I don't recall the context or outcome of those prior discussions. 😔

@headlessNode Yeah, I suppose we could add `fill-slice`; however, `start` and `end` don't make sense, IMO. Instead, we'd just require a user provide a `MultiSlice` slice argument, which would define...

@ShabiShett07 This is already being worked on: https://github.com/stdlib-js/stdlib/pull/4356. And also, see the discussion at https://github.com/stdlib-js/stdlib/pull/4398#issuecomment-2565875736. Namely, before we work on reductions, we need to determine how to write the reduction...

> it looks to me as if we have a cycle here and `@stdlib/utils/library-manifest` may not be handling those yet? That's correct. We cannot handle cyclic dependencies in C implementations....

> The CI failure seems to occur due to the failure in cephes benchmarks @Planeshifter I forget. Did we not already address the Cephes build issue?

As the CI failure is due to an upstream workflow failure and not due to the changes in this PR, I will go ahead and merge.

Now that `dlamch` has been merged, this PR can be updated.

I've only done a partial review, but this PR needs a more careful review before it can move forward.