v0.7.1
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.