Released on June 28, 2022
Added
* Graph class 48
* Tensorboard 15
* CI Linting 30
* Name, affiliation and orcid to `.zenodo.json` 18
* Metrics class 17
* QueryDataset class 53
* Unit tests for NeuralNet class 86
* Error message if you pick the wrong metrics 110
* Unit tests for HDF5Dataset class parameters 82
* Installation from PyPI in the readme 122
Changed
* `test_process()` does not fail anymore 47
* Tests have been speded up 36
* `multiprocessing.Queue` has been replaced with `multiprocessing.pool.map` in PreProcessor 56
* `test_preprocess.py` does not fail anymore on Mac M1 74
* It's now possible to pass your own train/test split to NeuralNet class 81
* HDF5Dataset class now is used in the UX 83
* IndexError running `NeuralNet.train()` has been fixed 89
* pip installation has been fixed
* Repository has been renamed deeprank-core, and the package deeprankcore 101
* The zero-division like error from TensorboardBinaryClassificationExporter has been fixed 112
* h5xplorer is installed through `setup.cfg` file 121
* Sphinx docs have been fixed 108