Skip to content

Releases: Dan-wanna-M/kbnf

v0.3.2-python

19 Aug 20:44
83a7a4d
Compare
Choose a tag to compare
  • Changes from v0.4.2-rust

v0.4.1-rust

17 Aug 19:57
a57bace
Compare
Choose a tag to compare
  • 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

17 Aug 18:47
48f5d0e
Compare
Choose a tag to compare
  • 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

17 Aug 19:58
a57bace
Compare
Choose a tag to compare
  • Changes from v0.4.1-rust

v0.3.0-python

17 Aug 18:48
48f5d0e
Compare
Choose a tag to compare
  • Changes from v0.4.0-rust

v0.2.9-python

14 Aug 18:26
b003d71
Compare
Choose a tag to compare
  • Makes mask_logits 3x faster

v0.3.7

13 Aug 20:34
19f2499
Compare
Choose a tag to compare
  • Missing bytes warning is more comprehensive and more informative in Vocabulary
  • mask_logits method's speed is improved by ~20%

v0.2.8

13 Aug 20:35
19f2499
Compare
Choose a tag to compare
  • Changes from v0.3.7-rust

v0.3.6-rust

10 Aug 22:42
f494be1
Compare
Choose a tag to compare
  • Commandline println! for debug purposes is correctly removed.

v0.3.5-rust

10 Aug 22:41
315feee
Compare
Choose a tag to compare
  • 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