* Fixed a bug introduced in cersion 1.4 with `pip install h5features` (missing `requirements.txt`). * This minor release is the first to be compatible with ``h5py>=3.0``. * No more tested on ``python2``.
1.3.3
ChangeLog =========
Improvements in automatic deployment to [pypi](https://pypi.org/project/h5features/) and [conda](https://anaconda.org/CoML/h5features).
1.3.2
Changelog
* Bugfix: no more size limitation on properties.
* properties are now exposed at the top-level (legacy) `h5features.write` and `h5features.read` functions.
1.3.1
* Bugfix: properties are now appendable to an existing group. * Bugfix: fixed issue [5](https://github.com/bootphon/h5features/issues/5).
1.3
* Add an optional properties field in the dataset to store a dictionary of various entries (basically features parameters).
* ``chunk_size`` is automatically computed by default in the writer.
* New optional compression in ``h5features.Writer``.
1.2.2
* bugfix: broken test on python-3.6.3.
* bugfix: missing files in MANIFEST.in for installation with `pip install h5features`.