-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from precice/add-changelog
Add a changelog
- Loading branch information
Showing
5 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.markdown-link-check-config.json → .markdown-lint-check-config.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"aliveStatusCodes": [429, 403, 200] | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"MD013": false, | ||
"MD033": false | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# preCICE tutorials changelog | ||
|
||
All notable changes to this repository will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
<!-- markdownlint-configure-file {"MD024": { "siblings_only": true } } --> | ||
|
||
## [Unreleased] | ||
|
||
## [v202104.1.1] 2021-05-02 | ||
|
||
### Changed | ||
|
||
- Modified the helper tool `openfoam_remove_empty_dirs` such that it also respects results in the compressed OpenFOAM format (76f4482). | ||
- Synced the post-processing functionality of the elastic-tube-1d and the respective documentation. (#209) | ||
|
||
## [v202104.1.0] 2021-04-23 | ||
|
||
### Added | ||
|
||
- Created a first tagged version of this repository along with a [release](https://github.com/precice/tutorials/releases/tag/v202104.1.0). | ||
- Added a standard run script in each case folder which can be executed as `./run.sh`. | ||
- Added a standard clean script in each case folder which can be executed as `./clean<what>.sh`. | ||
- Added an easy-to-run tutorial called [quickstart](https://precice.org/quickstart.html). | ||
- Added a validated Turek-Hron FSI3 case with OpenFOAM and non-linear deal.II. | ||
|
||
### Changed | ||
|
||
- Moved all documentation to the [redesigned preCICE website](https://precice.org/tutorials.html). | ||
- Created a new directory structure for easy access and also for [contributions](https://precice.org/community-contribute-to-precice.html). | ||
- Modified the 2D cases to use 2D mode in preCICE and also corresponding 2D functionality in the adapters. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Added new volume coupled diffusion tutorial with FEniCS [#219](https://github.com/precice/tutorials/pull/219) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Added a change log for this project as a file named `CHANGELOG.md` [#225](https://github.com/precice/tutorials/pull/225) |