Skip to content

Releases: cinaral/rk4_solver

Release v1.4.0

02 Apr 02:14
4edf615

Choose a tag to compare

Update matrix_op and matrix_rw
Change 2D array indexing

Release v1.3.0

21 Mar 23:45
a45fbde

Choose a tag to compare

Simplified the interface, updated the tests and examples.

Release v1.2.0

15 Mar 23:24
b0ec8e5

Choose a tag to compare

Added Kahan summation algorithm to the integration step to compensate for some floating point summation errors

Release v1.1.0

15 Mar 05:41
44f55c6

Choose a tag to compare

Replaced DO_USE_HEAP with DO_NOT_USE_HEAP to make it clear that it is optional.

Release v1.0.11

14 Mar 22:55
43d4fbb

Choose a tag to compare

Update dependencies.

Release v1.0.10

05 Mar 04:22
29aba6e

Choose a tag to compare

Removed all instances of double underscores to comply with the standard.

Release v1.0.9

02 Dec 23:10
02dcad5

Choose a tag to compare

Update license text

Release v1.0.8

30 Nov 21:00

Choose a tag to compare

Update comment style and the order of template parameters for clarity.

Release v1.0.7

29 Nov 20:18

Choose a tag to compare

Package name change: rk4_solver-src.zip was renamed tosrc.zip.
Also other renames.

Release v1.0.6

25 Sep 06:45

Choose a tag to compare

__DO_USE_HEAP__ flag fix, update to matrix_op v1.0.3.