Saransh Chopra

Results 106 issues of Saransh Chopra

The [CONTRIBUTING.md](https://github.com/scikit-hep/vector/blob/main/.github/CONTRIBUTING.md) ~and the (deleted; should be revived) [changelog.md](https://github.com/scikit-hep/vector/blob/0fda04e3f2a256f54961c2c214c724b7ce806540/docs/changelog.md)~ should be moved to the root directory of this repository. Also, the [Installing vector](https://github.com/scikit-hep/vector/blob/main/.github/CONTRIBUTING.md#installing-vector) section in CONTRIBUTING.md should tell users to...

docs
good first issue

`cosmology` has been deprecated in favor of [`cosmology.api`](https://github.com/cosmology-api/cosmology.api). XRef: https://github.com/conda-forge/cosmology-feedstock/issues/7 cc: @conda-forge/cosmology ## Guidelines for marking packages as broken: * We prefer to patch the repo data (see [here](https://github.com/conda-forge/conda-forge-repodata-patches-feedstock)) instead...

# Description This PR adds a NumPy-like interface for JAX RNGs (taken from https://github.com/glass-dev/rng-jax) and attempts to create a dispatching mechanism for the pytest fixture. Refs: #402 ## Checks -...

array-api

# Description Add array API tests for legacy mode functions added in `glass.algorithm`. The functions added in other modules do not fully support the array API standard; therefore, those functions...

blocked
array-api
testing

# Description Add array API tests and typing for `grf._transformations`. Should be okay to merge after #610. Fixes: #502 ## Checks - [X] Is your code passing linting? - [X]...

typing
array-api
testing

### Add your issue here #494 introduced a few functions that use the array API standard. These functions should be tested and type annotated.

array-api
testing

> There are situations where that isn't uncommon. For example, you could have fixed numerical coefficients that aren't going to be autodiff'd: `evaluate_polynomial(variables_jax, coefficients_numpy)`. > > In our case, and...

maintenance

WIP (not draft to test array API in the CI) Has some caveats that I am working on, but opening this PR for visibility. Closes: #405

blocked
array-api

### Add your issue here Conversation from Slack - >>>>> 2 quick things from my initial experiments - >>>>> >>>>> We will need custom JAX implementations for most of the...

api
array-api

### Add your issue here A few functions added in #497 comply with array APi, but they are not tested. These should be tested in the CI for robustness.

array-api
testing