Athan

Results 286 comments of Athan

As part of https://github.com/data-apis/array-api/issues/533, we'll move special cases below the fold, which should help address this issue. As such, I'll go ahead and close.

As this proposal is currently without a champion, I'll go ahead and close.

> How to specify device for the very first array? This should now be supported via the inspection API where you can query the list of supported devices.

> Have a standalone reference implementation, which exposes only the API in the standard. It could use an array class which is backed by numpy.ndarray, but wraps it and forwards...

Similar to [`@stdlib/string/for-each`](https://github.com/stdlib-js/stdlib/tree/04a648ad097b4103cac51bb7948d1be7631fbd60/lib/node_modules/%40stdlib/string/for-each), this package should be decomposed into the following base packages: - [x] `@stdlib/string/base/for-each-right` - similar to https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/for-each - [x] `@stdlib/string/base/for-each-code-point-right` - similar to https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/for-each-code-point - [ ]...

@AhmedKhaled590 Sure thing. Please start by working on `@stdlib/string/base/for-each-right`. If that goes well, we can move on to the others.

@AhmedKhaled590 Looks like that one is near the finish line, so feel free to find another issue.

@Planeshifter This issue should not have been closed.

The only package which was implemented was `@stdlib/string/base/for-each-right`. The other packages still need implementing.

Some relevant project resources: - Custom type definitions and templates: https://github.com/stdlib-js/stdlib/tree/develop/tools/docs/jsdoc - `make` recipes for generating JSDoc (and other documentation): https://github.com/stdlib-js/stdlib/tree/develop/tools/make/lib/docs