DumPy: NumPy except it's OK if you're dum
Project description
DumPy: NumPy except it's OK if you're dum
DumPy is an interface for (Jax's version) NumPy that tries to avoid all the endless sharp corners.
Example usage:
import dumpy as dp
A = dp.Array([0,1,2])
B = dp.Array([0,10])
C = dp.Slot()
C['i','j'] = A['i'] + B['j']
C
This results in
Slot([[ 0 10]
[ 1 11]
[ 2 12]], shape=(3, 2))
See dynomight.net/dumpy for full details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dumpy_numpy-0.1.3.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dumpy_numpy-0.1.3.tar.gz.
File metadata
- Download URL: dumpy_numpy-0.1.3.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6f0bf5316e726a80116dc335ea14596e0b26b01e112a09b1e5266b0acbc2b53
|
|
| MD5 |
f55342c49f7e8838216d0b39d7d782c4
|
|
| BLAKE2b-256 |
58cf51dd83c9c5afac3fc76f7c8932c9812c21d2b057da137552b728abd8a624
|
File details
Details for the file dumpy_numpy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: dumpy_numpy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02af3154822abd3f4ebe6b50f98ee03141b68830edfb72fdfad414a244ae2107
|
|
| MD5 |
b89ea191c08bcc1de1d23bc03103aa01
|
|
| BLAKE2b-256 |
a20d7e314815323348fea9d483a69d2a0749ba7cdf05cb5fd81ffb0c8f5456c1
|