Release 0.4.0
Changes from 0.3.2 to 0.4.0
-
New
pack_array2()andunpack_array2()functions for packing NumPy arrays. Contrarily topack_array()andunpack_array()counterparts, the new ones allow for compressing arrays larger than 2 GB in size. -
New
Scunk.to_cframe()andblosc2.from_cframe()methods for serializing/deserialzingSChunkinstances. -
New
Schunk.get_slice(),SChunk.__getitem__()andSChunk.__setitem__()methods for getting/setting slices from/toSChunkinstances. -
The
compcodeparameter has been renamed tocodec. ANameErrorexception will be raised when using the old name. Please update your code when you see this exception. -
More doc restructurings. Hopefully, they are more pleasant to read now :-)