Skip to content

CyRK v0.5.3

Compare
Choose a tag to compare
@jrenaud90 jrenaud90 released this 30 Mar 02:26
· 446 commits to main since this release

Changes

Performance

  • Removed dynamic optional arguments from cyrk_ode. Now it checks if those arguments are set to None.

Other Changes

  • Changed cyrk_ode arguments to const to avoid memoryview buffer problems. (Change made by David Meyer)

GitHub Tracked Changes

  • Allow read-only buffers for initial conditions of cython solver by @dihm in #26

Full Changelog: v0.5.2...v0.5.3