Skip to content

GridFormat v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Apr 10:32
· 9 commits to main since this release

Features

  • Traits: cell ranges as defined via the Cells trait are no longer required to be const-iterable.

  • Writers: writers can now take fields whose value type is bool, and fields can now also be exported into ranges with bool as range value type.

  • Decorators: added a decorator for readers that exposes polyline cells as subdivided into its individual segments.

Removed interfaces

  • Common:
    • The FilteredRange wrapper has been removed since the cell ranges are no longer required to be const-iterable.