Skip to content

Lagrange Release v6.10.0

Compare
Choose a tag to compare
@qnzhou qnzhou released this 04 Apr 21:06
· 36 commits to main since this release
ef0bd48

Infrastructure

  • Dependencies
    • Updated spdlog to v1.11.0
    • Updated nanobind to v1.0.0

Build system

  • CMake:
    • Fix stb installation issue

Core module

  • Add SurfaceMesh support to
    • lagrange::extract_submesh
    • lagrange::separate_by_components
    • lagrange::separate_by_facet_groups
  • Move lagrange::RemapVerticesOptions::CollisionPolicy to lagrange::MappingPolicy
  • Move lagrange::ComonentOptions::ConnectivityType to lagrange::ConnectivityType

IO module

  • Add support for saving to and loading from stream
  • Memory bug fix in gltf io
  • Avoid creating temporary files in unit tests

Testing module

  • Add command line logging level control (e.g. --log-level 2) to all unit tests