v0.10.1
v0.10.1 (2019-10-07)
Closed issues:
- Confused by behaviour of addition (#225)
- Heads up about changes in Julia LinearAlgebra stdlib affecting this package (#221)
- Error message in multiplication of Taylor1 and TaylorN (#219)
- Tag v0.10.0 (#217)
- Even / Odd taylor series. (#213)
Merged pull requests:
- Initialize coefficients of mutated array in mutating functions (#227) (PerezHz)
- Mathematically consistent big O notation (#226) (lbenet)
- LU-factorize without pivoting for
inv
ofTaylor1
matrices (#223) (lbenet) - Test (travis) using Julia 1.2 and 1.3 too (#222) (lbenet)
- ArgumentError for promotion among non-compatible Taylor1 and TaylorN (#220) (lbenet)