- Added NaN check to `PSimulation`. - Added on model comparison method. - Nicer output of numbers in expressions and unit quantifiers. - Tiny fixes in Number representation and GUI. - Imrpoved video generation script. - Various small bugfixes and improvements.
1.14.1
- Added partial validation to Markov model class. - Moved `OpenCLInfo` into separate object. - GUI now shows remaining time during experiment. - Various small bugfixes and improvements.
1.14.0
- Added Alt-1,2,3 tab switching to GUI. - Updates to `DataLog`. - Fixed opencl issue: constant memory is limited, using `__constant` for parameter fields can give a strange error (`invalid_kernel_args` instead of out of memory errors). Fixed this by chaning `__constant` to `__global`. - Various small bugfixes and improvements.
1.13.2
- Various improvements and bugfixes.
1.13.1
- Fixed a bug with fixed interval logging in CVODE sim.