Skip to content

Numba and njit support

Compare
Choose a tag to compare
@engeir engeir released this 07 Jul 11:03

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.