Closed MuellerSeb closed 4 years ago
At the moment the core algorithms are implemented in Cython and Python at the same time:
py_solver.py
solver.pyx
Since we are building wheels with pre-compiled code for almost every system, there is no need to provide python fallback implementations.
Another side-effect is, that the setup will be much more clean.
Done with https://github.com/GeoStat-Framework/pentapy/pull/10
At the moment the core algorithms are implemented in Cython and Python at the same time:
py_solver.py
solver.pyx
Since we are building wheels with pre-compiled code for almost every system, there is no need to provide python fallback implementations.
Another side-effect is, that the setup will be much more clean.