Python bindings v1.2
This release updates the Python bindings and includes stubs to help your IDE out.
- Exposed sign property
- Removed
py::int_
type constructors and always convertpy::int_
s manually for faster lookup - Fixed a
py::int_
toBigInteger
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