Jumpy provides a common backend for JAX or NumPy, allowing code to run seamlessly on either. Currently at version 1.0.0 with irregular releases. It wraps array operations, random functions, and device management.
pip install jax-jumpyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import jumpy and use jp as a drop-in replacement for numpy or jax.numpy.
Use `jumpy.which_backend()` or check `jumpy.backend_name` instead.
Use `key = jumpy.random.PRNGKey(seed)` and pass key to functions.
Check the documentation for supported functions; contributions welcome.