Skip to content

v0.6.5

Compare
Choose a tag to compare
@Xpitfire Xpitfire released this 30 Jul 03:08
· 137 commits to main since this release

Release Note

Updates

  • Removed unused imports for optimized performance.
  • Improved argument and keyword argument passing on engine creation.
  • Introduced preview and representation improvements.
  • Added beam search keyword to the huggingface engine.
  • Introduced a custom property exception on reserved assignment.
  • Added support for GPT-4o-mini.
  • Optimized performance with the removal of the blip to avoid M3 incompatibility, thus it is now only optional.
  • Added huggingface support through a local OpenAI-compatible FastAPI server.
  • Refactored llama.cpp engine and added symserver.
  • Revised async tests in llama.cpp.
  • Implemented minor tweaks in symrun and removed OpenAI cost tracker and all related elements.
  • Added anthropic dependency and support for Anthropic API, with minor refactoring.
  • Added a check to disable symai warnings and marked cost tracking for deprecation.
  • Switched to pytest for easier and more efficient testing.

Bug Fixes

  • Fixed a major bug in the type system with operators, ensuring operator type safety.
  • Fixed a race condition bug on symrun exit.
  • Fixed tests-related issues.
  • Fixed a warning if local is not used.

Removals

  • Removed deprecated services.
  • Removed print statements.

Security

  • Addressed security issues noted by Dependabot.

Please note that this update also includes minor refactoring and code improvements and is part of our ongoing efforts to maintain and improve our platform's performance.