Changelog:
- Drop cythonization by default, to avoid installation issues for users with Cython installed but no C++ compiler. Cythonization needs to be requested explictly now, using
pip install --upgrade reedsolo --install-option="--cythonize" --verbose
.
Full Changelog: v1.6.1...v1.7.0