DifferentiationInterface DifferentiationInterface-v0.6.31
Diff since DifferentiationInterface-v0.6.30
Merged pull requests:
- feat: allow and test holomorphic derivatives (#687) (@gdalle)
- fix: skip matrix tests with fastdifferentiation (#689) (@gdalle)
- docs: add mixed-mode explanations (#690) (@gdalle)
- fix: simplify
basis
(#692) (@gdalle)
Closed issues:
- Split reverse mode for mutating functions is full of traps (#142)
- Add common interface to mark functions as non-differentiable across backends (#415)
- Scenarios changing during Flux testing (#488)
- Multiple active arguments? (#508)
- Possible way out of dependency hell? (#509)
- Common interface for rule definition (#644)
- Performance issue with mixed mode Jacobian (#684)
- Specify known sparsity pattern in mixed mode Jacobian (#686)
- Overload
basis
and other functions for nested backend objects (#691)