Blosc/python-blosc2

Add subclass for decompressed arrays

Open

#464 aperta il 9 set 2025

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Python (47 fork)auto 404
good first issue

Metriche repository

Star
 (207 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor