-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.1.0 #1985
Release 3.1.0 #1985
Conversation
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Change develop dockerimage to base on blank ubuntu:22.04 * Rename precice:develop to precice:nightly and restructure * Fix release pipeline dependencies * Rename docker workflows
We already did a pretty extensive testing of the The improved numerical accuracy may impact other tutorials too. |
974335b
to
3a1e77e
Compare
In the perpendicular-flap, the watchpoint plots look macroscopically the same for OpenFOAM-CalculiX and SU2-deal.II: They still differ in the last digits, though. For example, for OpenFOAM-CalculiX: Time Coordinate0 Coordinate1 Displacement0 Displacement1 Force0 Force1
- 1.00000000e-02 0.00000000e+00 1.00000000e+00 1.40208926e-03 2.53734422e-06 2.03655843e+01 -1.52019984e+01
- 5.00000000e+00 0.00000000e+00 1.00000000e+00 4.74162578e-02 7.18069885e-05 7.15678920e+00 1.30275199e+01
+ 1.00000000e-02 0.00000000e+00 1.00000000e+00 1.40209082e-03 2.53740150e-06 2.03655856e+01 -1.52020001e+01
+ 5.00000000e+00 0.00000000e+00 1.00000000e+00 4.74080199e-02 7.18246368e-05 7.15671092e+00 1.30274986e+01 openfoam-calculix-v3.0.0.log |
More perpendicular-flap tests in precice/tutorials#507 |
Some results for elastic-tube-3d: precice/tutorials#509 I don't have results with v3.0.0 or v2.5.0, besides the watchpoint plot in the tutorial. |
I have also tested the Quickstart and the flow-over-heated-plate with all combinations: precice/tutorials#510 as well as the multiple-perpendicular-flaps: precice/tutorials#511 I have not at any point checked/compared iteration numbers. |
|
The heat-exchanger-simplified works precice/tutorials#513 |
How to work with this template
@member
.Only the release manager should update this post (even tickboxes, due to race conditions in editing). Everybody else should comment on the PR with the progress.
Pre-PR steps
docs/changelog
) (all)develop
andmain
branches locally.Mergemain
todevelop
( This should result in no commits )precice/tools/formatting/check-format
) and reformat if required (runprecice/tools/formatting/format-all
).github/workflows/release.yml
release-vX.Y.Z
from develop. If needed,git rebase develop
.tools/releasing/bumpversion.sh MAJOR.MINOR.PATCH
to bump the versionCHANGELOG.md
of the release branch (all)CHANGELOG
CMakeLists.txt
tools/releasing/packaging/debian/changelog
Step by step guide
release-vX.Y.Z
tomain
(use this template)_config.yml
_data/sidebars/docs_sidebar.yml
main
( usegit merge --no-ff release-vX.Y.Z
)main
vX.Y.Z
and verify by runninggit describe --tags
develop
and verify by runninggit describe --tags
main
and push thevX.Y.Z
tagdevelop
Regression Tests
Use the following branches:
release-v3.1.0
python-bindings-v3.1.0.0
matlab-bindings-v3.1.0.0
main
(master
)Run all these tests manually on your system. If you succeed, please write a comment with the revisions of the components that you used below. Example: #507 (comment) and update the table.
:o:
:x:
:fast_forward:
Post-release
pyprecice
Spack_config.yml
binprecice md
Release new version for bindings (to ensure compatibility with newest preCICE version)
Marketing
This will be included into the marketing of the distribution.
Misc
To open a new PR with this template, use this PR template query