Skip to content

v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 19:52
· 31 commits to main since this release

TaylorDiff v0.2.3

Diff since v0.2.1

Merged pull requests:

Closed issues:

  • Add to JuliaDiff website? (#26)
  • Forward rules for matrix factorizations (#31)
  • Allow AbstractArray as inputs (#32)
  • Powers w/ 0 constant term returns NaN (#33)
  • Non-Concrete Error when running on an ODE system (#35)
  • The Diffractor.jl link is wrong (#36)
  • Compatibility with ComponentArrays and Zygote (#37)
  • missing chainrules for cospi sinpi (#40)
  • Derivative of x^2 = NaN at x = 0 (#41)
  • TaylorDiff derivative() does not support GPU types (#42)
  • Mixed partial derivatives (#43)
  • Vector-valued functions (#46)
  • Missing support for erf (#48)
  • Add support for "fast" hyperbolic functions (#52)
  • ^ is not equivalent to * for positive integer exponents in zero. (#54)
  • Erf support shouldn't convert pi to Float64. (#55)
  • SpecialFunctions.jl Support (#60)
  • Odd behavior for for simple user defined functions (#68)
  • Can't differentiate an ODE solver due to lack of isnan and other type errors. (#73)
  • How to get first n derivatives all at once efficiently? (#74)