* Updated various dependencies, python binding now also runs on Python 3.13
0.4.6
Minor update, dependency upgrades and added VariantModel.set_confusables_before_pruning() method to the Python binding that sets the `--early-confusables` parameter (19)
0.4.5
Bugfix release:
* Fixed bug in handling (hashing/normalizing) multibyte characters. * Added a `testinput` mode to test input against the alphabet. * Debug level two or higher now outputs the entire alphabet.
0.4.4
Bugfix release:
* fix in reading context rules
0.4.3
Bugfix release:
* fix in reading context rules * improving error feedback when parsing context rules * added missing --contextrules parameter
0.4.2
* A single context rule may now output multiple tags (and corresponding sequence numbers) (knaw-huc/golden-agents-htr22) * updated dependencies (e.g rustfst 0.11.5)