Releases: Dan-wanna-M/kbnf
Releases · Dan-wanna-M/kbnf
v0.3.2-python
- Changes from
v0.4.2-rust
v0.4.1-rust
- If a token can be accepted by the engine but also completes the engine in the middle of accepting, the token will now be fully accepted.
v0.4.0-rust
- Remove
except!
and introduces `#e"" early end regex. - Remove
token_ids_to_finish
since it does not work well with eager regex token cache - Implements eager regex token cache
v0.3.1-python
- Changes from
v0.4.1-rust
v0.3.0-python
- Changes from
v0.4.0-rust
v0.2.9-python
- Makes
mask_logits
3x faster
v0.3.7
- Missing bytes warning is more comprehensive and more informative in
Vocabulary
mask_logits
method's speed is improved by ~20%
v0.2.8
- Changes from
v0.3.7-rust
v0.3.6-rust
- Commandline println! for debug purposes is correctly removed.
v0.3.5-rust
- Bug fix: an incorrect
Option::unwrap
is removed so the engine will not panick under certain inputs - A certain type of unit production chain is now correctly eliminated