Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2 KB

3.2.rst

File metadata and controls

48 lines (38 loc) · 2 KB

What's new in h5py 3.2

New features

  • Added support to use the HDF5 ROS3 driver to access HDF5 files on S3 (:pr:`1755`). This is not enabled in the pre-built packages on PyPI. To use it, ensure HDF5 is built with read-only S3 support enabled, and then :ref:`build h5py from source <source_install>` using that HDF5 library.

Breaking changes & deprecations

  • Python 3.7 is now the minimum supported version. It may still be possible to use this release with Python 3.6, but it isn't tested and wheels are not provided for Python 3.6.
  • Setting the config option default_file_mode to values other than 'r' is deprecated. Pass the desired mode when opening a :class:`~.File` instead.

Exposing HDF5 functions

  • H5Pset_fapl_ros3 & H5Pget_fapl_ros3 (where HDF5 is built with read-only S3 support).

Bug fixes

3.2.1 bug fix release