- Use `optuna` for the optimisation of the hyperparameters - Improve the interface of `ModelHandler` - Fix tests, bump packages, sprinkle magic
0.0.12
- Fix exporting model to pickle - Bump dependencies
0.0.11
- Fix requirements - Be able of read partially trees - Restore the ability to write ROOT files from the TreeHandler
0.0.10
- Use uproot4 and bump other dependencies - Add python 3.6 support back - New method to read large files in parallel and without killing your memory - Possibility to write pandas dataframes to ROOT files `write_df_to_root_files()` removed due to incompatibility with uproot4
0.0.9
- Temporary freeze uproot version - Drop Python 3.6 official trial and support for all platforms - Minor fixes