Releases: cinaral/rk4_solver
Releases · cinaral/rk4_solver
Release v1.4.0
Release v1.3.0
Simplified the interface, updated the tests and examples.
Release v1.2.0
Added Kahan summation algorithm to the integration step to compensate for some floating point summation errors
Release v1.1.0
Replaced DO_USE_HEAP with DO_NOT_USE_HEAP to make it clear that it is optional.
Release v1.0.11
Update dependencies.
Release v1.0.10
Removed all instances of double underscores to comply with the standard.
Release v1.0.9
Update license text
Release v1.0.8
Update comment style and the order of template parameters for clarity.
Release v1.0.7
Package name change: rk4_solver-src.zip was renamed tosrc.zip.
Also other renames.
Release v1.0.6
__DO_USE_HEAP__ flag fix, update to matrix_op v1.0.3.