* Added chemical reaction examples. * Included the option to print the information about the example in a nice table. * Added extended reference information about the examples, which are also printed to the table.
0.0.10
* Added michaelis menten kinetics example to ODE module.
0.0.9
* Added plot-saving options for univariate class. * Corrected typo in the univariate class.
0.0.8
* Added another plotting option to visualize training and testing batches easily in the ODE module.
0.0.7
* Separated the ODEs to have a better overview. Now, a new file called `ode_collection.py` is available.
0.0.6
* Improved the instructions how to apply a train-test-split in the readme. * Added a check in the export function of the ODE module that the train-test-split was executed before letting the user export the training or testing data.