#### 0.0.2
0.0.2a3dev14 - 2022/07/10 - Fix ModelicaExecutbleEngine outputs reading. Minor changes on Observable.
0.0.2a3dev13 - 2022/07/10 - Fix ExecutableEngine observed outputs. Fix bug with variables containing dots in sympy. Minor changes on ExecutableEngine and ExecutableModelicEngine.
0.0.2a3dev12 - 2022/07/05 - Add ExecutableEngine, ExecutableModelInstance and ModelicaExecutableEngine for simulation through executable.
                            Updating some dependencies version.
0.0.2a3dev10-11 - 2022/04/21 - Minor changes.
0.0.2a3dev9 - 2022/04/11 - Implement get and set state in RoadRunnerEngine. Minor changes.
0.0.2a3dev8 - 2022/01/17 - Add the sample_parameters() method in sampling.Sampler to sample a random assignment from the distributions of the given parameters.
0.0.2a3dev7 - 2022/01/17 - COPASI Solver minor fix. Add following optimisation methods in COPASI: Praxis, Hooke&Jeeves, Genetic Algorithm SR, Evolutionary Strategy SR (SRES), Differential Evolution, Evolutionary Programming
0.0.2a3dev6 - 2021/12/15 - Improving RoadRunner setting of initial conditions. Fix RoadRunner simulate and set. Add list of Observables as possible observed outputs.
0.0.2a3dev5 - 2021/11/15 - Force parameters within bounds in SimulableModelBlackBox. Fix minor bug in ScyPiSolver.
0.0.2a3dev4 - 2021/11/13 - Add Jacobian input to ScyPiSolver.
0.0.2a3dev2-3 - 2021/10/29 - Fix bugs in SimulableBlackBox.
0.0.2a3 - 2021/10/28 - Fix bugs in SimulableBlackBox.
0.0.2a2 - 2021/09/27 - Add libroadrunner support.
                            Add SciPy and PySwarms Solver.
                            Add Levenberg-Marquardt and Random Search optimisation method and COPASI solver minor bug fixes.
                            Add FunctionBlackBox for easy optimization of mathematical functions.
                            Improve BlackBox class.
                            Several improvements of quality of code throughout the library.
0.0.2a1.dev5 - 2021/07/04 - Minor version changes in requirements (python-copasi).
0.0.2a1.dev4 - 2021/07/04 - Minor version changes in requirements (python-libsbml).
0.0.2a1.dev3 - 2021/07/01 - New structure for ObservableFunctions. Add new test for observable functions.
0.0.2a1.dev2 - 2021/06/29 - COPASI Solver bugs fixes. Add COPASI solver test examples, optimisation method parameter handling through constants and objective function maximisation feature.
0.0.2a1.dev1 - 2021/06/27 - Complete refactoring. Distinction between black-box and white-box solvers.

#### 0.0.1
0.0.1a1.dev15 - 2021/05/12 - Add support for COPASI solver and first sampler version.
0.0.1a1.dev14 - 2021/05/10 - Fix simulation step size and step number configurations.
0.0.1a1.dev13 - 2021/04/30 - In COPASIEngine, if no model observed_outputs is specified, the simulation output contains all model outputs. Minor bug fixes.
0.0.1a1.dev6 - 2021/02/03 - Minor bug fixes.
0.0.1a1.dev1 - 2020/27/12 - Initial Version. Support for COPASI and NOMAD.
