Skip to content

v0.3.7

Compare
Choose a tag to compare
@robertjwilson robertjwilson released this 20 Jul 14:04
· 1268 commits to master since this release

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.