Releases: h5py/h5py
Releases · h5py/h5py
REL: 2.8.0rc1
This is the first RC for h5py 2.8.0 Features - allow registration of new drivers - add option to track object creation order Bug fixes - allow slices with stop < start as empty - improve building with custom hdf5 installation - ensure libver defaults to LIBVER_EARLIEST - improve handling of float types - support non-ascii external paths on py2 - avoid crashing IPython auto-completer API changes - deprecate ``h5t.available_ftypes``. This is no longer used internally and will be removed in the future. There is no replacement public API. - Do not sort fields in compound types. This is account for changes in numpy 1.14. - Minimum version of cython is now 0.23
REL: 2.7.1
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
2.7.0
REL: 2.7.0 h5py version 2.7.0 - Dropped support for python 3.2. - Added support for `pathlib`. - Improved auto-complete in IPython/jupyter for py3k. - Added low-level support for Direct Chunk Write and File Image Operations. - Support for reading non-standard float types. - Improved support for compound data types. - Improved support for ppc. - Many bug fixes.