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

v0.2.3

Latest
Compare
Choose a tag to compare
@poypoyan poypoyan released this 26 May 05:59

Changes:

  • Added citation comments (#19)
  • Put the RNG (self.rng) in HSMM class constructor (#17). This fixed a bug wherein sample() with specified random_state has the same output every time it is run.

This is the final release before I archive this repository for good. The above fixes are just for making the code easier to read for reference. Hope this project helped you in any way, but I have to move on and leave this in my mind.

poypoyan