Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 15:50
· 5 commits to master since this release
fb93a82

ForwardDiff v1.0.0

Diff since v0.10.38

Breaking changes

  • Equality (==) on Dual numbers now requires both the real and dual part to match (#481). This removes a large number of bugs where the "structure" of e.g, non-zero values in an array was inspected, leading to erroneous derivatives. This might cause slightly different behavior in programs but should in general be more correct than previously.

Merged pull requests:

Closed issues:

  • Can you take derivative of complicated function whose symbolic form is not explicit or not known? (#654)
  • Tag v1.0 (#719)
  • Modification of equality checking between two Duals not synchronized between master and last release (#726)
  • Throwing errors after 1000 time steps simulation (#736)
  • Matrix inverse is broken (#737)