Fixed ----- - Fixed synchronization bug in the LM optimizer, only happened in very rare cases.
0.6.9
===================
Fixed ----- - Fixes the Gamma distribution for nvidia compilers.
0.6.8
===================
Added ----- - Adds support for providing a Jacobian in the minimization function.
0.6.7
===================
Added ----- - Adds more legendre polynomial functions.
0.6.6
===================
Added ----- - Adds CL function to calculate the even Legendre terms of the Legendre polynomial.
0.6.5
===================
Changed ------- - Removed (object) declaration from the class declarations, it is no longer needed with Python 3. - Makes the mot_float_type use typedef instead of macro define.