v0.9.5
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.
- Updated
-
Testing Configuration:
- Adjusted
pytest.ini
to deselect the specific testtests/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.
- Adjusted
-
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.
- Version bumped from 0.9.4 to 0.9.5 in
Full Changelog: v0.9.4...v0.9.5