Skip to content

Releases: FEniCS/dolfinx

v0.9.0.post0

10 Oct 14:30
Compare
Choose a tag to compare

This post release fixes:

  • An incorrect lower bound on the Basix version in the C++ build.
  • Updates CITATION.cff.

Version numbers are still 0.9.0 throughout.

These changes are for strict correctness - the v0.9.0 tag will be functionally identical for almost all users.

Full Changelog: v0.9.0...v0.9.0.post0

v0.9.0

10 Oct 09:29
Compare
Choose a tag to compare

This is a major release of DOLFINx and users are advised to upgrade.

What's Changed

Features and API changes

Other changes

Read more

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