- Update proximity dependency to 0.3.0. - Update lacecore dependency to 0.9.0. - Update polliwog dependency to 1.0.b13.
1.0.0b4
- Update proximity dependency to experimental 0.3.0b0, which does not require libspatialindex to be preinstalled. - Update lacecore dependency to 0.6.0.
1.0.0b3
- Update proximity dependency.
1.0.0b2
- Update lacecore dependency.
1.0.0b1
New features
- Landmarker: Improve error message when passing in quad source or target meshes.
Other changes
- Pin NumPy to avoid a regression in NumPy 1.19. - Update meshlab-pickedpoints, lacecore, and polliwog dependencies.
1.0.0b0
BREAKING CHANGES
- Replace lace with lacecore. - Switch landmarker dependency from trimesh to proximity. libspatialindex is still required but rtree will be installed for you when you run `pip install entente[landmarker]`. - Switch collada dependency to tri-again. pycollada is installed for you. - Require polliwog 1.0.0b9. - `shuffle_vertices()` and `shuffle_faces()` return new meshes. Optionally they also return the new ordering of the old elements, which is _the inverse of the index arrays these functions used to return_.