|
| 1 | +**Feature or improvement description** |
| 2 | +Pull request to merge `rc-4.0.5` into `main` and create a tagged release for v4.0.5 |
| 3 | + |
| 4 | +See the milestone and project pages for additional information |
| 5 | + |
| 6 | + https://github.com/OpenFAST/openfast/milestone/22 |
| 7 | + |
| 8 | +Test results, if applicable |
| 9 | +See GitHub Actions |
| 10 | + |
| 11 | +### Release checklist: |
| 12 | +- [ ] Update the documentation version in docs/conf.py |
| 13 | +- [ ] Update the versions in docs/source/user/api\_change.rst |
| 14 | +- [ ] Update version info in openfast\_io/pyproject.toml |
| 15 | +- [ ] Verify readthedocs builds correctly |
| 16 | +- [ ] Create an annotated tag in OpenFAST during merge (mark as most recent if necessary) |
| 17 | +- [ ] Create a merge commit in r-test and add a corresponding annotated tag |
| 18 | +- [ ] Upload Docker image |
| 19 | +- [ ] Compile executables for Windows builds |
| 20 | + - [ ] `AeroDisk_Driver_x64.exe` |
| 21 | + - [ ] `AeroDyn_Driver_x64.exe` |
| 22 | + - [ ] `AeroDyn_Driver_x64_OpenMP.exe` |
| 23 | + - [ ] `AeroDyn_Inflow_c_binding_x64.dll` |
| 24 | + - [ ] `AeroDyn_Inflow_c_binding_x64_OpenMP.dll` |
| 25 | + - [ ] `BeamDyn_Driver_x64.exe` |
| 26 | + - [ ] `DISCON.dll (x64)` |
| 27 | + - [ ] `DISCON_ITIBarge.dll (x64)` |
| 28 | + - [ ] `DISCON_OC3Hywind.dll (x64)` |
| 29 | + - [ ] `DISCON_SC.dll (x64)` |
| 30 | + - [ ] `FAST.Farm_x64.exe` |
| 31 | + - [ ] `FAST.Farm_x64_OMP.exe` |
| 32 | + - [ ] `FAST_SFunc.mexw64` |
| 33 | + - [ ] `HydroDynDriver_x64.exe` |
| 34 | + - [ ] `HydroDyn_C_Binding_x64.dll` |
| 35 | + - [ ] `IinflowWind_c_binding_x64.dll` |
| 36 | + - [ ] `InflowWind_Driver_x64.exe` |
| 37 | + - [ ] `InflowWind_Driver_x64_OpenMP.exe` |
| 38 | + - [ ] `MoorDyn_Driver_x64.exe` |
| 39 | + - [ ] `MoorDyn_c_binding_x64.dll` |
| 40 | + - [ ] `OpenFAST-Simulink_x64.dll` |
| 41 | + - [ ] `openfast_x64.exe` |
| 42 | + - [ ] `SeaStateDriver_x64.exe` |
| 43 | + - [ ] `SimpleElastoDyn_x64.exe` |
| 44 | + - [ ] `SubDyn_x64.exe` |
| 45 | + - [ ] `Turbsim_x64.exe` |
| 46 | + - [ ] `UnsteadyAero_x64.exe` |
| 47 | + |
| 48 | +# Changelog |
| 49 | + |
| 50 | +## Overview |
| 51 | + |
| 52 | +This release includes several bug fixes and improvements for _OpenFAST_, GitHub actions, and _openfast\_io_. |
| 53 | + |
| 54 | +## General |
| 55 | + |
| 56 | +### CMake build system |
| 57 | + |
| 58 | +### GitHub actions |
| 59 | + |
| 60 | +#2825 Simplify GitHub Action for regression tests (backport from dev-tc) (@deslaughter) |
| 61 | + |
| 62 | + |
| 63 | +### openfast_io |
| 64 | + |
| 65 | +#2828 updated outlist reading in openfast\_io (@mayankchetan) |
| 66 | + |
| 67 | +#2818 OpenFAST IO updates: MoorDyn and StC (@dzalkind) |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +## Solvers |
| 72 | + |
| 73 | +### OpenFAST |
| 74 | + |
| 75 | +#2831 [BugFix] WrVTK with VTK\_fps fails (@andrew-platt) |
| 76 | + |
| 77 | + |
| 78 | +## Interfaces |
| 79 | + |
| 80 | +### cpp interface |
| 81 | + |
| 82 | +#2792 Fix openfastcpp restart parsing of file name (@marchdf) |
| 83 | + |
| 84 | +#2804 Add a checkError in openfast cpp (@marchdf) |
| 85 | + |
| 86 | +#2815 Fix restart parsing of file name (backport of #2792 and #2793) (@marchdf) |
| 87 | + |
| 88 | + |
| 89 | +## Module changes |
| 90 | + |
| 91 | +### AeroDyn |
| 92 | + |
| 93 | +#2853 Backport #2848 (@bjonkman) |
| 94 | + |
| 95 | + |
| 96 | +### BeamDyn |
| 97 | + |
| 98 | +#2811 BD: new output - aero only loads mapped to the root (@andrew-platt) |
| 99 | + |
| 100 | + |
| 101 | +### IceFlow |
| 102 | + |
| 103 | +#2855 Fix Typo in "interpolation" in Ice Crushing Modules (@leopardracer) |
| 104 | + |
| 105 | + |
| 106 | +### SubDyn |
| 107 | + |
| 108 | +#2821 bugfix: SD maximum number of output channels was incorrectly set (@andrew-platt) |
| 109 | + |
| 110 | + |
| 111 | +## Input file changes |
| 112 | + |
| 113 | +No input file changes since v4.0.0 |
| 114 | + |
| 115 | +#2829 FF: typo in SeaState names in `MD_Shared` .fst files - this is not an API change (@andrew-platt) |
| 116 | + |
0 commit comments