“What’s new” documents¶
These document the changes between minor (or major) versions of h5py.
- What’s new in h5py 3.7
- What’s new in h5py 3.6
- What’s new in h5py 3.5
- What’s new in h5py 3.4
- What’s new in h5py 3.3
- What’s new in h5py 3.2
- What’s new in h5py 3.1
- What’s new in h5py 3.0
- What’s new in h5py 2.10
- What’s new in h5py 2.9
- What’s new in h5py 2.8
- What’s new in h5py 2.7.1
- What’s new in h5py 2.7
- What’s new in h5py 2.6
- What’s new in h5py 2.5
- What’s new in h5py 2.4
- What’s new in h5py 2.3
- What’s new in h5py 2.2
- Support for Parallel HDF5
- Support for Python 3.3
- Mini float support (issue #141)
- HDF5 scale/offset filter
- Field indexing is now allowed when writing to a dataset (issue #42)
- Region references preserve shape (issue #295)
- Committed types can be linked to datasets and attributes
move
method on Group objects
- What’s new in h5py 2.1
- What’s new in h5py 2.0
- Enhancements unlikely to affect compatibility
- Changes which may break existing code
- Supported HDF5/Python versions
- Group, Dataset and Datatype constructors have changed
- Unicode is now used for object names
- File objects must be manually closed
- Changes to scalar slicing code
- Array scalars now always returned when indexing a dataset
- Reading object-like data strips special type information
- The selections module has been removed
- The H5Error exception class has been removed (along with h5py.h5e)
- File .mode property is now either ‘r’ or ‘r+
- Long-deprecated dict methods have been removed
- Known issues