h5py

HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.

BSD-3-CLAUSE License

Downloads
20.7M
Stars
2.1K
Committers
216

Bot releases are hidden (Show)

h5py - 3.11.0 Latest Release

Published by takluyver 6 months ago

h5py - 3.10.0

Published by takluyver about 1 year ago

h5py - https://github.com/h5py/h5py/releases/tag/3.9.0

Published by takluyver over 1 year ago

h5py - 3.8.0

Published by takluyver over 1 year ago

h5py - 3.7.0

Published by takluyver over 2 years ago

h5py - 3.6.0

Published by takluyver almost 3 years ago

h5py - 3.5.0

Published by takluyver almost 3 years ago

h5py - 3.4.0

Published by takluyver about 3 years ago

h5py - 3.3.0

Published by takluyver over 3 years ago

h5py - 3.2.1

Published by takluyver over 3 years ago

h5py - 3.2.0

Published by takluyver over 3 years ago

h5py - 3.1.0

Published by takluyver almost 4 years ago

h5py - 3.0.0

Published by takluyver almost 4 years ago

h5py - 3.0.0rc1

Published by takluyver about 4 years ago

h5py - 2.10.0

Published by scopatz about 5 years ago

h5py -

Published by tacaswell almost 6 years ago

h5py -

Published by tacaswell almost 6 years ago

h5py -

Published by tacaswell over 6 years ago

h5py -

Published by tacaswell over 6 years ago

h5py - REL: 2.7.1

Published by tacaswell about 7 years ago

First bugfix release in 2.7 series.

This has several critical fixes for possible segfault and deadlocks.

  • Fixed critical issue with cyclic gc which resulted in segfaults
  • Avoid unaligned access fixing h5py on sparc64
  • Fixed compilation issues for some library locations
  • Fix deadlock between phil and the import lock in py2
  • Improve windows handling if filenames
  • Allow close to be called on file multiple times
  • Warn on loaded vs complied hdf5 version issues
  • Fix overflow computing size of dataset on windows
  • Do not mangle capitalization of filenames in error messages
  • Fix longdouble on ppc64le
  • Fix compounds structs with variable-size members