Agriya Khetarpal
Agriya Khetarpal
## Description Hi there! Recently, #1456 was merged and made available in version 2.19.0 through which experimental WebAssembly/Pyodide builds for packages can be performed using `--platform pyodide` or through setting...
- [x] closes #9166 - [x] tests added/passed. - [ ] code/documentation is well formatted. - [ ] properly formatted commit message. See [NumPy's guide](https://docs.scipy.org/doc/numpy-1.15.1/dev/gitwash/development_workflow.html#writing-the-commit-message). This PR adds a GitHub...
## Description This PR adds support for WASM-powered interactive examples with [JupyterLite](https://jupyterlite.readthedocs.io/en/stable/) and [`jupyterlite-sphinx`](https://jupyterlite-sphinx.readthedocs.io/) in the NumPy documentation. A similar enhancement was made for the documentation for SciPy (https://github.com/scipy/scipy/pull/20019) and...
## Description This PR is a precursor to gh-26745. It adds the `>>> import numpy as np` statement in the docstrings and documentation-based examples everywhere wherever applicable to enable the...
## Description This PR intends to invoke pypa/cibuildwheel#1456 for building and testing the Pyodide builds for NumPy. cc @rgommers who recommended testing out on a fork of NumPy first, which...
Hi there! I am trying to package (in specific, add a recipe for) `zstandard` for [Pyodide](https://pyodide.org/), a Python distribution compiled using the [Emscripten toolchain](https://emscripten.org/) to [WebAssembly](https://webassembly.org/) that enables running Python...
## Description This PR is a follow-up to #7350 based on https://github.com/scikit-image/scikit-image/pull/7350#discussion_r1568713998. It modifies the wheel recipe workflow in `wheels_recipe.yml` to additionally build and test Pyodide wheels through [`cibuildwheel`](https://github.com/pypa/cibuildwheel/pull/1456) [version...
NumPy version 2.0.0 has been released today – we'll need to fix the failing unit tests. The tests are coming from `autograd` and the authors mention that they don't intend...
Based on https://github.com/pybamm-team/PyBaMM/issues/4127#issuecomment-2145762187 and pointed out by @DavidMStraub, after v24.5 gets released on PyPI, the `pybamm_install_jax` entry point and its corresponding method `install_jax` in `pybamm/util.py` can be removed from the...
## Description > [!TIP] > This PR is a rework of #1902, which targeted the `main` branch. This one targets the `v3` branch, as suggested by @jhamman. This description is...