DifferentiationInterfaceTest-v0.7.0
gdalle
released this
26 Sep 08:32
·
87 commits
to main
since this release
What's Changed
- Remove restrictions for PolyesterForwardDiff by @gdalle in #444
- Use reverse Jacobian and hvp from Enzyme by @gdalle in #445
- Bump DI to v0.5.17 by @gdalle in #447
- [BREAKING] Change order of arguments by @gdalle in #435
- [BREAKING] Move sparse functionality into package extensions by @gdalle in #448
- [BREAKING] Modify checks and improve docs by @gdalle in #449
- Remove dependency on DocStringExtensions by @gdalle in #450
- Remove FillArrays dependency by implementing custom
OneElement
by @gdalle in #453 - Bound FastDifferentiation compat to <0.4 by @gdalle in #454
- [BREAKING] Force use of
Tangents
inpushforward
,pullback
andhvp
by @gdalle in #455 - Better type annotations in fallbacks by @gdalle in #458
- Remove fallback
backend -> SecondOrder(backend, backend)
by @gdalle in #459 - Get rid of functors for second order by @gdalle in #460
- Fix docs typos by @gdalle in #463
- Update Tapir to use cached rules where possible by @willtebbutt in #464
- Multi-argument support: basic infrastructure by @gdalle in #461
- Improve docs and document contexts by @gdalle in #469
- [BREAKING] Clean up tests by @gdalle in #470
- Fix and test ForwardDiff type stability by @gdalle in #473
- Contexts for Zygote by @gdalle in #474
- Clarify role of constants in preparation by @gdalle in #485
- Adapt to Enzyme v0.13 by @ExpandingMan in #471
- Make
DifferentiateWith
compatible with ForwardDiff, clarify docs by @gdalle in #487 - Remove use of custom
isequal
to compare scenarios by @gdalle in #486 - Add constant contexts for Enzyme by @gdalle in #489
- Update neural network tests by @gdalle in #490
- Rename extras to prep by @gdalle in #491
- Better HVP in reverse over forward by @gdalle in #494
- Implement contexts for more backends by @gdalle in #492
- More batch mode for Enzyme by @gdalle in #495
- Fix Enzyme's batched pullback and Jacobian by @gdalle in #499
- Contexts for FiniteDiff and PolyesterForwardDiff, better context testing by @gdalle in #497
- Clean up ReverseDiff type annotations by @gdalle in #498
- [BREAKING] Transition from Tapir to Mooncake by @gdalle in #500
- Replace
Tangents
withNTuple
by @gdalle in #501 - Contexts for ReverseDiff by @gdalle in #505
New Contributors
- @ExpandingMan made their first contribution in #471
Full Changelog: DifferentiationInterfaceTest-v0.6.0...DifferentiationInterfaceTest-v0.7.0