optimtool-2.6.0
Fixed Bug:
- fixed bug returned from numpy.core._exceptions._UFuncOutputCastingError: Cannot cast ufunc 'add' output from dtype('float64') to dtype('int64') with casting rule 'same_kind', though manually set default parameter to float can avoid this issue.
see test_lag.py which solved the above issue in this version.