Athan

Results 286 comments of Athan

Moving special cases to somewhere else can be done, but this should be in a follow-up PR and apply to all relevant functions in the specification, as this is generally...

Created an issue for reorganizing documentation content (see [gh-518](https://github.com/data-apis/array-api/issues/518)). The tentative plan is to reorganize content in one fell swoop, rather than begin reorganizing content in a piecemeal fashion beginning...

@asmeurer Would you be willing to update this PR with two examples, one illustrating what is allowed and another illustrating what is disallowed?

As discussed in the Consortium meeting on 22 September 2022, consensus was to limit the `indices` argument to one-dimensional arrays. For now, the API will not support multi-dimensional arrays for...

As discussed in the 3 November 2022 meeting, no objections were raised. This PR should be ready for merge. @rgommers would you mind taking a last look and then approving?

@Prog-Jacob As a start, feel free to submit an initial PR which adds the `pdf` to `@stdlib/stats/base/dists/skew-normal/pdf`.

@Prog-Jacob Or perhaps take an initial pass at adding Owen's T to `@stdlib/math/base/special/owens-t`, based on Boost: https://github.com/boostorg/math/blob/15c40fae1610fd83728d75e96d7377fe55f976f7/include/boost/math/special_functions/owens_t.hpp#L1030

@Prog-Jacob Sure. Sounds good.

This was resolved in https://github.com/stdlib-js/stdlib/pull/1082.

Following up on this discussion, the behavior documented in this issue was, in fact, a bug, IMO. I've resolved this bug in https://github.com/stdlib-js/stdlib/commit/61348590284d468ea52a07c51a68219407588757. With https://github.com/stdlib-js/stdlib/commit/61348590284d468ea52a07c51a68219407588757, the `ndarray/array` behavior matches NumPy...