Releases: iraikov/salt
Compensated summation for increasing value of independent variable
This release adds the use of compensated summation for increasing the value of the independent variable, to avoid numerical noise.
C implementations of 4th order RK methods
This release adds C implementations of the two 4th order Runge-Kutta methods
Build support for Chicken 4.11+
This release adds a build flag to specify the include directory where file mathh-constants.scm is located.
Support for fields
This release adds support for fields, which are parameter-like quantities whose values are calculated with each instantiation of an equation set. Fields can be used for example in the case when a parameter value must be drawn from a distribution.
Support for reduce-type equations on external quantities
This release adds support for reduce equations on external quantities, akin to assignments.
Additional model examples
This release adds several model examples to the test suite: Adaptive exponential integrate-and-fire neuron, Hindmarsh-Rose and Wang-Buzsaki.
0.9
0.8
Added regime argument to condition functions in C backend
This release adds support for regime argument in condition functions when the C code generator is used.