- 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.
1.13.0
- Checked all load/save methods for `expanduser()` after issues during demo in Ghent. - Changed `model.var_by_label()` to `model.label()`. - Added option to show variables dependent on selected var. - Added support for reading WinWCP files. - Various improvements and bugfixes.
1.12.2
- Added `parse_model()` etc methods to parser. - Made sure protocol is cloned in all simulations. Protocols are not immutable and changes made after setting the protocol should not affect the simulation (or vice versa). - Added a simulation that calculates the derivative of a state w.r.t. a parameter. - Working on `MarkovModel` class. - Added method to convert monodomain parameters to conductances to opencl simulation. - Various small bugfixes.