0.5.0
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 to0.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 toCMap2
by @imrn99
in #127 - add
remove_storage
method toAttrStorageManager
by @imrn99
in #128 - add origin offset directly to grid descriptor/builder by @imrn99
in #148
refactor:
fix:
honeycomb-kernels (new member)
implementations of meshing kernels using combinatorial maps
new:
- add an overlay grid type algorithm:
grisubal
; it takes a 2D boundary as input and return a combinatorial map of
the boundary, captured in an orthogonal grid; an optional clipping step is also implemented
test:
honeycomb-render
visualization tool for combinatorial maps
fix:
Others
honeycomb-examples
project examples
new:
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