Athan

Results 562 comments of Athan

Another reference implementation is a [pymetalog](https://github.com/tjefferies/pymetalog/blob/master/pymetalog) package, which is also MIT licensed, and, so long as equivalent to R, may provide a better basis, as we can more easily map...

Looking through the implementations, looks like we'll need to add some functionality to `stdlib` for array ops. When submitting the draft PR, may be good to provide a list of...

@Hazelfire I'm sorry that you are experiencing such a difficult time contributing. For the time being, you can skip linting and bypass the commit hook by doing the following: git...

@Zac-HD What is motivating this request? Am I correct that this stems from a concern in Hypothesis? Without further context, I am leery about imposing any explicit limits on array...

@Zac-HD Is your proposal that the spec modify its language something to the effect of > Furthermore, a conforming implementation of the array API standard must support array objects of...

My sense is that we'd still want a minimum upper bound. Otherwise, users lack portability guarantees. E.g., one may be able to perform a batch operation on a rank 10...

@leofang I'd want something a bit stronger than the following, however: > Furthermore, a conforming implementation of the array API standard must support array objects of rank N (i.e., number...

This was changed in https://github.com/data-apis/array-api/pull/167 and stemmed from the following issue: https://github.com/data-apis/array-api/issues/85.

Agreed. We have an open issue to consolidate some of the spec guidance (see https://github.com/data-apis/array-api/issues/223), and, as part of addressing the concerns described there, can add an explainer regarding exceptions...

@blahah To echo @joehand, a manually managed `node_modules` folder placed in a subdirectory is an effective solution. We use it extensively in [stdlib](https://github.com/stdlib-js/stdlib) with support for module decomposition to great...