Skip to content

v0.36.2

Choose a tag to compare

@Axect Axect released this 10 Apr 06:08
· 450 commits to master since this release

Release 0.36.2 (2024-04-10)

  • Now, you can report current states if your constraints are violated.
    • ODEError::ConstraintViolation -> ODEError::ConstraintViolation(f64, Vec<f64>, Vec<f64>)
    • for detailed information, see docs for ODEError
  • Add docs for ODEError

Full Changelog: v0.36.1...v0.36.2