Blosc/python-blosc2

Add subclass for decompressed arrays

Open

#464 geöffnet am 9. Sept. 2025

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (47 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (207 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide