Blosc/python-blosc2

Add subclass for decompressed arrays

Open

#464 ouverte le 9 sept. 2025

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)Python (47 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (207 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur