Skip to content

Releases: overfl0/Pythia

1.0.0

27 Sep 21:34
Compare
Choose a tag to compare

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!)

interpreters

25 Sep 21:26
Compare
Choose a tag to compare
interpreters Pre-release
Pre-release

This is a release to store the static interpreters used by the scripts
DO NOT USE - seriously :)

1.0.0-RC6

08 Sep 00:24
Compare
Choose a tag to compare
1.0.0-RC6 Pre-release
Pre-release

Bump python version to 3.7.9
Update the Github url in mod.cpp
The embedded python installation will now always contain files required when building Cython extensions from source
Fix for install_requirments.bat when an exclamation mark is in the path (!Workshop)
Other internal changes

1.0.0-RC5

25 May 17:00
Compare
Choose a tag to compare
1.0.0-RC5 Pre-release
Pre-release

Move to Python 3.7

1.0.0-RC4

18 May 21:04
Compare
Choose a tag to compare
1.0.0-RC4 Pre-release
Pre-release

Codename "The reports of my death are greatly exaggerated".

1.0.0-RC3

12 Jan 14:53
adc7f21
Compare
Choose a tag to compare
1.0.0-RC3 Pre-release
Pre-release

Codename "AlmostOver"

1.0.0-RC2

04 Jan 02:19
Compare
Choose a tag to compare
1.0.0-RC2 Pre-release
Pre-release
Merge branch 'spdlog'

1.0.0-RC

26 Dec 12:22
Compare
Choose a tag to compare
1.0.0-RC Pre-release
Pre-release
Change define name to prevent name clashes with the python interpreter