- Support for reading and writing file-like objects (requires h5py 2.9 or newer). By `Scott Henderson <https://github.com/scottyhq>`_.
0.6.2
- Fixed a bug that prevented creating variables with the same name as previously created dimensions in reopened files.
0.6.1
- Compression with arbitrary filters no longer triggers warnings about invalid netCDF files, because this is now `supported by netCDF <https://github.com/Unidata/netcdf-c/pull/399>`__.
0.6
- Support for reading and writing data to remote HDF5 files via the HDF5 REST API using the ``h5pyd`` package. Any file "path" starting with either ``http://``, ``https://``, or ``hdf5://`` will automatically trigger the use of this package. By `Aleksandar Jelenak <https://github.com/ajelenak>`_.
0.5.1
- Bug fix for files with an unlimited dimension with no associated variables. By `Aleksandar Jelenak <https://github.com/ajelenak>`_.
0.5
- Support for creating unlimited dimensions. By `Lion Krischer <https://github.com/krischer>`_.