This repository has been archived by the owner on May 26, 2024. It is now read-only.
v0.1.3
Changes:
- Removed all usage of
ndarray.resize
, and do pre-allocation instead. This is good practice. - In
iter_from_X_length()
fromhsmm_utils.py
, raise error ifend[-1] != n_samples
. This is more general than before, which is justend[-1] > n_samples
. - Removed stray spaces.