Skip to content

Python bindings v1.2

Compare
Choose a tag to compare
@ixje ixje released this 14 Oct 07:21
3452c69

This release updates the Python bindings and includes stubs to help your IDE out.

  • Exposed sign property
  • Removed py::int_ type constructors and always convert py::int_s manually for faster lookup
  • Fixed a py::int_ to BigInteger conversion issue
  • Removed an unused import
  • Added stub generation tools

Note: A "BIGINTEGER_" prefix has been added to CMake build variables to make the project easier controllable downstream