Skip to content

Python binding update

Compare
Choose a tag to compare
@ixje ixje released this 30 Jul 11:16
5f5054e

This release updates the Python bindings. Specifically,

  • improve the auto generated pybind documentation
  • expose additional functions and constructors
    • log, log10
    • is_even, is_power_of_two
    • quick constructors: zero, one, minus_one

There is one breaking change:

  • to_bytes() has been renamed to to_array()