Numba and njit support
This release includes a modified code that solves the integrals in parallel using the numba
module and the njit
decorator rather than the multiprocessing
module.
The file structure is also heavily changed, now following a typical python package file structure, making the project easier to install using poetry
.