Releases: panda3d/interrogate
Releases · panda3d/interrogate
0.5.0
- Removes Panda3D-specific initialization code
- Add
-init
flag to interrogate_module to call custom init function (#3) - Fix a compile error with Python 3.13 free-threaded build
- Fixes some compile issues with recent compilers
- Remap function indices in wrappers (#7)
- Use dynamically allocated type objects for py_wrappers as a step towards multi-interpreter / interpreter restarting support
0.4.0
Changes since 0.3.0:
- Fix problems with Python 3.13 due to Py_TYPE redefinition
- Fix some issues building with older CMake versions
- Strip Windows-style newlines out of preamble inserted by interrogate_module
- Add std::sort to parser-inc algorithm header
- No longer installs interrogate headers, installs interrogatedb headers under interrogatedb directory instead of panda3d directory
- Generated code no longer calls interrogate_request_database, dropping runtime dependency on interrogatedb library
0.3.0
0.2.0
0.1.1
Initial PyPI upload
v0.1.0 Fix repair step on Windows, add names to workflow jobs