Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@gdalle gdalle released this 25 Jun 11:16
· 1 commit to main since this release
e0f156c

TLDR

The API has been completely redesigned to use DifferentiationInterface instead of AbstractDifferentiation. Basic use cases should not be significantly altered, but if you were using custom condition backends or solvers, please refer to the documentation.

What's Changed

  • Add codecov token by @gdalle in #130
  • Update ComponentVector compatibility with Zygote by @sfalmo in #133
  • Spring cleanup by @gdalle in #134
  • Add docs for memoization by @sfalmo in #132
  • Switch to DifferentiationInterface by @gdalle in #135
  • Update CompatHelper by @gdalle in #136
  • CompatHelper: add new compat entry for DifferentiationInterface at version 0.1, (keep existing compat) by @github-actions in #137
  • CompatHelper: add new compat entry for ADTypes at version 0.2, (keep existing compat) by @github-actions in #138
  • Update to DI v0.2 by @gdalle in #139
  • Clarify linear solvers and vector requirements by @gdalle in #140
  • Fix escaping in docstrings by @gdalle in #141
  • CompatHelper: bump compat for DifferentiationInterface to 0.3, (keep existing compat) by @github-actions in #144
  • Transfer to org by @gdalle in #145
  • Bump compat for DifferentiationInterface to 0.4 by @github-actions in #146
  • CompatHelper: bump compat for DifferentiationInterface to 0.5, (keep existing compat) by @github-actions in #147
  • Add thesis citation by @gdalle in #148
  • Cleanup before release by @gdalle in #149

New Contributors

Full Changelog: v0.5.2...v0.6.0