quaxed 0.4.4
pip install quaxed==0.4.4
Newer version available (0.10.1)
Released:
Array-API JAX compatibility
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License
- Author: Nathaniel Starkman
- Requires: Python >=3.10
-
Provides-Extra:
dev
,docs
,test
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
- Typing
Project description
quaxed
Quaxed
wraps jax libraries (using
quax
) to enable using those libraries with
custom array-ish objects, not only jax arrays.
To understand how quax
works it's magic, see
quax.quaxify
and the
tutorials.
To use this library, it's as simple as:
# Import pre-quaxified library
>>> import quaxed.numpy as qnp # this is quaxify(jax.numpy)
# As an example, let's import an array-ish object
>>> from unxt import Quantity
>>> x = Quantity(2, "km")
>>> qnp.square(w)
Quantity['area'](Array(4, dtype=int64, weak_type=True), unit='km2')
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License
- Author: Nathaniel Starkman
- Requires: Python >=3.10
-
Provides-Extra:
dev
,docs
,test
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
- Typing
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file quaxed-0.4.4.tar.gz
.
File metadata
- Download URL: quaxed-0.4.4.tar.gz
- Upload date:
- Size: 43.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
979acc8bec656b9d5964895ec99ccb63f4b9f7a4ef3d7043dadf1b8d4d682c22
|
|
MD5 |
04c004265001d6f4485cc800c6842db6
|
|
BLAKE2b-256 |
a8de7ba57e24e7585a00d06d10832f7051f0c5d7176d0481c3de65c9073f5d99
|
File details
Details for the file quaxed-0.4.4-py3-none-any.whl
.
File metadata
- Download URL: quaxed-0.4.4-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a0cd147da8fd5371ac14bc78bb383073f44fc461e6d6215d5639bd9f9e19c190
|
|
MD5 |
08bbee88f163dee69b3feb5bec68d8df
|
|
BLAKE2b-256 |
eecd55c175fe669e3ee223420efb0647047fa1dbf0d482c2f9607150f1b50b13
|