Skip to content

Releases: panda3d/interrogate

0.4.0

30 Oct 16:21
@rdb rdb
Compare
Choose a tag to compare

Changes since 0.3.0:

  • Fix problems with Python 3.13 due to Py_TYPE redefinition
  • Fix some issues builder 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

29 Oct 14:51
@rdb rdb
Compare
Choose a tag to compare

This release adds free-threaded Python wheels for interrogate itself, and also adds .pyi stub files.

0.2.0

19 Sep 18:37
@rdb rdb
Compare
Choose a tag to compare

This release contains further work on Python 3.13 free-threading support.

0.1.1

19 Sep 13:57
@rdb rdb
Compare
Choose a tag to compare

This release fixes two problems:

  • The Python extension for interrogatedb was erroneously installed as interrogatedb.interrogatedb instead of just interrogate
  • Code did not compile correctly with Python 3.13.

Initial PyPI upload

10 Aug 12:23
@rdb rdb
Compare
Choose a tag to compare
v0.1.0

Fix repair step on Windows, add names to workflow jobs