Releases: precice/fenics-adapter
Releases · precice/fenics-adapter
v2.2.0
What's Changed
- Use
benjaminrodenberg/fenics
for CI stage "Build and Test" by @BenjaminRodenberg in #174 - Only allow using
numpy < 2
by @BenjaminRodenberg in #175 - Tests checking implementation of checkpointing/SolverState by @NiklasVin in #173
- Use
copy(deepcopy=true)
for checkpointing by @BenjaminRodenberg in #172 - Remove checks for FEniCS and python3 by @BenjaminRodenberg in #182
- Modify
setup.py
to avoid crash due to version 4.0.0 ofmpi4py
during installation by @NiklasVin in #181 - Clarify installation procedure by @NiklasVin in #183
New Contributors
- @NiklasVin made their first contribution in #173
Full Changelog: v2.1.0...v2.2.0
v2.2.0rc1
What's Changed
- Use
benjaminrodenberg/fenics
for CI stage "Build and Test" by @BenjaminRodenberg in #174 - Only allow using
numpy < 2
by @BenjaminRodenberg in #175 - Tests checking implementation of checkpointing/SolverState by @NiklasVin in #173
- Use
copy(deepcopy=true)
for checkpointing by @BenjaminRodenberg in #172 - Remove checks for FEniCS and python3 by @BenjaminRodenberg in #182
- Modify
setup.py
to avoid crash due to version 4.0.0 ofmpi4py
during installation by @NiklasVin in #181
New Contributors
- @NiklasVin made their first contribution in #173
Full Changelog: v2.1.0...v2.2.0rc1
v2.1.0
What's Changed
- Disable build-docker workflow on push to master by @BenjaminRodenberg in #168
- Support listlike checkpoints by @BenjaminRodenberg in #170
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Fix broken link by @BenjaminRodenberg in #158
- Update
CITATION.cff
to usepreferred-citation
by @BenjaminRodenberg in #157 - Build
latest
docker container from master notdevelop
branch by @valentin-seitz in #161 - Compatibility update for v3.0.0 by @BenjaminRodenberg in #153
- Release v2.0.0 by @BenjaminRodenberg in #167
New Contributors
- @valentin-seitz made their first contribution in #161
Full Changelog: v1.4.0...v2.0.0
v2.0.0rc1
What's Changed
- Fix broken link by @BenjaminRodenberg in #158
- Update
CITATION.cff
to usepreferred-citation
by @BenjaminRodenberg in #157 - Build
latest
docker container from master notdevelop
branch by @valentin-seitz in #161 - Compatibility update for v3.0.0 by @BenjaminRodenberg in #153
New Contributors
- @valentin-seitz made their first contribution in #161
Full Changelog: v1.4.0...v2.0.0rc1
v1.4.0
Main features of this release are:
- Adding CITATION.cff to link the adapter repository to the relevant publication in the journal SoftwareX.
- Add functionality to define mesh connectivity in 2D cases in the form of triangles.
v1.3.0
- Adding functionality for 3D cases with PointSource objects at coupling boundaries. See PRs #133, #146 and #147. A tutorial case having a 3D FEniCS setup was also added in precice/tutorials#222
- Fixing an issue of the
config
object not being able to find the adapter configuration file in a Jupyter notebook. See PR #144
v1.2.0
- Improves runtime of initialization of the adapter. This is especially important for large (parallel) cases.
- More minor changes can be found in the
CHANGELOG.md
v1.1.0
- Removes the deprecated package fenicsadapter. Please use fenicsprecice instead.
- Make output less verbose
- Many changes relevant for developers w.r.t testing and code quality