* Added a step function to the univariate data generation module of the `univariate` class. * Added the functionality to export the univariate data. An example was added to the univariate notebook in the documentation. * Changed univariate data storage to dictionaries instead of arrays.
0.2.5
* Added a check which examples are implemented to the `__init__` function of the `batch` class.
0.2.4
* Corrected the way the concentration profiles are returned after using a custom ODE file. * Created two new example notebooks for the custom ODE case (with and without additional arguments given for the ODE file).
0.2.3
* Added missing `__init__` file for utility functions in ODE module. * Changed documentation for RtD.
0.2.2
* Added `batch6` example. * Replaced residual `odeint` functions by the `solve_ivp` functions in the built-in `batch` examples.