v0.3.7
This is a minor release with new features and one bug fix.
New methods
New mathematical methods for simple operations on variables will be added: abs
, power
, square
, sqrt
, exp
, log
and log10
. These methods match numpy names.
Bug fix
assign
previously did not accept log10
in the lambda function. Now fixed.