Skip to content

Releases: bootphon/h5features

h5features-1.4.1

16 Jun 12:51
Compare
Choose a tag to compare
  • 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.

h5features-1.3.3

11 Jun 15:39
Compare
Choose a tag to compare

ChangeLog

Improvements in automatic deployment to pypi and conda.

h5features-1.3.2

12 Mar 16:19
Compare
Choose a tag to compare

Changelog

  • Bugfix: no more size limitation on properties.

  • properties are now exposed at the top-level (legacy) h5features.write and h5features.read functions.

h5features-1.3.1

04 Mar 12:35
Compare
Choose a tag to compare
  • Bugfix: properties are now appendable to an existing group.
  • Bugfix: fixed issue #5.

h5features-1.3

27 Feb 17:19
1f83bc3
Compare
Choose a tag to compare
  • 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.

h5features-1.2.2

29 Mar 06:47
Compare
Choose a tag to compare
  • bugfix: broken test on python-3.6.3.

  • bugfix: missing files in MANIFEST.in for installation with pip install h5features.

h5features-1.2.1

13 Oct 11:22
Compare
Choose a tag to compare
  • The script convert2h5features is now installed by the setup
    script.

  • Removed deprecated tests since 1.2

  • Added a VERSION file for tracking version number in the whole
    project.

h5features-1.2

28 Apr 15:02
Compare
Choose a tag to compare

What’s new in h5features 1.2

  • Breaking change Labels associated with features data must be sorted in increasing order. This is
    convenient to use with timestamps and improve reading huge datasets with long labels.

  • Breaking change Appending new data to an exisiting item is no more allowed. Suppose a h5f file with 3 items ['a', 'b', 'c'], in 1.1 it was possible to append 3 items ['c', 'd', 'e'], giving a file with the 5 items ['a', 'b', 'c', 'd', 'e'], where the item 'c' being the concatenation of original and appended data. That facility was messy and is removed in 1.2.

  • Bugfix when writing unidimensional features

  • Bugfix when reading from time/to time in Reader

  • Safely overwrite existing groups in h5features files with mode=’w’

  • Now more than 100 test cases

h5features-1.1

17 Nov 10:57
Compare
Choose a tag to compare

Major package refactoring with backward compatibility

h5features-1.0

12 Nov 16:40
Compare
Choose a tag to compare
h5features-1.0 Pre-release
Pre-release
Revert "reordered package for pipy, now most h5features methods are a…

…ccessible when importing, and every module is in a package"

This reverts commit d8de7acb6f02ceebc8101549d73a0372486528af.