Blosc/python-blosc2

Add subclass for decompressed arrays

Open

#464 创建于 2025年9月9日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Python (47 fork)auto 404
good first issue

仓库指标

Star
 (207 star)
PR 合并指标
 (PR 指标待抓取)

描述

Following this comment, add a thinly wrapped native Blosc2 class for decompressed arrays, which are currently just plain NumPy arrays. Would have to support certain additional operations and comparisons (==, __array_namespace__()), but it will inherit most of the useful machinery directly from NumPy.

Would have to change np.empty references for loading slices etc. from C functions in the code base, possibly some other things.

贡献者指南