This release comes with changes as follows:
Added
engine='mesh'
forAdjacencyGraph.save_surface_obj
for mesh output (#18)..github/workflows/tests.yml
for automated tests.CONTRIBUTING.md
Removed
engine='projection'
andengine='sorted'
forAdjacencyGraph.save_surface_obj
.
Changed
- Rename
engine='rendering'
→engine='soup'
forAdjacencyGraph.save_surface_obj
. - Reduce
environment.yml
to core dependencies. - Replace SDF input with fixed values in
tests/test_combined.py
.