Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 14:57

0.9.0 (2026-03-27)

Features

  • lifter: add lifted method/decorator to lift functions (2077ffb)
  • operator: add an L2 project method (98a16d6)

Bug Fixes

  • compound: add Field.size attribute (cf8505d)
  • lifter: make dof arrays dynamic Array (b2222bc)
  • mesh: add _replace helper to update dataclass (2c1d9b6)
  • mesh: add hmin and hmax methods (489b76a)
  • mesh: hmin/hmax is the cell diameter which is 2*circumradius (6167223)
  • mesh: hotfix find_containing_polygons that points exactly on boundary are valid (3f95f2f)
  • minor fixes from code review (97c6bd4)
  • operator: make interpolate jittable (d9fe62b)
  • operator: set batch_size if None given (e57b362)
  • operator: skip element bounds checks in traced context (1b7a0a7)
  • sparse: make default for color_batch_size None but assign 0 (071af07)
  • sparse: revert the default for colored_batch_size to max color (9ee95da)
  • sparse: set default color_batch_size=max_color (2683d89)

Performance Improvements

  • mesh: AABB search for interpolation in triangles (32ff68d)