You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release 1.0.6
Fixes:
- issue #69: Fix crash when iterating templates given their template
object
- issue #75: Fix crash when passing non hashable objects to python
deffunctions. Credit @yrashk
release 1.0.5
Fixes:
- issue #66: provide builds for Python 3.13
- issue #67: support Alpine Linux
Improvements:
- Refactored Makefiles to streamline build process
- Refactored github action build logic
- Removed `manylinux` folders in favour of github actions
- Added support for Arm builds on Linux
- Build against CLIPS 6.4.2
release 1.0.1
Improvements:
- Build against CLIPS 6.41
- Add Makefile for Windows
- Rework build logic to support builds for Windows and OSX (Apple
Mx not supported yet)
Fixes:
- issue #47: fix bug when modifying instances
- issue #48: improve error handling logic
- Fix bug when watching templates
release 0.3.3
Improvements:
- Refactored build logic allowing Linux wheels to be uploaded on
Pypi
- Fix: properly forward build flags to CLIPS makefile