Dear all,
The speed of the datalog engine has been greatly enhanced thanks to the
Cython compiler : the queens.py example now runs 3 times faster on CPython 2.7 on a windows machine (compared to pyDatalog 0.14.6). The release also includes several minor fixes.
To install it, run :
pip install pyDatalog==0.15.0c1
On Linux / OSX machines, this command will trigger an attempt to compile pyEngine.c. On Windows, the appropriate pre-compiled
Python Wheel will be automatically downloaded from pypi.
As this is a new installation process, let me know if you encounter any issues.
Best regards,
Pierre Carbonnelle