-
-
Notifications
You must be signed in to change notification settings - Fork 85
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 v1.3.0 #320
Merged
Merged
Release v1.3.0 #320
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on the deprecation described in https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
WM_NCOMP_PROCS -> WM_NCOMPPROCS
* Allow overriding of the ADAPTER_PREP_FLAGS variable Currently the ADAPTER_PREP_FLAGS needs to be changed in the source code. This patch allows users to `export ADAPTER_PREP_FLAGS=` to alter the value of the variable through the environment without having to change the code. * Update docs/get.md --------- Co-authored-by: David Schneider <[email protected]>
Add a citation file
Update Actions set-output syntax
Co-authored-by: David Schneider <[email protected]>
* Fix iterator in FSI reader and writer for multiple patches * Add changelog entry
* Skip pstream initialization for OpenFOAM < 2306 * Re-arrange 'if' logic for Pstream init
- as pointed out in #293
* Add simple script to create all the release archives * Rename variable * Update tools/create-release-archives.sh Co-authored-by: David Schneider <[email protected]> * Update tools/create-release-archives.sh Co-authored-by: David Schneider <[email protected]> * Apply suggestions from code review (trial 3) Co-authored-by: Gerasimos Chourdakis <[email protected]> --------- Co-authored-by: Gerasimos Chourdakis <[email protected]>
Co-authored-by: Gerasimos Chourdakis <[email protected]>
* Introduce tolerances for triggering warnings * Use 10^-14 instead of 12
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Valentin Seitz <[email protected]> Co-authored-by: Gerasimos Chourdakis <[email protected]>
MakisH
approved these changes
Mar 20, 2024
I updated the documentation and the changelog. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO list:
docs/
I don't know what to do with the foundation versions yet. With the changes and new features, it's noteworthy that the
faceTriangulation
/connectivity definition is different, the volume coupling changes seem incompatible, and also the handling of time/delta t is different (#298), which leads to many merge conflicts. Without some testing automation, following our typical rebase strategy runs into a lot of merge conflicts, which would require manual testing.So, open question: which versions do we want to support in the upcoming release?