Athan

Results 953 comments of Athan

I believe an omission and thus far no R&D whether supported across all array libraries.

I've opened https://github.com/data-apis/array-api/pull/850.

For `real`, `imag`, and `conj`, I am not sure the real benefit apart from saving some character strokes. If your code needs to support real and complex dtypes, one can...

A PR adding `isin` to the specification is now up for review: https://github.com/data-apis/array-api/pull/959

@mdhaber Your `keepdims` argument would also apply more generally to other contractions (e.g., `tensordot`). For multiple `axis`, could you not do a combination of permuting dims and/or reshape so that...

This issue was discussed in the most recent public workgroup meeting (24/7/2025). Consensus there was that this proposal should not move forward. There were a few reasons: 1. The machinery...

I would think that a hard reset would only reset back to the state of the REPL at instantiation. So whatever is passed or used in the constructor, that should...

> What about configuration then? What if the user wants to reset back to the very default settings (like deleting the configuration file) Hmm...I am not sure. I'd say let's...

> Currently, if a user loads a custom config, that is saved to the default config upon closing. Should this be expected behavior? I don't think this should be expected...

I'm referring to this comment: https://github.com/stdlib-js/stdlib/issues/2510#issuecomment-2210475169. Although, my mind may not be entirely clear on this, as we've iterated on what configs should be stored and my mental model may...