scikit-tda / ripser.py

A Lean Persistent Homology Library for Python
http://ripser.scikit-tda.org
Other
276 stars 61 forks source link

Fix module not found #172

Closed catanzaromj closed 3 months ago

catanzaromj commented 3 months ago

Updating the build system in v0.6.9 did not include the python ripser module due to incorrect package discovery. This PR converts the package to a src style to make this easier to maintain moving forward, as well as actually getting the python package discovered correctly.

catanzaromj commented 3 months ago

It would be nice to add wheel tests directly so that this can be avoided in the future.