Skip to content

v0.7.1

Compare
Choose a tag to compare
@jhale jhale released this 27 Oct 13:37
· 454 commits to main since this release

This release fixes two issues:

  • Complex variables being stored correctly in VTXWriter #2831
  • Possible crash/hang when not importing mpi4py before dolfinx, reported by @minrk

Users are advised to upgrade particularly if they use complex numbers. We also advise that mpi4py is always imported prior to dolfinx to ensure correct MPI initialisation. This is now reflected in the demos and tests.