libigl
libigl copied to clipboard
Since version 2.6.0 Python bindings don't have fast_winding_number_for_meshes
Describe the bug
In manylinux packages 2.6.0 and 2.6.1 deployed on PyPi fast_winding_number_for_meshes is gone from the igl namespace. Function is there in 2.5.1.
>>> import igl
>>> igl.fast_winding_number_for_meshes
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'igl' has no attribute 'fast_winding_number_for_meshes'`
``
#### Platform
- [ ] Windows
- [ ] macOS
- [x] Linux
fast_winding_number
should we use fast_winding_number instead of fast_winding_number_for_meshes?
Hello, I’m also facing the same issue in the igl Python bindings after moving from 25.1 to 26.1.
The current documentation still lists fast_winding_number_for_meshes, which is confusing, and fortunately I found this post.