forked from pool/openfst
45 lines
1.9 KiB
Plaintext
45 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Feb 9 23:37:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.8.4
|
|
* Added `NumStatesIfKnown()` method to `FstClass` in script
|
|
layer and `num_states_if_known()` to `Fst` in Python layer,
|
|
exposing library-layer `Fst::NumStatesIfKnown()`
|
|
* Added an option allowing `ArcMapFst` to be an `ExpandedFst`
|
|
(thus only accepting `ExpandedFst` inputs) rather than
|
|
always fulfilling just the `Fst` interface, even when it
|
|
could have provided `NumStates()`
|
|
* Modest performance optimizations in `SingleShortestPath`
|
|
* Added `CustomShortestFirstQueue`, a generalization of
|
|
`NaturalShortestFirstQueue` allowing setting a custom
|
|
comparator
|
|
* Removed nominal memory leak in `fstquantize` binary which
|
|
would occur briefly before exiting
|
|
* Various properties and flags in script API (as
|
|
`WeightClass::Properties()`) and Python extension (as
|
|
`WeightProperties`, `ArcIteratorFlags` and
|
|
`EncodeMapperFlags`) are now exposed
|
|
- Delete gcc14.patch (obsolete)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 2 22:54:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Add gcc14.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 8 13:43:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.8.3
|
|
* Eliminated negative label option in `SymbolTable`
|
|
* Changed `allow_negative_labels` arg of `SymbolTable.read_text` to
|
|
keyword-only in pywrapfst
|
|
* Added `FastNumStates` method
|
|
* Split `cc-visitors.h` from `connect.h`
|
|
* Standardized default seeds for `fstrandgen`
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 5 09:33:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Initial package for build.opensuse.org (version 1.8.1)
|
|
- Add i586-80bitfp.patch
|