Skip to content

0.5.0

Compare
Choose a tag to compare
@imrn99 imrn99 released this 30 Aug 07:53
· 83 commits to master since this release
3ffd375

What's Changed

This update contains breaking changes

Workspace

fix:

  • fix errors introduced by rand update by @imrn99
    in #130
  • indent lists in doc correctly to comply with clippy by @imrn99
    in #126

deps:

  • bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot
    in #112
  • update iai-callgrind requirement from 0.11.0 to 0.12.0 by @dependabot
    in #133
  • bump vtkio version to 0.7.0-rc1 & disable its default features by @imrn99
    in #142
  • update iai-callgrind requirement from 0.12.0 to 0.13.0 by @dependabot
    in #145

Published crates

honeycomb-core

core definitions and tools for combinatorial map implementation

new:

  • add splitn_edge method to CMap2 by @imrn99
    in #127
  • add remove_storage method to AttrStorageManager by @imrn99
    in #128
  • add origin offset directly to grid descriptor/builder by @imrn99
    in #148

refactor:

  • rewrite Vertex2 & Vector2 as tuple structs by @imrn99
    in #124

fix:

  • extend generic attribute storages when adding darts by @imrn99
    in #122

honeycomb-kernels (new member)

implementations of meshing kernels using combinatorial maps

new:

test:

  • add coverage using basic geometries by @imrn99
    in #139

honeycomb-render

visualization tool for combinatorial maps

fix:

  • add condition over shrink dir to prevent some crashes by @imrn99
    in #121

Others

honeycomb-examples

project examples

new:

  • add example for the grisubal kernel by @imrn99
    in #120

honeycomb-guide

mdbook-based user guide with information regarding usage & non-code-related
aspects of the project

new:


Full Changelog: 0.4.0...0.5.0