Blosc / python-blosc2

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

Add CParams, DParams and Storage dataclasses #264

Closed martaiborra closed 1 month ago

martaiborra commented 1 month 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.