PythonOptimizers / cysparse

Python/Cython library to replace PySparse
http://PythonOptimizers.github.io/cysparse
7 stars 3 forks source link

Support for python 3.x #249

Open manurare opened 3 years ago

manurare commented 3 years ago

Hi,

Is there a plan to give support for Python 3.x? At the moment I am using scipy for my problem but I think it is too slow. I would like to give cysparse a try

Thanks