Releases: CityOfZion/BigIntegerCpp
Releases · CityOfZion/BigIntegerCpp
Add Python 3.12
and drop python 3.10
Add musllinux_x86_64 builds
v1.3.2 use manylinux version when creating stubs
Add aarch64 builds
v1.3.1 pin stubgen version
Python 3.11 support
v.1.3.0 update minimum python version for stub generation
PYBIND 2.9.2
Updated PYBIND11 to the latest version (2.9.2)
Python 3.9 update
Updated PYBIND11 to the latest version (2.8.1) which includes several fixes for OSX (Big Sur). While not directly affecting this package, others depending on this might required it. Safety first.
Python 3.9
This release corrects the Python setup file to correctly limit to Python 3.8 and 3.9
Add get bit length
This release adds the get_bit_length
method to the core and Python bindings.
Python bindings v1.2.3
This release updates the Python bindings to add support for pickling.
Python bindings v1.2.2
This release updates the Python bindings to fix the conversion to native Python int
.