rustfst-v0.6.2
What's Changed
- FstIntoIterator / FstIterator / FstIteratorMut by @Garvys in #84
- Add super final state by @hdlj in #85
- Relax contraints semiring by @hdlj in #87
- Take final weight by @Garvys in #86
- Fst convert consuming its input by @Garvys in #89
- Allow to modify SymbolTables attached to a ConstFst by @Garvys in #90
- Remove MutableFst trait bound from input of shortest_path by @Garvys in #92
- Immutable Arc Mapper by @Garvys in #95
- Fix olabel drawing when no symbol table provided by @hdlj in #96
- Reverse back by @Garvys in #94
- Symbol table serialization when serializing a FST (Binary) by @hdlj in #97
- Composition by @Garvys in #79
- Use anyhow instead of failure by @awelkie in #99
- Use anyhow instead of failure by @awelkie in #100
- Use loose dependencies by @adrienball in #101
- Add Clone to dynamic FST structs by @awelkie in #102
- Rename arc dyn by @Garvys in #104
- More arc renaming by @Garvys in #105
- Static semiring by @kali in #106
- Arc sym tables by @kali in #107
- Change test logic for shortest path to fix inconsistencies between ma… by @Garvys in #109
- Replace tests are back in the crate by @Garvys in #110
- Revamp for multi-threading by @Garvys in #108
- Fix tests tr_sort by @Garvys in #111
- Speed up shortest path by @Garvys in #112
- Make ComposeFst clonable by @Garvys in #114
- Speed-up label reachable by @Garvys in #116
- Read VectorFst from ConstFst file by @Garvys in #117
- Speed up num_trs() by @Garvys in #118
- Lazy num_{in,out}put_epsilons by @Garvys in #119
- Lazy FstProperties + num_{input,output}_epsilons by @Garvys in #113
- Benchmark scripts for composition by @Garvys in #122
- Speed-up composition by @Garvys in #123
- Reduce number of arc cloning in composition by @Garvys in #124
- Github actions by @Garvys in #125
- Task/cross build bench by @Garvys in #126
- Add new operations to automated benchmarks by @Garvys in #127
- Reduce size of fsts used in composition benches to avoid OOM errors by @Garvys in #128
- Bounded cache size for dynamic fsts by @Garvys in #115
- Remove trait bound on Default in FstCache trait by @Garvys in #129
New Contributors
- @awelkie made their first contribution in #99
- @adrienball made their first contribution in #101
Full Changelog: rustfst-v0.5.0...rustfst-v0.6.2