Revision history for numba_quaternionΒΆ
v0.3.0:
support numba>=0.59 (
numba.generated_jitwas removed) and numpy 2; require Python>=3.10.declare scipy as a dependency (numba needs it for matrix multiplication in jitted code).
fix
Quaternion.conjugate,Quaternion.__add__, and in-place operators returningNone.remove the
extrasextra (coloredlogs) and the logging handler set up on import.
v0.2.0: all quaternion array is now complex to avoid excessive conversion. The Quaternion class is a bit different because of this. Use
Quaternion.from_arrayto create from real array.v0.1.0: first release and proof of concept.