cubed

Scalable array processing with bounded memory

Apache License 2.0 36 个版本 Python >=3.12
安装
pip install cubed
poetry add cubed
pipenv install cubed
conda install cubed
描述

Cubed

Scalable array processing with bounded memory

Cubed is a Python library for scalable out-of-core multi-dimensional array processing with bounded memory.

  • Cubed provides NumPy and Xarray APIs for processing your multi-dimensional array data
  • Cubed is a drop-in replacement for Dask's Array API
  • Cubed will tell you if your computation would run out of memory before running it
  • Cubed is designed to be robust to failures and will reliably complete a computation
  • Cubed can process hundreds of GB of array data on your laptop using all available cores
  • Cubed is horizontally scalable and stateless, and can scale to multi-TB datasets in the cloud

Documentation

版本列表
0.28.0 2026-05-29
0.27.0 2026-05-06
0.26.0 2026-03-18
0.25.0 2026-01-29
0.24.0 2025-12-10
0.23.0 2025-09-15
0.22.0 2025-07-21
0.21.0 2025-03-13
0.20.0 2025-01-15
0.19.0 2024-12-02
0.18.0 2024-10-08
0.17.0 2024-09-13
0.16.0 2024-08-08
0.15.0 2024-06-06
0.14.3 2024-04-29
0.14.2 2024-04-17
0.14.1 2024-04-12
0.14.0 2024-03-21
0.13.0 2024-02-27
0.12.0 2023-12-17
0.11.0 2023-09-29
0.10.0 2023-08-03
0.9.0 2023-07-07
0.8.0 2023-06-16
0.7.0 2023-05-25
0.6.3 2023-05-19
0.6.2 2023-05-12
0.6.1 2023-03-27
0.6.0 2023-03-21
0.5.0 2023-02-21
0.4.1 2022-10-21
0.4.0 2022-09-29
0.3.0 2022-09-02
0.2.0 2022-07-22
0.1.0 2022-07-08
0.0.1 2022-05-22