CyRK v0.6.0
Changes
New Features
CyRK
now works with python 3.11.- Created the
CySolver
class which is more efficient than thecyrk_ode
function.- Solves issue 28
- New functions in
CyRK.cy.cysolvertest
to help test and check performance ofCySolver
.
Performance
- Removed python lists from
cyrk_ode
leading to an increase in performance of 15--20%.- Solves issue 27
Bug Fixes:
- Fixed compile error with
cyrk_ode
"complex types are unordered".- This was not a problem before so likely something has changed in newer cython versions.
- Fixed missing declarations for variables in
cyrk_ode
. - Fixed potential problems during installation where paths may be incorrect depending on OS.
GitHub Tracked Changes
- V0.6.0 by @jrenaud90 in #29
Full Changelog: v0.5.3...v0.6.0