Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 14:02
d5dbc6f

0.5.0 (2026-02-10)

Features

  • sparse: add coloring code (source mpundir) (0623e2c)
  • sparse: add method to generate sparsity pattern with full master-slave dof map (from zrlf) (5d37d56)

Bug Fixes

  • operator: removes check on quad points dimnension to be equal to coords dimension, necessary for 2D elements in 3D space (3827149)
  • operator: replaces jax.vmap with batched jax.lax.map for memory efficiency and scalin (fbab11a)
  • sparse: enables sparse jacfwd with args without performance issue (9ba9530)
  • sparse: process color based jacobian in batches, replaces jax.linearize with jax.jvp (6b361d7)
  • sparse: wraps jacfwd func to accept single parameter (9fe01e3)