Skip to content

CyRK v0.11.2

Compare
Choose a tag to compare
@jrenaud90 jrenaud90 released this 13 Nov 14:55
· 76 commits to main since this release
ebcd01e

Changes

New:

  • Using extra output (via num_extra) with cysolve_ivp and pysolve_ivp now works when dense_output is set to true. CySolverSolution will now make additional calls to the differential equation to determine correct values for extra outputs which are provided alongside the interpolated y values.
    • Added relevant tests.

Other:

  • Refactored some misspellings in the cysolver c++ backend.

Fix:

  • Fixed missing np.import_array in cysolver backend.

GitHub Tracked Changes

Full Changelog: v0.11.1...v0.11.2