-
Notifications
You must be signed in to change notification settings - Fork 511
v4.2.0 release notes #3168
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
Merged
andrew-platt
merged 5 commits into
OpenFAST:dev
from
andrew-platt:f/v4.2.0_release_notes
Jan 26, 2026
+554
−24
Merged
v4.2.0 release notes #3168
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7ff0bc8
project description update NREL --> NLR
andrew-platt 00a0608
Add release notes for 4.2
andrew-platt dde9207
Update release notes
andrew-platt 4c5dbf4
Update api_change.rst
andrew-platt 20f44e2
api-change.rst: add info on optional HD inputs
andrew-platt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,189 @@ | ||
| **Feature or improvement description** | ||
| Pull request to merge `dev` into `main` for release version X.Y.Z | ||
|
|
||
| See the milestone and project pages for additional information | ||
|
|
||
| https://github.com/OpenFAST/openfast/milestone/XYZ | ||
|
|
||
| Test results, if applicable | ||
| See GitHub Actions | ||
|
|
||
| ### Release checklist: | ||
| - [ ] Update the documentation version in docs/conf.py | ||
| - [ ] Update the versions in docs/source/user/api\_change.rst | ||
| - [ ] Update version info in openfast\_io/pyproject.toml (`openfast_io` package) | ||
| - [ ] Update version info in glue-codes/python/pyproject.toml (`pyOpenFAST` package for testing) | ||
| - [ ] Verify readthedocs builds correctly | ||
| - [ ] Create an annotated tag in OpenFAST during merge (mark as most recent if necessary) | ||
| - [ ] Create a merge commit in r-test and add a corresponding annotated tag | ||
| - [ ] Upload Docker image | ||
| - [ ] Compile executables for Windows builds | ||
| - [ ] `AeroDisk_Driver_x64.exe` | ||
| - [ ] `AeroDyn_Driver_x64.exe` | ||
| - [ ] `AeroDyn_Driver_x64_OpenMP.exe` | ||
| - [ ] `AeroDyn_Inflow_c_binding_x64.dll` | ||
| - [ ] `AeroDyn_Inflow_c_binding_x64_OpenMP.dll` | ||
| - [ ] `BeamDyn_Driver_x64.exe` | ||
| - [ ] `DISCON.dll (x64)` | ||
| - [ ] `DISCON_ITIBarge.dll (x64)` | ||
| - [ ] `DISCON_OC3Hywind.dll (x64)` | ||
| - [ ] `FAST.Farm_x64.exe` | ||
| - [ ] `FAST.Farm_x64_OMP.exe` | ||
| - [ ] `FAST_SFunc.mexw64` | ||
| - [ ] `HydroDynDriver_x64.exe` | ||
| - [ ] `HydroDyn_C_Binding_x64.dll` | ||
| - [ ] `IinflowWind_c_binding_x64.dll` | ||
| - [ ] `InflowWind_Driver_x64.exe` | ||
| - [ ] `InflowWind_Driver_x64_OpenMP.exe` | ||
| - [ ] `MoorDyn_Driver_x64.exe` | ||
| - [ ] `MoorDyn_c_binding_x64.dll` | ||
| - [ ] `OpenFAST-Simulink_x64.dll` | ||
| - [ ] `openfast_x64.exe` | ||
| - [ ] `SeaStateDriver_x64.exe` | ||
| - [ ] `SeaState_c_binding_x64.dll` | ||
| - [ ] `SimpleElastoDyn_x64.exe` | ||
| - [ ] `SubDyn_x64.exe` | ||
| - [ ] `Turbsim_x64.exe` | ||
| - [ ] `UnsteadyAero_x64.exe` | ||
|
|
||
|
|
||
|
|
||
| # Release Overview | ||
| ------ | ||
|
|
||
|
|
||
|
|
||
| ### Contribution Acknowledgements | ||
|
|
||
| ### Statistics (since X.Y.Z) | ||
|
|
||
|
|
||
|
|
||
| # Changelog (from X.Y.Z) | ||
| ------ | ||
|
|
||
| ## General | ||
|
|
||
| ### Build systems | ||
|
|
||
| #### CMake | ||
|
|
||
|
|
||
| #### Visual Studio (Windows) | ||
|
|
||
|
|
||
|
|
||
| ### Docker | ||
|
|
||
|
|
||
| ### Documentation | ||
|
|
||
|
|
||
|
|
||
|
|
||
| ## Solvers | ||
|
|
||
| ### FAST.Farm | ||
|
|
||
|
|
||
| ### OpenFAST | ||
|
|
||
|
|
||
| ### OpenFAST interfaces | ||
|
|
||
| #### OpenFASTcpp | ||
|
|
||
|
|
||
| #### Simulink | ||
|
|
||
|
|
||
|
|
||
| ## Modules | ||
|
|
||
| ### Multiple | ||
|
|
||
|
|
||
| ### AeroDisk | ||
|
|
||
|
|
||
| ### AeroDyn | ||
|
|
||
| #### Unsteady | ||
|
|
||
|
|
||
|
|
||
| #### OLAF | ||
|
|
||
|
|
||
| #### AeroDyn Driver / AeroDyn\_Inflow\_C\_Bindings interface | ||
|
|
||
|
|
||
|
|
||
| ### ElastoDyn | ||
|
|
||
|
|
||
| ### ExtInflow | ||
|
|
||
|
|
||
| ### ExtLoads | ||
|
|
||
|
|
||
| ### HydroDyn | ||
|
|
||
|
|
||
| ### InflowWind | ||
|
|
||
|
|
||
| ### MAP++ | ||
|
|
||
|
|
||
| ### MoorDyn | ||
|
|
||
|
|
||
| ### NWTC-Library | ||
|
|
||
|
|
||
| ### Registry | ||
|
|
||
|
|
||
| ### SeaState | ||
|
|
||
|
|
||
| ### Simplified-ElastoDyn | ||
|
|
||
|
|
||
| ### SubDyn | ||
|
|
||
|
|
||
|
|
||
| ## Testing and input file processing | ||
|
|
||
| ### openfast_io | ||
|
|
||
|
|
||
| ### GitHub actions | ||
|
|
||
|
|
||
| ### Regression and Unit testing | ||
|
|
||
|
|
||
|
|
||
|
|
||
| ## Input file changes | ||
|
|
||
|
|
||
| ## Known issues | ||
|
|
||
|
|
||
|
|
||
| # Precompiled Windows Binaries | ||
| The binary files in this release were built with the Visual Studio solution files distributed with OpenFAST (not using cmake), using | ||
|
|
||
| - Intel Fortran compiler 2021.12 (`p_oneAPI_2024.1.0.595`) with Microsoft Visual Studio 2022 | ||
| - Microsoft Visual C++ 2022 (C), for build in Matlab | ||
| - MATLAB Version: 2024.2.999 (R2024b) | ||
| - Executables with `_OpenMP` or `_OMP` in the name are built with OpenMP libraries and linked with dynamic libraries. | ||
| - You will need [this Intel Fortran redistributable package](https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f6a44238-5cb6-4787-be83-2ef48bc70cba/w_ifort_runtime_p_2024.1.0.968.exe) installed to use these executables if you do not already have Intel Fortran OneAPI 2024 installed. See the installation instructions [here](https://software.intel.com/content/www/us/en/develop/articles/redistributable-libraries-for-intel-c-and-fortran-2022-compilers-for-windows.html). | ||
| - You may also need [a redistributable library for Visual Studio](https://aka.ms/vs/17/release/vc_redist.x64.exe) installed. See instructions [here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). | ||
|
|
||
| **The other OpenFAST executables DO NOT require these redistributable libraries to be installed. Instead, they were built with static libraries.** | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These will need to be updated.
Intel Fortran Essentials 2025.3.0.333
Microsoft Visual Studio 2022 Version 17.14.23.
MATLAB 2025.2.999 (R2025b)
Fortran redistributable: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0dc56e76-d2c0-4bb8-9c83-c2ee3952b855/w_ifx_runtime_p_2025.2.1.1001.exe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. I forgot this. I'll update it on
dev