The following code on 2.6.1 installed via pip fails, is the new binding missing? Happy to investigate (PR etc) if given some hints. I'm guessing it has to do with the wheel on pip possibly not being built with embree?
occ = igl.ambient_occlusion(verts, faces, verts, n, 256)
AttributeError: module 'igl' has no attribute 'ambient_occlusion'