Skip to content

v0.37.2

Compare
Choose a tag to compare
@Axect Axect released this 16 Apr 05:37
· 173 commits to master since this release

Release 0.37.2 (2024-04-16)

  • Do not include legend box if there is no legend (#58) (Thanks to @GComitini)
  • Add rtol field to BroydenMethod
  • Implement high-level macros for root finding
    • bisection!(f, (a,b), max_iter, tol)
    • newton!(f, x0, max_iter, tol) (require #[ad_function] attribute)
    • secant!(f, (a,b), max_iter, tol)
    • false_position!(f, (a,b), max_iter, tol)

New Contributors

Full Changelog: v0.37.1...v0.37.2