Athan
Athan
/stdlib merge
Are you wanting to add the C ndarray API to this PR or to a subsequent PR?
@aman-095 Ah, right. This PR is blocked wrt adding a C `ndarray` API until we have `scopy2d`.
cc @ShabiShett07
Some work has been done toward adding FFT support in stdlib: https://github.com/stdlib-js/stdlib/pull/4121
For additional context of how other ecosystems support mmap, see NumPy: https://numpy.org/doc/stable/reference/generated/numpy.memmap.html
@vexora-0 We don't assign issues, but you are free to submit a PR.
/stdlib merge
Okay. After doing some fairly extensive clean-up and refactoring (not all of which stems from this PR), I think this PR is shaping up. @ShabiShett07 Would you mind adding tests...
@ShabiShett07 Also, please ensure that when working on PRs in which you have merged other PRs on the same package that you merge those changes into your PR. In this...