Skip to content

v0.2.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 22 Oct 04:32

New Features

  • Automatic differentiation can be used in the relaxation algorithm
  • Caching for all functions has been updated by using DiffCache from DiffEqBase and extending DiffCache with the new cache types TwoDiffCache and ThreeDiffCache, e.g. to handle nested Jacobians.
  • Use of new helper types RALF1 and RALF2 to automate conversion of in-place and out-of-place functions to be non-allocating.

Ongoing Issues

  • Current approach for setting chunk sizes is not guaranteed to work when using automatic differentiation in the relaxation algorithm and is definitely not working in the homotopy algorithm.