Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 15:09

0.8.0 (2026-03-16)

Features

  • add quadratic Tri6 element (37cf37a)
  • compound: add .at(...).set(...) logic to set subspaces (84d0c8d)
  • compound: add ability to provide individual shaped fields in init (921f6c4)
  • utils: add a decorator for virtual residual functions (#32) (c2d6db3)

Bug Fixes

  • compound: fix compound stack_fields for scalar fields (92bf79f)
  • compound: include default factory when recreating stacked fields (9ef3972)
  • compound: manage field indices, and arr updates without materializing a dense integer array of all indices (17897a1)
  • compound: preserve shape of scalar fields (don't enforce rank 2) (92bf79f)
  • compound: remove compound metaclass getitem (e42ad40)
  • element: move quadrature to instance, add quadrature as constructor args (#27) (06c9c19)