Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@ebraraktas ebraraktas released this 13 Apr 15:09
· 1 commit to main since this release

What's Changed

  • feat: Add model constructor from bytes by @ebraraktas in #17
  • [BREAKING CHANGE] fix: limit interpreter lifetime by that of model by @ebraraktas in #18
    • This change ties lifetime of the Interpreter to that of Model, hence you need to add lifetime annotations to the structs containing Interpreter.
    • This removes Interpreter::with_model_path
  • feat: add local header directory support to build by @ebraraktas in #19

Full Changelog: v0.5.2...v0.6.0