Skip to content

Add subclass for decompressed arrays #464

@lshaw8317

Description

@lshaw8317

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions