Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@imrn99 imrn99 released this 11 Jun 12:45
· 1 commit to master since this release
9b352cd

What's Changed

Workspace

new:

refactor:

deps:

Published crates

honeycomb-core

core definitions and tools for combinatorial map implementation

refactor:

honeycomb-kernels

implementations of meshing kernels using combinatorial maps

new:

  • implement the 2D remeshing pipeline operations by @imrn99
    in #330
    • this includes edge collapse, edge swaps, & new error types

refactor:

  • move utility functions to a new dedicated module by @imrn99
    in #327

fix

  • read new darts correctly in ear_clip routine by @imrn99
    in #325

Others

honeycomb-benches

core structures & methods benchmarks

new:

  • implement the 2D remeshing pipeline bench subcommand by @imrn99
    in #330
  • implement perf profiling hooks to enable sampling on specific segments by @imrn99
    in #336
  • implement thread binding with hwlocality by @imrn99
    in #337

Full Changelog: 0.8.1...0.9.0