Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

v0.1.3

Compare
Choose a tag to compare
@poypoyan poypoyan released this 18 Jan 15:44
· 14 commits to main since this release

Changes:

  • Removed all usage of ndarray.resize, and do pre-allocation instead. This is good practice.
  • In iter_from_X_length() from hsmm_utils.py, raise error if end[-1] != n_samples. This is more general than before, which is just end[-1] > n_samples.
  • Removed stray spaces.