Skip to content

v0.9.5

Compare
Choose a tag to compare
@futurisold futurisold released this 06 May 12:54
· 22 commits to main since this release

Release Notes – v0.9.5

Bug Fixes & Improvements

  • Packaging Improvements:

    • Updated pyproject.toml to change the [tool.setuptools.packages.find] include pattern from ["symai"] to ["symai*"]. This fixed a nasty import bug.
      This ensures that all subpackages (e.g., symai.submodule) are now correctly included during package builds and distributions.
  • Testing Configuration:

    • Adjusted pytest.ini to deselect the specific test tests/engines/neurosymbolic/test_nesy_engine.py::test_token_truncator, likely to address a test flakiness or to temporarily ignore a known issue.
    • Minor cleanup to remove an unnecessary trailing line.
  • General Maintenance:

    • Version bumped from 0.9.4 to 0.9.5 in symai/__init__.py to reflect the new release.
    • Updated .gitignore to ignore .bash_history files, helping prevent accidental commits of shell history.

Full Changelog: v0.9.4...v0.9.5