Skip to content

Releases: FEniCS/dolfinx

v0.8.0

24 Apr 19:12
Compare
Choose a tag to compare

This is a major release with a number of important bug fixes and new features. Users are advised to upgrade.

Full Changelog: v0.7.3...v0.8.0

Major changes

New Contributors

All other changes

Read more

v0.7.3

26 Dec 11:17
Compare
Choose a tag to compare

This minor bug fix release:

  • Makes some minor changes to the documentation for improved readability.
  • Fixes test fail in the unit tests related to gmsh creating meshes with quadrilaterals and triangles on ARM targets.

There is no need to upgrade from v0.7.2.

Full Changelog: v0.7.2...v0.7.3

v0.7.2

14 Nov 16:26
Compare
Choose a tag to compare

This release back ports two fixes from the main branch:

  • Fix bounding box leaf collision check (#2850)
  • Speed up non-matching interpolation data and add extrapolation parameter (#2858)

Users are recommended to upgrade from v0.7.0 and v0.7.1.

Full Changelog: v0.7.1...v0.7.2

v0.7.1

27 Oct 13:37
Compare
Choose a tag to compare

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.

v0.7.0.post0

10 Oct 12:32
Compare
Choose a tag to compare

This release fixes a few small issues related to building and packaging found in v0.7.0. There is no need to upgrade from v0.7.0.post0 if the v0.7.0 tag works for you.

Full Changelog: v0.7.0...v0.7.0.post0

v0.7.0

05 Oct 11:31
Compare
Choose a tag to compare

User facing changes

Other changes

Read more

v0.6.0

20 Jan 11:29
Compare
Choose a tag to compare

User facing changes

The rest

Read more

v0.5.2

27 Oct 09:45
Compare
Choose a tag to compare

This release fixes removes the inclusion of the standard library algorithm header file into MPI.cpp by backporting PR #2323 onto v0.5.1.

Users using v0.5.1 do not need to upgrade unless they experience build difficulties.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

07 Sep 16:29
Compare
Choose a tag to compare

This minor release backports some bug fixes from main onto v0.5.0.

It is recommended that users upgrade from v0.5.0.

  • Fix permuting of Lagrange spaces inside mixed elements (#2347)
  • Propagate use of XTENSOR_USE_XSIMD and simplify xtensor configuration (#2346)
  • Fix interpolation into vector serendipity (#2316)

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Aug 08:52
Compare
Choose a tag to compare

What's Changed

New Contributors

*...

Read more