In galario.utils there are some general purpose functions that are useful. At the moment there is no way of calling them.
Here, I add them to the installed payload and I make them importable as
from galario import utils
or
from galario.utils import sweep_ref
This could be a framework to release future other Python-only functions.
It would allow, e.g., to distribute a Python version as a prototype of future CPU/GPU accelerated version.
In
galario.utils
there are some general purpose functions that are useful. At the moment there is no way of calling them. Here, I add them to the installed payload and I make them importable asor
This could be a framework to release future other Python-only functions. It would allow, e.g., to distribute a Python version as a prototype of future CPU/GPU accelerated version.