v0.3.0
v0.3.0 (2019-06-26)
Breaking changes:
- Previously
differentiate([f1,f2], [x,y,z])
would have resulted in a 3 by 2 matrix where each column contains the three partial derivatives. Now it is the more common version where the result is a 2 by 3 matrix and each row contains the partial derivatives (#108)
Merged pull requests:
- Bump version to 0.3.0 (#114) (saschatimme)
- Fix differentiate of AbstractArrays (#108) (saschatimme)