Introduction¶
- 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
- Downloading and Building h5py
- Quick Start Guide
- How do I… ?