Skip to content
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 65 commits into from
Mar 20, 2024
Merged

Release v1.3.0 #320

merged 65 commits into from
Mar 20, 2024

Conversation

davidscn
Copy link
Member

@davidscn davidscn commented Feb 9, 2024

TODO list:

  • I updated the documentation in docs/
  • check for missing changelog entries

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?

MakisH and others added 30 commits January 31, 2023 10:43
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 <david.schneider@ipvs.uni-stuttgart.de>
Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
* 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
* Add simple script to create all the release archives

* Rename variable

* Update tools/create-release-archives.sh

Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>

* Update tools/create-release-archives.sh

Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>

* Apply suggestions from code review (trial 3)

Co-authored-by: Gerasimos Chourdakis <chourdak@in.tum.de>

---------

Co-authored-by: Gerasimos Chourdakis <chourdak@in.tum.de>
davidscn and others added 14 commits August 17, 2023 15:51
* Change signature of write function to consider size_t

* Implement return type for all CouplingDataUsers

* Read relevant buffer part only

* Indentation with clang-format 11
Co-authored-by: Gerasimos Chourdakis <chourdak@in.tum.de>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
@davidscn davidscn changed the base branch from develop to master February 9, 2024 07:06
@davidscn davidscn requested a review from MakisH February 9, 2024 07:06
@MakisH
Copy link
Member

MakisH commented Mar 20, 2024

I updated the documentation and the changelog.
I have been testing (almost) this state for a while now.

@MakisH MakisH self-assigned this Mar 20, 2024
@MakisH MakisH merged commit 74b8719 into master Mar 20, 2024
6 checks passed
@MakisH MakisH deleted the release-v1.3.0 branch March 20, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants