All Versions
27
Latest Version
Avg Release Cycle
62 days
Latest Release
2287 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.9 Changes
December 21, 2018- โ Added the support of GHC 8.6 and dropped the support of old versions that do not have Monad.Fail.
-
v5.8 Changes
June 30, 2018- Satisfying a new requirement of the MonadMask class type.
-
v5.7 Changes
April 14, 2018- Implemented MonadMask and MonadCatch for basic simulation computations.
-
v5.6 Changes
April 07, 2018- ๐ Lars Kuhtz added the support of GHC 8.4.
-
v5.5 Changes
November 18, 2017โ Added the 4th order Runge-Kutta 3/8-method.
โ Added experimental functions delayByDT and delayIByDT.
-
v5.4 Changes
November 04, 2017- A more correct treating of the stop time. Earlier, the final integration time point was used instead of the stop time in some functions.
-
v5.3.1 Changes
October 27, 2017- Increased the speed of simulation.
-
v5.3 Changes
September 30, 2017Introduced the result source titles, which can be useful when plotting the charts.
โ Added functions newSignalInTimeGrid and timeGrid.
-
v5.2 Changes
July 09, 2017- Significantly improved in the examples the speed of simulation after using the mwc-random package by Bryan O'Sullivan for generating random numbers. It was possible to use custom random number generators before, but now the mentioned generator is used by default. Also the type signature of the SimpleGeneratorWithSeed data constructor has changed.
-
v5.1.1 Changes
- โก๏ธ Updated the pure-functional priority queue so that the events could be yielded in the distributed simulation module too.