Skip to content

Lagrange Release v6.7.0

Compare
Choose a tag to compare
@jdumas jdumas released this 08 Dec 01:57
· 39 commits to main since this release
b520676

Infrastructure

  • Continuous Integration
    • Added GitHub Actions to open-source repository
  • Dependencies
    • Updated Clipper2 to v1.0.6 (new header location)
    • Updated oneTBB version for macOS universal build
    • Updated ImGui to v1.89
    • Updated FontAwesome from 5 to 6.2
    • Updated GLFW key codes -> ImGuiKey codes in the Lagrange UI

Core Module

  • SmallSet renamed StackSet for consistency
    • Old alias kept for backward compatibility
  • Fixed data-races in core module:
    • unify_index_buffer() for new SurfaceMesh
    • compute_vertex_vertex_adjacency()
    • Fixed problematic copy_on_write_ptr implementation
  • Bugfix in internal::find_or_create_attribute() function

Documentation

  • Updated page groups in Doxygen documentation
  • Added bibtex references to markdown website
  • Updated Mesh Utilities + General Utilities pages