- Made threaded `run()` an option in `settings.py`.
1.11.10
- Added quick figure method to `abf`. - Various small bugfixes.
1.11.9
- Added PySilence context manager, made `CSilence` extend it. - `myokit.run()` now runs the script inside a separate thread. This allows `sys.exit()` to be used in a script. - `myokit.run()` now handles exceptions correctly. - Various improvements and bugfixes.
1.11.8
- Added rectangular grid mapping of parameter spaces. - Removed custom open dialog from GUI. - Various improvements and bugfixes.
1.11.7
- Added jacobian examples. - Various improvements and bugfixes.
1.11.6
- Added parallelized particle search optimization method (PSO). - Made linear system solving much faster. - Looked at using matrix exponentials in markov model code, over 1000 times slower than eigenvalue method! - Added method to draw colored Voronoi diagram. - Further annotated the example files. - Various small bugfixes.