- Add official support for Python 3.10 - Update testing packages
0.0.12
-------------------
- Minor fixes on CI. - Add official support for Python 3.9
0.0.11
-------------------
- Added py.typed. - Unify writing methods.
0.0.10
-------------------
- Change step model: now emission and insertion probabilities are dict with char as key and probability as value.
0.0.9
------------------
- Make HMM model class dataclass. - Removed unused method from HMM model class. - Fix set variable uppercase in workflows. - Added benchmark result display in tests. - Benchmark package on python 3.6 and 3.7. - Show benchmark results in cronjob and release workflows.