Blosc/python-blosc2

Support back a type size that is not a divisor of the buffer size and restore pack function

Closed this issue · 1 comments

Since it has been restored the support for a type size that is not a divisor of the buffer size according to (Blosc/c-blosc2#356) python-blosc2 could also support that and change back to the previous pack() function. In this previous version we were not forced to set typesize=1 obtaining better compression results.

This has been fixed in PR #30