Dolfinx Versions Save

Next generation FEniCS problem solving environment

v0.8.0

3 weeks ago

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

Full Changelog: https://github.com/FEniCS/dolfinx/compare/v0.7.3...v0.8.0

Major changes

New Contributors

All other changes

v0.7.3

4 months ago

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: https://github.com/FEniCS/dolfinx/compare/v0.7.2...v0.7.3

v0.7.2

6 months ago

This release back ports two fixes from the main branch:

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

Full Changelog: https://github.com/FEniCS/dolfinx/compare/v0.7.1...v0.7.2

v0.7.1

6 months ago

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

7 months ago

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: https://github.com/FEniCS/dolfinx/compare/v0.7.0...v0.7.0.post0

v0.7.0

7 months ago

User facing changes

Other changes

New Contributors

Full Changelog: https://github.com/FEniCS/dolfinx/compare/v0.6.0...v0.7.0

v0.6.0

1 year ago

User facing changes

The rest

New Contributors

Full Changelog: https://github.com/FEniCS/dolfinx/compare/v0.5.2...v0.6.0

v0.5.2

1 year ago

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: https://github.com/FEniCS/dolfinx/compare/v0.5.1...v0.5.2

v0.5.1

1 year ago

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: https://github.com/FEniCS/dolfinx/compare/v0.5.0...v0.5.1

v0.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FEniCS/dolfinx/compare/v0.4.1...v0.5.0