From 677c2635cb95c30a0e4c6ff66744afc56c7711d5 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 14 Nov 2022 09:38:52 +0100 Subject: [PATCH] Prepare Changelog for v1.2.0 --- CHANGELOG.md | 19 ++++++++++++++++++- changelog-entries/220.md | 1 - changelog-entries/224.md | 1 - changelog-entries/230.md | 1 - changelog-entries/236.md | 1 - changelog-entries/241.md | 1 - changelog-entries/244.md | 1 - changelog-entries/245.md | 1 - changelog-entries/246.md | 1 - changelog-entries/247.md | 1 - changelog-entries/254.md | 1 - 11 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 changelog-entries/220.md delete mode 100644 changelog-entries/224.md delete mode 100644 changelog-entries/230.md delete mode 100644 changelog-entries/236.md delete mode 100644 changelog-entries/241.md delete mode 100644 changelog-entries/244.md delete mode 100644 changelog-entries/245.md delete mode 100644 changelog-entries/246.md delete mode 100644 changelog-entries/247.md delete mode 100644 changelog-entries/254.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 63510b7d..9500ee76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,27 @@ Read more details in the issue [#52: Releases and versioning](https://github.com -## [Unreleased] +## [v1.2.0] 2022-11-14 + +### Added + +- Added support for a restart from the initial undeformed interface mesh for Fluid solvers in FSI simulations [#224](https://github.com/precice/openfoam-adapter/pull/224). +- Added functionality to allow use of solids4foam with the OpenFOAM adapter +- Enabled mesh motion solvers that do not register a pointDisplacement field (such as the RBFMeshMotionSolver from solids4foam) to work with the adapter [#241](https://github.com/precice/openfoam-adapter/pull/241) +- Added a warning for trying to build without pkg-config being available and more suggestions for possible problems [#220](https://github.com/precice/openfoam-adapter/pull/220). +- Added more documentation, specifically for configuring the FF module. [#254](https://github.com/precice/openfoam-adapter/pull/254) ### Changed +- Removed the default `-j 4` option from the wmake command. Instead, documented the `WM_NCOMPPROCS` option of OpenFOAM. [#244](https://github.com/precice/openfoam-adapter/pull/244) +- Changed virtual function declarations to explicitly define one (only) of virtual/override/final. If you need to extend a method marked as `final`, please report. [#245](https://github.com/precice/openfoam-adapter/pull/245) +- Changed the xy-plane error to a warning, to support 2D axisymmetric cases. [#246](https://github.com/precice/openfoam-adapter/pull/246) +- OpenFOAM version bumped to v2206 in GitHub Actions (including preCICE v2.3.0 --> v2.4.0) and documentation [#230](https://github.com/precice/openfoam-adapter/pull/230). + +### Removed + +- Removed the (deprecated since preCICE v2.5.0) call to isReadDataAvailable. [#247](https://github.com/precice/openfoam-adapter/pull/247) + ## [v1.1.0] 2022-02-08 ### Added diff --git a/changelog-entries/220.md b/changelog-entries/220.md deleted file mode 100644 index ff26bc30..00000000 --- a/changelog-entries/220.md +++ /dev/null @@ -1 +0,0 @@ -- Added a warning for trying to build without pkg-config being available and more suggestions for possible problems [#220](https://github.com/precice/openfoam-adapter/pull/220). diff --git a/changelog-entries/224.md b/changelog-entries/224.md deleted file mode 100644 index aa5bb785..00000000 --- a/changelog-entries/224.md +++ /dev/null @@ -1 +0,0 @@ -- Added support for a restart from the initial undeformed interface mesh for Fluid solvers in FSI simulations [#224](https://github.com/precice/openfoam-adapter/pull/224). diff --git a/changelog-entries/230.md b/changelog-entries/230.md deleted file mode 100644 index a4c3d0f5..00000000 --- a/changelog-entries/230.md +++ /dev/null @@ -1 +0,0 @@ -- OpenFOAM version bumped to v2206 in GitHub Actions (including preCICE v2.3.0 --> v2.4.0) and documentation [#230](https://github.com/precice/openfoam-adapter/pull/230). diff --git a/changelog-entries/236.md b/changelog-entries/236.md deleted file mode 100644 index e80f533f..00000000 --- a/changelog-entries/236.md +++ /dev/null @@ -1 +0,0 @@ -- Added functionality to allow use of solids4foam with the OpenFOAM adapter diff --git a/changelog-entries/241.md b/changelog-entries/241.md deleted file mode 100644 index 2072005a..00000000 --- a/changelog-entries/241.md +++ /dev/null @@ -1 +0,0 @@ -- Enabled mesh motion solvers that do not register a pointDisplacement field (such as the RBFMeshMotionSolver from solids4foam) to work with the adapter [#241](https://github.com/precice/openfoam-adapter/pull/241) diff --git a/changelog-entries/244.md b/changelog-entries/244.md deleted file mode 100644 index 5c24afa9..00000000 --- a/changelog-entries/244.md +++ /dev/null @@ -1 +0,0 @@ -- Removed the default `-j 4` option from the wmake command. Instead, documented the `WM_NCOMPPROCS` option of OpenFOAM. [#244](https://github.com/precice/openfoam-adapter/pull/244) diff --git a/changelog-entries/245.md b/changelog-entries/245.md deleted file mode 100644 index 6e6fa6b6..00000000 --- a/changelog-entries/245.md +++ /dev/null @@ -1 +0,0 @@ -- Changed virtual function declarations to explicitly define one (only) of virtual/override/final. If you need to extend a method marked as `final`, please report. [#245](https://github.com/precice/openfoam-adapter/pull/245) diff --git a/changelog-entries/246.md b/changelog-entries/246.md deleted file mode 100644 index fc4af6bd..00000000 --- a/changelog-entries/246.md +++ /dev/null @@ -1 +0,0 @@ -- Changed the xy-plane error to a warning, to support 2D axisymmetric cases. [#246](https://github.com/precice/openfoam-adapter/pull/246) diff --git a/changelog-entries/247.md b/changelog-entries/247.md deleted file mode 100644 index 9d0625e1..00000000 --- a/changelog-entries/247.md +++ /dev/null @@ -1 +0,0 @@ -- Removed the (deprecated since preCICE v2.5.0) call to isReadDataAvailable. [#247](https://github.com/precice/openfoam-adapter/pull/247) diff --git a/changelog-entries/254.md b/changelog-entries/254.md deleted file mode 100644 index 99d64769..00000000 --- a/changelog-entries/254.md +++ /dev/null @@ -1 +0,0 @@ -- Added more documentation, specifically for configuring the FF module. [#254](https://github.com/precice/openfoam-adapter/pull/254)