qsim v0.20.0
This version adds support for python3.12 and improves CUDA build.
What's Changed
- Drop dependency on distutils by @NoureldinYosri in #651
- Apply suggestions from CommonTypos checker by @pavoljuhas in #650
- Allow installing for Python 3.12 by @basnijholt in #649
- Set
PYTHON_INCLUDE_DIR
insetup.py
and pass it to CMake by @basnijholt in #647 - Fix: Consistent Usage of
target_link_libraries
for CUDA Targets by @basnijholt in #646 - CUDA build improvements by @basnijholt in #645
- Use CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR for cross-compiling by @basnijholt in #652
- update version to 0.20.0 by @NoureldinYosri in #653
Full Changelog: v0.19.0...v0.20.0