API Reference#
Array#
A Cubed array can be created by from_array()
, from_zarr()
, or by one of the Python Array API
Creation Functions.
Chunked array backed by Zarr storage that conforms to the Python Array API standard. |
|
Compute this array, and any arrays that it depends on. |
|
Change the chunking of this array without changing its shape or data. |
|
Produce a visualization of the computation graph for this array. |
|
Compute multiple arrays at once. |
|
Produce a visualization of the computation graph for multiple arrays. |
IO#
Create a Cubed array from an array-like object. |
|
Load an array from Zarr storage. |
|
Save source arrays to array-like objects. |
|
Save an array to Zarr storage. |
Chunk-specific functions#
Apply a generalized ufunc or similar python function to arrays. |
|
Apply a function to corresponding blocks from multiple input arrays. |
|
Apply a function to corresponding blocks from multiple input arrays with some overlap. |
|
Change the chunking of an array without changing its shape or data. |
Non-standardised functions#
These are functions that have not (yet) been included in the Python Array API Standard.
Random number generation#
Return random floats in the half-open interval [0.0, 1.0). |
Runtime#
Object to receive callback events during array computation. |
|
Specification of resources available to run a computation. |
|
Callback information about a completed task (or tasks). |
|
Measures the reserved memory use for a given executor runtime. |