- Removed reference to npy_float128. Seems it doesn't work on 32 bits machines.
- Adapted to 32 bits machines
- Changed integration from basic to Simpson's method
- If cython is not present (on not wanted!), kernels exist also as pure python
functions
- Free switching between pure python and cython kernels
- Cython 1.19 is not really needed, so downgrading the need to 1.17
- Moved Cython dependencies into an "extra" with name 'Cython'