Skip to content

Commit 5c30c42

Browse files
committed
Update release notes and changelog for 3.5.5
1 parent 5656574 commit 5c30c42

File tree

3 files changed

+112
-1
lines changed

3 files changed

+112
-1
lines changed

docs/changelogs/v3.5.5.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
**Feature or improvement description**
2+
Pull request to merge `rc-3.5.5` into `main` and create a tagged release for v3.5.5.
3+
4+
See the milestone and project pages for additional information
5+
6+
https://github.com/OpenFAST/openfast/milestone/15
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+
- [ ] Verify readthedocs builds correctly
15+
- [ ] Create a tag in OpenFAST
16+
- [ ] Create a merge commit in r-test and add a corresponding annotated tag
17+
- [ ] Compile executables for Windows builds
18+
- [ ] AeroDyn_Driver_x64.exe
19+
- [ ] AeroDyn_Driver_x64_OpenMP.exe
20+
- [ ] AeroDyn_Inflow_C_Binding_x64.dll
21+
- [ ] AeroDyn_Inflow_C_Binding_x64_OpenMP.dll
22+
- [ ] BeamDyn_Driver_x64.exe
23+
- [ ] DISCON.dll (x64)
24+
- [ ] DISCON_ITIBarge.dll (x64)
25+
- [ ] DISCON_OC3Hywind.dll (x64)
26+
- [ ] DISCON_SC.dll (x64)
27+
- [ ] FAST.Farm_x64.exe
28+
- [ ] FAST.Farm_x64_OMP.exe
29+
- [ ] FAST_SFunc.mexw64
30+
- [ ] HydroDynDriver_x64.exe
31+
- [ ] HydroDyn_C_Binding_x64.dll
32+
- [ ] IfW_C_Binding_x64.dll
33+
- [ ] InflowWind_Driver_x64.exe
34+
- [ ] InflowWind_Driver_x64_OpenMP.exe
35+
- [ ] MoorDyn_Driver_x64.exe
36+
- [ ] MoorDyn_C_Binding_x64.dll
37+
- [ ] OpenFAST-Simulink_x64.dll
38+
- [ ] openfast_x64.exe
39+
- [ ] Turbsim_x64.exe
40+
41+
# Changelog
42+
43+
## Overview
44+
45+
This release includes performance
46+
47+
48+
49+
## General
50+
51+
### Build systems
52+
53+
#2497 `CMAKE_INSTALL_PREFIX` was incorrectly being prepended to the install direcotry (@deslaughter) Derek Slaughter
54+
55+
#2564 Create `BUILD_OPENFAST_LIB_DRIVER` flag for the OpenFAST C++ Library Interface (not CFD) (@deslaughter)
56+
57+
58+
### Docker
59+
60+
#2498 Docker: typo was preventing docker build upload to GH (@andrew-platt)
61+
62+
63+
64+
## Solvers
65+
66+
### FAST.Farm
67+
68+
#2536 FAST.Farm: increase number of output planes to 999 (@andrew-platt)
69+
70+
#2554 Add `!$OMP critical` directives around some `GetNewUnit/Open*File` to reduce probability of file unit conflicts (@andrew-platt)
71+
72+
#2569 Disable LiDAR in IfW at FAST.Farm level (@andrew-platt)
73+
74+
75+
## Module changes
76+
77+
### AeroDyn
78+
79+
#2501 Remove `$OMP` directives from `AeroDyn_Inflow` due to Intel compiler bug (@deslaughter)
80+
81+
#2516 AD bugfix: Segmentation fault with ifx compiler (@andrew-platt)
82+
83+
84+
### InflowWind
85+
86+
#2518, #2530 ADI bugfix: BoxExceed was not enabled for OLAF with ADI (@andrew-platt)
87+
88+
#2532 bugfix: IfW rotor points for disk average incorrect (@andrew-platt)
89+
90+
91+
### NWTC-Library
92+
93+
#2558 Allow ParseVar to parse file paths containing spaces. (@deslaughter)
94+
95+
96+
97+
98+
## Input file changes
99+
100+
No input files change with this release as this only includes minor bugfixes (input files are identical across all 3.5.x releases).
101+
102+
Full list of changes: https://openfast.readthedocs.io/en/main/source/user/api_change.html
103+
104+
Full input file sets: https://github.com/OpenFAST/r-test/tree/v3.5.5 (example input files from the regression testing)
105+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def runDoxygen(sourcfile, doxyfileIn, doxyfileOut):
130130
# The short X.Y version.
131131
version = u'3.5'
132132
# The full version, including alpha/beta/rc tags.
133-
release = u'v3.5.4'
133+
release = u'v3.5.5'
134134

135135
# The language for content autogenerated by Sphinx. Refer to documentation
136136
# for a list of supported languages.

docs/source/user/api_change.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The changes are tabulated according to the module input file, line number, and f
99
The line number corresponds to the resulting line number after all changes are implemented.
1010
Thus, be sure to implement each in order so that subsequent line numbers are correct.
1111

12+
OpenFAST v3.5.4 to OpenFAST v3.5.5
13+
----------------------------------
14+
15+
No input file changes were made.
16+
17+
1218
OpenFAST v3.5.3 to OpenFAST v3.5.4
1319
----------------------------------
1420

0 commit comments

Comments
 (0)