Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@overfl0 overfl0 released this 27 Sep 21:34

Biggest changes from RC6:
Added official Linux support on 64bit
Move to Python 3.10
build_requirements.bat has been split to build_requirements32.bat and build_requirements64.bat as a result
Fixed issue where Pythia would hang if Tobii Eye Tracker 5 was enabled (thanks cammygames!)
Fixed passing large ints in and out (RV would convert them to scientific notation, losing precision, too early)
Added examples and documentation
You can now access classes and objects by calling them directly using <module>.<object_instance>.<method>, not only <module>.<fuction>

Technical stuff:
Use ninja to build both on linux and windows
Lots and LOTS of code refactoring
Added (additional) unit tests (:
Use standalone linux builds for both windows and linux from now on
Use the new PyConfig way to initialize Python for Python 3.8+
LOTS of small stuff (over 220 commits!)