garrettwrong / cuTWED

Linear memory CUDA Time Warp Edit Distance
GNU General Public License v3.0
28 stars 4 forks source link

Package Python #6

Open garrettwrong opened 4 years ago

garrettwrong commented 4 years ago

While I still think there is work to do making the CUDA code faster, the core and bindings are probably mature enough to make a proper python package.

garrettwrong commented 4 years ago

9 mostly packaged python, but there are still several problems, mainly relating to the combination of python and external C/NVCC. This complicates making a python distribution, readthedocs, tox, and ci. Largely the software is pretty solid, perhaps more so than community packaging software I've been dealing with, so this is somewhat annoying.