Athan

Results 953 comments of Athan

@maniksharma17 Yes, that seems like a natural follow-up. I'll go ahead and assign you.

I don't think you need to support a separate `*.ndjson` filename extension. Just use `*.json`.

No, the filename extension has no bearing here. As a user, I should be able to provide a file path having any extension and the described APIs should read the...

Follow-up commit: https://github.com/stdlib-js/stdlib/commit/c9f4cb9b593f963d25efc20a6bd3b2aeeda515c2

@asmeurer You opened this PR, but, based on your comments in https://github.com/numpy/numpy/issues/24976#issuecomment-2201078537, it is not clear whether you still support making this change. Are you okay with this PR moving...

> this is why I personally believe the non-promoting rule in clip was a bad idea. This sort of thing is exactly why type promotion behavior exists As a general...

A brief update. I went through SciPy and scikit-learn to see their usage of `xp.clip` (`np.clip`) and overwhelmingly the dominant use case is `clip(x, min_scalar, max_scalar)`. In the few instances...