v0.2.0
New Features
- Automatic differentiation can be used in the relaxation algorithm
- Caching for all functions has been updated by using
DiffCachefromDiffEqBaseand extendingDiffCachewith the new cache typesTwoDiffCacheandThreeDiffCache, e.g. to handle nested Jacobians. - Use of new helper types
RALF1andRALF2to 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.