Skip to content

0.4.0

Compare
Choose a tag to compare
@imrn99 imrn99 released this 26 Jun 09:29
· 94 commits to master since this release

What's Changed

This update contains breaking changes

Workspace

  • update visuals in code documentation & user guide by @imrn99
    in #95
  • bump various actions' versions

Published crates

honeycomb-core

core definitions and tools for combinatorial map implementation

  • implement a generic attribute system to bind custom data structures to topological entities of a CMap2
    • implement AttrStorageManager struct and AttributeStorage trait by @imrn99
      in #89
    • replace standalone impl blocks of attribute collections by @imrn99
      in #92
    • add UnknownAttributeStorage trait for attribute-agnostic methods by @imrn99
      in #96
    • replace Any by UnknownAttributeStorage to handle collections in attribute manager by @imrn99
      in #97
    • add storage manager to builder by @imrn99
      in #102
    • add generic storage manager to CMap2 by @imrn99
      in #103
  • change internal Vtk building routine to return a Result by @imrn99
    in #91
  • expand BuilderError with more specialized variants by @imrn99
    in #91

Full Changelog: 0.3.1...0.4.0