Skip to content

abspy v0.2.6

Latest
Compare
Choose a tag to compare
@chenzhaiyu chenzhaiyu released this 03 Feb 17:14

This release comes with changes as follows:

Added

  • engine='mesh' for AdjacencyGraph.save_surface_obj for mesh output (#18).
  • .github/workflows/tests.yml for automated tests.
  • CONTRIBUTING.md

Removed

  • engine='projection' and engine='sorted' for AdjacencyGraph.save_surface_obj.

Changed

  • Rename engine='rendering'engine='soup' for AdjacencyGraph.save_surface_obj.
  • Reduce environment.yml to core dependencies.
  • Replace SDF input with fixed values in tests/test_combined.py.

Full Changelog