Blosc / python-blosc2

https://www.blosc.org/python-blosc2
Other
84 stars 19 forks source link

Add CParams, DParams and Storage dataclasses #264

Closed martaiborra closed 2 months ago

martaiborra commented 2 months ago

This PR adds 3 data classes to pass the compression, decompression and storage parameters. The examples in the docstrings as well as the examples scripts should still be updated to use the new data classes.