CyRK v0.11.2
Changes
New:
- Using extra output (via
num_extra
) withcysolve_ivp
andpysolve_ivp
now works whendense_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
- Extra ouput interpolation by @jrenaud90 in #69
- v0.11.2 by @jrenaud90 in #70
Full Changelog: v0.11.1...v0.11.2