Skip to content

Releases: jorgensd/dolfinx_mpc

v0.8.0.post1

02 May 19:35
36de714
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0.post0...v0.8.0.post1

v0.8.0.post0

25 Apr 19:22
86677c0
Compare
Choose a tag to compare

Minor fix to docker file for publishing images.

What's Changed

Full Changelog: v0.8.0...v0.8.0.post0

v0.8.0

25 Apr 14:51
de949a2
Compare
Choose a tag to compare

Compatible with dolfinx 0.8.0: https://github.com/FEniCS/dolfinx/releases/tag/v0.8.0

What's Changed

Full Changelog: v0.7.2...v0.8.0

v0.7.2

08 Jan 09:40
Compare
Choose a tag to compare

Backporting extension of elastic constraint to scalar spaces, see: #99 for details

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

v0.7.1

06 Dec 09:02
Compare
Choose a tag to compare

This release patches DOLFINx_MPC for Python 3.8.
It also fixes an import order issue with PETSc and mpi4py. Please follow the following recommended ordering of imports if you experience any issues in parallel:

import mpi4py
from petsc4py import MPI
import dolfinx_mpc
import dolfinx

Thanks to @minrk for help with debugging this import issue.
The issue is similar to: FEniCS/dolfinx#2826
Full Changelog: v0.7.0...v0.7.1

v0.7.0.post1

30 Oct 12:01
Compare
Choose a tag to compare

Backport #87 for python 3.8 support by @minrk

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

v0.7.0.post0

30 Oct 07:48
Compare
Choose a tag to compare

Fixes #80

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

v0.7.0

28 Oct 18:26
1f5a248
Compare
Choose a tag to compare

Compatible with DOLFINx v0.7.0 and v0.7.1

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1.post1

20 Feb 20:09
2c26567
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1.post0...v0.6.1.post1

v0.6.1.post0

30 Jan 19:33
bd6e175
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.1.post0