GeoStat-Framework / pentapy

A Python toolbox for pentadiagonal linear systems
https://pentapy.readthedocs.io/
MIT License
14 stars 4 forks source link

Drop python implementations beside cython #8

Closed MuellerSeb closed 4 years ago

MuellerSeb commented 5 years ago

At the moment the core algorithms are implemented in Cython and Python at the same time:

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.

MuellerSeb commented 4 years ago

Done with https://github.com/GeoStat-Framework/pentapy/pull/10