You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.