Skip to content

Releases: CityOfZion/BigIntegerCpp

Add Python 3.12

Add musllinux_x86_64 builds

27 Nov 14:12
Compare
Choose a tag to compare
v1.3.2

use manylinux version when creating stubs

Add aarch64 builds

27 Nov 12:22
Compare
Choose a tag to compare
v1.3.1

pin stubgen version

Python 3.11 support

01 May 10:36
Compare
Choose a tag to compare
v.1.3.0

update minimum python version for stub generation

PYBIND 2.9.2

17 May 12:23
Compare
Choose a tag to compare

Updated PYBIND11 to the latest version (2.9.2)

Python 3.9 update

22 Nov 08:51
Compare
Choose a tag to compare

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

11 Oct 08:12
865d2d7
Compare
Choose a tag to compare

This release corrects the Python setup file to correctly limit to Python 3.8 and 3.9

Add get bit length

26 Jul 13:15
3128acd
Compare
Choose a tag to compare

This release adds the get_bit_length method to the core and Python bindings.

Python bindings v1.2.3

10 Mar 07:33
c7bb7f7
Compare
Choose a tag to compare

This release updates the Python bindings to add support for pickling.

Python bindings v1.2.2

11 Jan 09:54
47eef2a
Compare
Choose a tag to compare

This release updates the Python bindings to fix the conversion to native Python int.