Releases: garvys-org/rustfst
Releases · garvys-org/rustfst
rustfst-v0.11.4
rustfst-v0.11.3
rustfst-v0.11.2
What's Changed
Full Changelog: rustfst-v0.11.1...rustfst-v0.11.2
rustfst-v0.11.1
What's Changed
- Allow
str
when reading or writing an Fst in Python by @Garvys in #196 - Python doc of
StringPath
andStringPathsIterator
by @Garvys in #197 - Clippy fixes by @Garvys in #195
- Fix SymbolTable(s) forwarding by @Garvys in #198
- Clippy by @Garvys in #199
- Fix typing :
VectorFst.read() -> VectorFst
!=Fst
by @Garvys in #200 - Add
to_bytes
andfrom_bytes
forVectorFst
in the Python binding by @Garvys in #201
Full Changelog: rustfst-v0.11.0...rustfst-v0.11.1
rustfst-v0.11.0
rustfst-v0.10.0
What's Changed
- Python binding for Tr, Trs, SymbolTable, Fst and associated operators by @emricksinisonos in #167
- Fix minimize implementation by @llogiq in #166
- factor out fs ops in read/write by @llogiq in #168
- Fix text symbol table parsing by @emricksinisonos in #171
- Fix crash minimize by @Garvys in #174
- Rename python package from rustfst-python to rustfst by @Garvys in #175
- Improve release by @Garvys in #176
- Add mac ci by @Garvys in #177
- CI by @Garvys in #178
- Python binding (algorithms) by @emricksinisonos in #169
- Ci/merge publish by @Garvys in #179
- Speedup benches CI by @Garvys in #180
- Python documentation by @Garvys in #181
- Fix long description in setup.py by @Garvys in #184
- Fix python binding by @emricksinisonos in #185
- Add top_sort python bindings by @Garvys in #186
- RandGen + (add, mul and or) added to VectorFst class by @Garvys in #189
New Contributors
Full Changelog: rustfst-v0.9.0...rustfst-v0.10.0
rustfst-v0.9.0
What's Changed
- Add FST cache serialization/deserialization support by @emricksinisonos in #160
- Fix eq methods for FST caches by @emricksinisonos in #161
Full Changelog: rustfst-v0.8.1...rustfst-v0.9.0
rustfst-v0.8.1
rustfst-v0.8.0
What's Changed
Full Changelog: rustfst-v0.7.4...rustfst-v0.8.0