Skip to content

v2.4.0

Latest

Choose a tag to compare

@crusaderky crusaderky released this 28 Apr 08:00
dd17129

Major Changes

  • This release reinstates Linux and MacOS binary wheels and adds Windows wheels. All
    wheels pin the exact version of h5py they were built against, in order to prevent
    future breakages due to hdf5 ABI incompatibility. If you want more flexibility on
    which version of h5py and hdf5 to use, you should install either from conda or
    sources.

Minor Changes

  • Fix regression where a ArrayDataset of fixed-size strings is incorrectly swapped with
    a different array of a differently sized strings.