- Updated online examples. - Bugfix in deprecated method `Protocol.guess_duration()`.
1.22.4
- Fixed bug with auto-indenting and smart up/down arrows in IDE. - Fixed bug in parsing of indented multi-line meta-data properties. - Fixed bug with `[[script]]` sections being added to files when saved. - Slight update to `DataLog.apd()`. - Updated the docs of both apd methods to make clear that they use fixed thresholds.
1.22.3
- Added hybrid PSO option to `myokit.lib.fit`. - Added option to return multiple particles' results to PSO. - Bugfixes and updates to documentation. - Added BFGS method (interface to scipy) to `myokit.lib.fit`.
1.22.2
- Small bugfix in markov simulation class.
1.22.1
- Updates to source highlighting in the IDE. - Various small bugfixes. - Protocols and events now define a 'characteristic time'. - The protocol class is now slightly stricter than before, removed its `validate()` method. - Both markov model simulation classes can now run simulations based on `myokit.Protocol` objects.
1.22.0
- Rewrote the Markov model module. - Added a method to perform stochastic simulations with Markov models. - Various small bugfixes.