Python binding update
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 toto_array()