Skip to content

Releases: mspraggs/pyQCD

v0.0.0

14 Aug 00:38
Compare
Choose a tag to compare
Setuptools: Removed custom clang OpenMP flag hack

This reverts commit 3bd83b5b04c07204936620c8968dd8846db3a94b.

Final Boost.Python commit

20 May 07:55
Compare
Choose a tag to compare
Pre-release

From a desire to rewrite the code to structure it better, make it more performant and easier to extend, I have moved away from using Boost.Python. Instead, the C++ layer will now be exposed via Cython, and many of the actual algorithms will be written in Cython. I do not plan on maintaining the old Boost.Python code due to time constraints. Instead, I suggest moving to the Cython version.