Skip to content

v0.10.1

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 08 Oct 08:19
· 96 commits to master since this release
v0.10.1
da84c93

v0.10.1 (2019-10-07)

Diff since v0.10.0

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 of Taylor1 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)