Skip to content

Release 2.3.2

Choose a tag to compare

@FrancescAlted FrancescAlted released this 01 Dec 11:26
· 2235 commits to main since this release

Changes from 2.3.1 to 2.3.2

  • Support for pathlib.Path objects in all the places where urlpath is
    used (e.g. blosc2.open()). Thanks to Marta Iborra.

  • Included docs for SChunk.fill_special() and NDArray.dtype. Thanks
    to Francesc Alted.

  • Upgrade to latest C-Blosc2 2.11.3. It fixes a bug preventing the use of
    typesize > 255 in frames. Now you can use a typesize up to 2**31-1.