-
Notifications
You must be signed in to change notification settings - Fork 458
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 3.5.3 #2121
Release 3.5.3 #2121
Commits on Feb 15, 2024
-
Add 3 linearization regression tests:
- 5MW_Land_BD_Linear_Aero: BD + AD15 (based on 5MW_Land_BD_Linear, but with aero) - 5MW_Land_Linear_Aero: ED + AD15 (based on 5MW_Land_BD_Linear_Aero, but with ED) - 5MW_OC4Semi_MD_Linear: MD equivalent of 5MW_OC4Semi_Linear
Configuration menu - View commit details
-
Copy full SHA for 231afd9 - Browse repository at this point
Copy the full SHA 231afd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fee687 - Browse repository at this point
Copy the full SHA 7fee687View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 423ed81 - Browse repository at this point
Copy the full SHA 423ed81View commit details
Commits on Feb 19, 2024
-
Merge pull request #2041 from andrew-platt/b/GHactions_node16_deprecate
Upgrade to setup-python@v4 and cache@v4 for GH actions
Configuration menu - View commit details
-
Copy full SHA for 53b5f9f - Browse repository at this point
Copy the full SHA 53b5f9fView commit details -
Update fast_linearization_file.py to use less memory
Specify using np.float32 where possible in reading the linearization file. Also use np.float64 instead of float for matrices. Read matrices with genfromtxt instead of line by line
Configuration menu - View commit details
-
Copy full SHA for fdf8642 - Browse repository at this point
Copy the full SHA fdf8642View commit details -
Use env var to set CTest parallel runs, reduce to 2
Previously the number of parallel threads in CTest was set via the -j flag. This changes it to use an environment variable set at the top of the file. The number of parallel tests was reduced from 4 to 2 as the linearization tests were failing from lack of memory. This may need to be adjusted.
Configuration menu - View commit details
-
Copy full SHA for 73e66a9 - Browse repository at this point
Copy the full SHA 73e66a9View commit details -
Use more efficient method to compare linearization matrices in regres…
…sion tests. The previous method looped over each element and checked to see if it was within tolerance of the reference. This does the compare for the full matrices and then iterates over the element indices which were not within tolerance. This should significantly reduce the time to do the comparison for large matrices. Also prints out the row/column variables which correspond to that element.
Configuration menu - View commit details
-
Copy full SHA for 577aded - Browse repository at this point
Copy the full SHA 577adedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f49d46 - Browse repository at this point
Copy the full SHA 7f49d46View commit details -
GH actions: upgrade upload-artifact to v4
This will prevent warnings about node 16 deprecation
Configuration menu - View commit details
-
Copy full SHA for 7fdf580 - Browse repository at this point
Copy the full SHA 7fdf580View commit details -
Fix bug in HD_Perturb_x where SS_Exctn%numStates was used instead of …
…SS_Rdtn%numStates This also moves to a simpler scheme that just checks if the perturbation index 'n' is equal to the current value index 'k'
Configuration menu - View commit details
-
Copy full SHA for 4414602 - Browse repository at this point
Copy the full SHA 4414602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d608a - Browse repository at this point
Copy the full SHA 07d608aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 158459f - Browse repository at this point
Copy the full SHA 158459fView commit details -
Merge pull request #2038 from andrew-platt/f/MoreLinearRegTests
Add linearization regression tests
Configuration menu - View commit details
-
Copy full SHA for 83f55eb - Browse repository at this point
Copy the full SHA 83f55ebView commit details -
Remove typo in warning, retains c/con option for output flags for bac…
…kwards compatibility
Configuration menu - View commit details
-
Copy full SHA for 5f1760f - Browse repository at this point
Copy the full SHA 5f1760fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c664a0 - Browse repository at this point
Copy the full SHA 4c664a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad16990 - Browse repository at this point
Copy the full SHA ad16990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f5a49 - Browse repository at this point
Copy the full SHA 26f5a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6483eb - Browse repository at this point
Copy the full SHA d6483ebView commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8e4813 - Browse repository at this point
Copy the full SHA f8e4813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f20d7 - Browse repository at this point
Copy the full SHA 14f20d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3340726 - Browse repository at this point
Copy the full SHA 3340726View commit details
Commits on Feb 28, 2024
-
Lin: incorrect BD index in dUdy for AD motion
The motions in dUdy from BD were starting at the incorrect index. Instead of starting at the motion, the index started at the root load output. This resulted in a shift of all the dUdy terms coupling y_BD motion to u_AD blade motion. This error has existed since at least commit 315bb29 on April 13, 2018 Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e140b9 - Browse repository at this point
Copy the full SHA 8e140b9View commit details -
Merge pull request #2055 from andrew-platt/b/LinOutPrec-3.5.3
Lin tests: increase out precision, error printing full filename, add SD linearization test
Configuration menu - View commit details
-
Copy full SHA for 03ecb64 - Browse repository at this point
Copy the full SHA 03ecb64View commit details -
Lin: sum BD blade root motion to hub moment m_ud term (consistent wit…
…h documentation) This results in some differences in the dUdy, A, and C matrices, but basically the same frequencies Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db8d795 - Browse repository at this point
Copy the full SHA db8d795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8269984 - Browse repository at this point
Copy the full SHA 8269984View commit details
Commits on Feb 29, 2024
-
Merge pull request #2060 from andrew-platt/b/LinBD_AD
Fix BD + AD linearization indexing (negative damping results)
Configuration menu - View commit details
-
Copy full SHA for 94a51d4 - Browse repository at this point
Copy the full SHA 94a51d4View commit details
Commits on Mar 1, 2024
-
Fix bug in BD linearization resulting from reference rotation change
When the change in reference rotation was implemented in v3.5.0, it effectively changed the states to be in the rotating frame. The existing method for putting the state Jacobians into the rotating frame involved calculating the difference in rotation between the root mesh reference orientation and the root mesh current orientation. Originally, the reference orientation always aligned with the blade root reference orientation inside BeamDyn. However, this is not a valid assumption when ChangeRefFrame = .true. as the blade root reference is updated by UpdateStates at every step. This commit changes two things: first, if ChangeRefFrame is true, then p%RotStates is also set to true because the states are in the rotating frame; second, the Jacobian is now rotated by the difference between the root mesh current orientation and BeamDyn's root reference orientation. These orientations will be the same after UpdateStates, but the correction is still applied in case the Jacobian routines are called with a different root mesh orientation.
Configuration menu - View commit details
-
Copy full SHA for b6ce4b1 - Browse repository at this point
Copy the full SHA b6ce4b1View commit details -
Update r-test pointer to revisions to 5MW_Land_BD_Linear and 5MW_Land…
…_BD_Linear_Aero due to fixing this bug
Configuration menu - View commit details
-
Copy full SHA for a37aaaf - Browse repository at this point
Copy the full SHA a37aaafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dac6a0 - Browse repository at this point
Copy the full SHA 6dac6a0View commit details
Commits on Mar 4, 2024
-
Merge pull request #2063 from deslaughter/b/BeamDynRotStates
Fix bug in BD linearization resulting from reference rotation change
Configuration menu - View commit details
-
Copy full SHA for e5a3bbd - Browse repository at this point
Copy the full SHA e5a3bbdView commit details
Commits on Mar 8, 2024
-
Handling of Paths for SrvD UserSubs Input Files
@rdamiani pointed out in issue #2059 that the existing method for handling file paths with `UserSubs` is difficult as it requires putting all the user input files in the same location as the ServoDyn file. This commit is from recomendations from @rdamiani for a method he has had good success with. Co-authored-by:rdamiani <r.damiani@RRDengineering.com>
Configuration menu - View commit details
-
Copy full SHA for c6f9788 - Browse repository at this point
Copy the full SHA c6f9788View commit details -
Merge pull request #2079 from andrew-platt/f/SrvD_UserSubs_path
Handling of Paths for SrvD UserSubs Input Files
Configuration menu - View commit details
-
Copy full SHA for bbcf464 - Browse repository at this point
Copy the full SHA bbcf464View commit details
Commits on Mar 11, 2024
-
Revert " Resolve BeamDyn initial strain for rotated blade"
This reverts commit ab42564.
Configuration menu - View commit details
-
Copy full SHA for 334c702 - Browse repository at this point
Copy the full SHA 334c702View commit details -
Configuration menu - View commit details
-
Copy full SHA for f588ef5 - Browse repository at this point
Copy the full SHA f588ef5View commit details -
Implement new initial strain fix based on OpenTurbine documentation
The previous initial strain fix caused bad linearization results (and likely didn't fix the issue in the correct way). The new one replaces RR0 with R*x0' which is what OpenTurbine is using to avoid the mismatch that caused initial strain.
Configuration menu - View commit details
-
Copy full SHA for 9de4788 - Browse repository at this point
Copy the full SHA 9de4788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2c43e - Browse repository at this point
Copy the full SHA 7a2c43eView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61b6b09 - Browse repository at this point
Copy the full SHA 61b6b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f32cc - Browse repository at this point
Copy the full SHA 70f32ccView commit details -
Restore previous fix to pitch actuator logic in SetParameters
This fix was unintentionally removed when reverting the initial strain fix.
Configuration menu - View commit details
-
Copy full SHA for 37b63c0 - Browse repository at this point
Copy the full SHA 37b63c0View commit details -
Merge pull request #2085 from deslaughter/b/BDInitialStrain
Bug: BeamDyn Initial Strain and Linearization
Configuration menu - View commit details
-
Copy full SHA for 143b837 - Browse repository at this point
Copy the full SHA 143b837View commit details
Commits on Mar 15, 2024
-
FASTlib: Turbine(:) array must use Fortran index 1 start
All code in FAST_Subs.f90 and other modules assumes Fortran style indexing (index start at 1) to the Turbine data structure.
Configuration menu - View commit details
-
Copy full SHA for 294b261 - Browse repository at this point
Copy the full SHA 294b261View commit details -
FASTlib: change ExternInitData%TurbineID to %TurbIDforName
This more accurately reflects what it is used for.
Configuration menu - View commit details
-
Copy full SHA for 385c6bb - Browse repository at this point
Copy the full SHA 385c6bbView commit details -
FASTlib: change iTurb inputs to routines with c-bindings to index 0
- `iTurb_c` is the new variable name for the turbine index passed into a FAST_Library.f90 routine. This is assumed to start at 0 for the first turbine. - `iTurb = iTurb_c + 1` shifts this index to the indexing used internally in OpenFAST.
Configuration menu - View commit details
-
Copy full SHA for 31a5b03 - Browse repository at this point
Copy the full SHA 31a5b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd73e4 - Browse repository at this point
Copy the full SHA 7cd73e4View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcc91c0 - Browse repository at this point
Copy the full SHA bcc91c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c001eb - Browse repository at this point
Copy the full SHA 4c001ebView commit details -
TurbSim: increase filename to 1024 characters
On some systems, the filepath may take the filename beyond 200 characters.
Configuration menu - View commit details
-
Copy full SHA for e0cb005 - Browse repository at this point
Copy the full SHA e0cb005View commit details
Commits on Mar 20, 2024
-
Merge pull request #2097 from andrew-platt/b/FASTlib_TurbineIndex_1
Consistent use of turbine indexing when coupled to c/c++
Configuration menu - View commit details
-
Copy full SHA for 3e029ef - Browse repository at this point
Copy the full SHA 3e029efView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51a2902 - Browse repository at this point
Copy the full SHA 51a2902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0184e60 - Browse repository at this point
Copy the full SHA 0184e60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2900399 - Browse repository at this point
Copy the full SHA 2900399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8519687 - Browse repository at this point
Copy the full SHA 8519687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f5910 - Browse repository at this point
Copy the full SHA 79f5910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc82f4 - Browse repository at this point
Copy the full SHA 5dc82f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bc0cc - Browse repository at this point
Copy the full SHA f6bc0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a1fbd - Browse repository at this point
Copy the full SHA 57a1fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 561eb22 - Browse repository at this point
Copy the full SHA 561eb22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0302ea8 - Browse repository at this point
Copy the full SHA 0302ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e63e58 - Browse repository at this point
Copy the full SHA 5e63e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 965bfa1 - Browse repository at this point
Copy the full SHA 965bfa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025f117 - Browse repository at this point
Copy the full SHA 025f117View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfde527 - Browse repository at this point
Copy the full SHA bfde527View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db0a7e7 - Browse repository at this point
Copy the full SHA db0a7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb65ab - Browse repository at this point
Copy the full SHA 5eb65abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38af413 - Browse repository at this point
Copy the full SHA 38af413View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8a9c9 - Browse repository at this point
Copy the full SHA cc8a9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8fa16 - Browse repository at this point
Copy the full SHA ce8fa16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9822a4c - Browse repository at this point
Copy the full SHA 9822a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b97678 - Browse repository at this point
Copy the full SHA 2b97678View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8814e0 - Browse repository at this point
Copy the full SHA c8814e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c146096 - Browse repository at this point
Copy the full SHA c146096View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc326b3 - Browse repository at this point
Copy the full SHA dc326b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e4051 - Browse repository at this point
Copy the full SHA 19e4051View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb67cc3 - Browse repository at this point
Copy the full SHA fb67cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367aca0 - Browse repository at this point
Copy the full SHA 367aca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 782041b - Browse repository at this point
Copy the full SHA 782041bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d994413 - Browse repository at this point
Copy the full SHA d994413View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c8982 - Browse repository at this point
Copy the full SHA d1c8982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a689b - Browse repository at this point
Copy the full SHA 60a689bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae67cc - Browse repository at this point
Copy the full SHA 5ae67ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e07542e - Browse repository at this point
Copy the full SHA e07542eView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96a33da - Browse repository at this point
Copy the full SHA 96a33daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b35146f - Browse repository at this point
Copy the full SHA b35146fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 392492b - Browse repository at this point
Copy the full SHA 392492bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a5c66 - Browse repository at this point
Copy the full SHA 27a5c66View commit details -
MRG: Merge pull request #1 from octue/update-dockerfiles
Automatically build OpenFAST docker images
Configuration menu - View commit details
-
Copy full SHA for ffae93a - Browse repository at this point
Copy the full SHA ffae93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e43e760 - Browse repository at this point
Copy the full SHA e43e760View commit details -
Configuration menu - View commit details
-
Copy full SHA for e63477b - Browse repository at this point
Copy the full SHA e63477bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a51922a - Browse repository at this point
Copy the full SHA a51922aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a47596 - Browse repository at this point
Copy the full SHA 6a47596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24bd1ff - Browse repository at this point
Copy the full SHA 24bd1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cbac60 - Browse repository at this point
Copy the full SHA 8cbac60View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff51c68 - Browse repository at this point
Copy the full SHA ff51c68View commit details -
VSbuild: always build Registry as release x64
Also updated some VS solution versions to 16 from older versions.
Configuration menu - View commit details
-
Copy full SHA for e38e88b - Browse repository at this point
Copy the full SHA e38e88bView commit details -
Add initialization of MHK, WtrDpth, MSL2SWL in IfW_InitInp for AWAE m…
…odule These members of the InflowWind initialization input DDT weren't being initialized and could potentially cause issues in the code when using FAST.Farm. Fixed by initializing values.
Configuration menu - View commit details
-
Copy full SHA for c53164d - Browse repository at this point
Copy the full SHA c53164dView commit details -
Use of potentially unallocated array in AeroDyn_AllBldNdOuts.
The array p_AD%FVW%Bld2Wings was indexed with iRot even if the array hadn't been allocated. This is not valid code, which was fixed by adding an if statement to only use the array if WakeMod is FVW
Configuration menu - View commit details
-
Copy full SHA for 9f5cb77 - Browse repository at this point
Copy the full SHA 9f5cb77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f35b6 - Browse repository at this point
Copy the full SHA 75f35b6View commit details -
Merge pull request #2116 from andrew-platt/b/Reg_x64_VSbuild
VSbuild: always build Registry as release x64
Configuration menu - View commit details
-
Copy full SHA for 0a06e32 - Browse repository at this point
Copy the full SHA 0a06e32View commit details -
Merge pull request #2118 from deslaughter/b/FAST.FarmMemInit
Fix use of uninitialized variables in FAST.Farm and increase stack size in Visual Studio
Configuration menu - View commit details
-
Copy full SHA for 106ed6b - Browse repository at this point
Copy the full SHA 106ed6bView commit details -
CMake: openmp optional for FF and CPP if not explicitly requested (#2120
Configuration menu - View commit details
-
Copy full SHA for 70c0870 - Browse repository at this point
Copy the full SHA 70c0870View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7e686 - Browse repository at this point
Copy the full SHA db7e686View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8de46aa - Browse repository at this point
Copy the full SHA 8de46aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6aee2b - Browse repository at this point
Copy the full SHA c6aee2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a12135 - Browse repository at this point
Copy the full SHA 9a12135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520931c - Browse repository at this point
Copy the full SHA 520931cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aab4a6d - Browse repository at this point
Copy the full SHA aab4a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d59fccb - Browse repository at this point
Copy the full SHA d59fccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e77db - Browse repository at this point
Copy the full SHA 14e77dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e06eab - Browse repository at this point
Copy the full SHA 3e06eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8a61a - Browse repository at this point
Copy the full SHA 0e8a61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4b551 - Browse repository at this point
Copy the full SHA 7f4b551View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a04caa - Browse repository at this point
Copy the full SHA 4a04caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d4197 - Browse repository at this point
Copy the full SHA a6d4197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2e890 - Browse repository at this point
Copy the full SHA 6b2e890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c48da - Browse repository at this point
Copy the full SHA 26c48daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd86cc - Browse repository at this point
Copy the full SHA 7bd86ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c8cbf - Browse repository at this point
Copy the full SHA 11c8cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3115f - Browse repository at this point
Copy the full SHA 1c3115fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e80427 - Browse repository at this point
Copy the full SHA 5e80427View commit details -
VSbuild: set VS version to VS 2017
Visual Studio 15 VisualStudioVersion = 15.0.28307.902
Configuration menu - View commit details
-
Copy full SHA for 81357c3 - Browse repository at this point
Copy the full SHA 81357c3View commit details -
Add empty requirements.txt in repo root to work around setup-python i…
…ssue on GH actions
Configuration menu - View commit details
-
Copy full SHA for e45a518 - Browse repository at this point
Copy the full SHA e45a518View commit details -
Configuration menu - View commit details
-
Copy full SHA for b55f2e9 - Browse repository at this point
Copy the full SHA b55f2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbee1cc - Browse repository at this point
Copy the full SHA cbee1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6849ce - Browse repository at this point
Copy the full SHA b6849ceView commit details -
Merge pull request #2128 from andrew-platt/f/VSbuild_2017
VSbuild: set VS version to VS 2017
Configuration menu - View commit details
-
Copy full SHA for afcf7aa - Browse repository at this point
Copy the full SHA afcf7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6184f95 - Browse repository at this point
Copy the full SHA 6184f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bcb8c - Browse repository at this point
Copy the full SHA e1bcb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd05a11 - Browse repository at this point
Copy the full SHA cd05a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for de58129 - Browse repository at this point
Copy the full SHA de58129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9e3ae - Browse repository at this point
Copy the full SHA 5f9e3aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc6f79 - Browse repository at this point
Copy the full SHA 5fc6f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a97da4 - Browse repository at this point
Copy the full SHA 5a97da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2ca6b - Browse repository at this point
Copy the full SHA 5e2ca6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b817f - Browse repository at this point
Copy the full SHA c8b817fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df21818 - Browse repository at this point
Copy the full SHA df21818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd0051 - Browse repository at this point
Copy the full SHA 1fd0051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d9dea - Browse repository at this point
Copy the full SHA 02d9deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74753f6 - Browse repository at this point
Copy the full SHA 74753f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dadbf1e - Browse repository at this point
Copy the full SHA dadbf1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d08b6 - Browse repository at this point
Copy the full SHA 14d08b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971053c - Browse repository at this point
Copy the full SHA 971053cView commit details -
Configuration menu - View commit details
-
Copy full SHA for baa9969 - Browse repository at this point
Copy the full SHA baa9969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47bf090 - Browse repository at this point
Copy the full SHA 47bf090View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1c2ae - Browse repository at this point
Copy the full SHA ee1c2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cca57 - Browse repository at this point
Copy the full SHA 59cca57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a19d1 - Browse repository at this point
Copy the full SHA 81a19d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8843a - Browse repository at this point
Copy the full SHA ef8843aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d51173b - Browse repository at this point
Copy the full SHA d51173bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2bc70 - Browse repository at this point
Copy the full SHA de2bc70View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea408d0 - Browse repository at this point
Copy the full SHA ea408d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d51be - Browse repository at this point
Copy the full SHA e1d51beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9144086 - Browse repository at this point
Copy the full SHA 9144086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597800d - Browse repository at this point
Copy the full SHA 597800dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7ec82 - Browse repository at this point
Copy the full SHA ec7ec82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 161b51b - Browse repository at this point
Copy the full SHA 161b51bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 180d020 - Browse repository at this point
Copy the full SHA 180d020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00067fe - Browse repository at this point
Copy the full SHA 00067feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af81e7 - Browse repository at this point
Copy the full SHA 8af81e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b5abb - Browse repository at this point
Copy the full SHA 78b5abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a02ec3d - Browse repository at this point
Copy the full SHA a02ec3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c68da0 - Browse repository at this point
Copy the full SHA 6c68da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1880475 - Browse repository at this point
Copy the full SHA 1880475View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbc2d9 - Browse repository at this point
Copy the full SHA ebbc2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for da484ff - Browse repository at this point
Copy the full SHA da484ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f105c - Browse repository at this point
Copy the full SHA c3f105cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdcd6b - Browse repository at this point
Copy the full SHA dbdcd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eae5b5 - Browse repository at this point
Copy the full SHA 0eae5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a38b4b - Browse repository at this point
Copy the full SHA 5a38b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a270fa - Browse repository at this point
Copy the full SHA 1a270faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 061bc25 - Browse repository at this point
Copy the full SHA 061bc25View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc671e9 - Browse repository at this point
Copy the full SHA dc671e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f9d8e - Browse repository at this point
Copy the full SHA b6f9d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c858fa - Browse repository at this point
Copy the full SHA 0c858faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f3f12 - Browse repository at this point
Copy the full SHA 86f3f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68605cb - Browse repository at this point
Copy the full SHA 68605cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2195efa - Browse repository at this point
Copy the full SHA 2195efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 631a44d - Browse repository at this point
Copy the full SHA 631a44dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ae1b8 - Browse repository at this point
Copy the full SHA 11ae1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd085b - Browse repository at this point
Copy the full SHA bdd085bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e744f - Browse repository at this point
Copy the full SHA c2e744fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58155a4 - Browse repository at this point
Copy the full SHA 58155a4View commit details -
Merge pull request #2129 from deslaughter/b/setup-python_cache_failure
Fix cache failure in Github Actions caused by setup-python
Configuration menu - View commit details
-
Copy full SHA for ea169e0 - Browse repository at this point
Copy the full SHA ea169e0View commit details -
Merge pull request #2130 from andrew-platt/f/Docs_testing
Docs: update python modules for regression testing
Configuration menu - View commit details
-
Copy full SHA for bc5617a - Browse repository at this point
Copy the full SHA bc5617aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 531dbe9 - Browse repository at this point
Copy the full SHA 531dbe9View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a0cf8b - Browse repository at this point
Copy the full SHA 5a0cf8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b594dd - Browse repository at this point
Copy the full SHA 0b594ddView commit details -
Merge pull request #2134 from andrew-platt/b/SrvD_SumFileSegFault
SrvD: Fix seg fault if blade StC used while writing summary file
Configuration menu - View commit details
-
Copy full SHA for c5ff09d - Browse repository at this point
Copy the full SHA c5ff09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6be20 - Browse repository at this point
Copy the full SHA 4f6be20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d16cea - Browse repository at this point
Copy the full SHA 8d16ceaView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0aca3d0 - Browse repository at this point
Copy the full SHA 0aca3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd090f0 - Browse repository at this point
Copy the full SHA bd090f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d0e5e - Browse repository at this point
Copy the full SHA 96d0e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c185a0a - Browse repository at this point
Copy the full SHA c185a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ac94b - Browse repository at this point
Copy the full SHA d0ac94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4337738 - Browse repository at this point
Copy the full SHA 4337738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ad82a - Browse repository at this point
Copy the full SHA 90ad82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18dc41 - Browse repository at this point
Copy the full SHA e18dc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb2be9 - Browse repository at this point
Copy the full SHA fcb2be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea0b9d - Browse repository at this point
Copy the full SHA 8ea0b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb40b0 - Browse repository at this point
Copy the full SHA 7fb40b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db131b1 - Browse repository at this point
Copy the full SHA db131b1View commit details -
Merge pull request #2138 from andrew-platt/b/cmake_ImplicitLinking
Remove linking of implicit Fortran libraries.
Configuration menu - View commit details
-
Copy full SHA for 85ee2dc - Browse repository at this point
Copy the full SHA 85ee2dcView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b100421 - Browse repository at this point
Copy the full SHA b100421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 015bdd1 - Browse repository at this point
Copy the full SHA 015bdd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc30e2 - Browse repository at this point
Copy the full SHA 2bc30e2View commit details -
adding permissions for GHCR and Commenting out dockerhub login until …
…we have credentials
Configuration menu - View commit details
-
Copy full SHA for f08795d - Browse repository at this point
Copy the full SHA f08795dView commit details -
Merge pull request #2139 from octue/final-dockerfile-updates
Add final dockerfile updates
Configuration menu - View commit details
-
Copy full SHA for f03df27 - Browse repository at this point
Copy the full SHA f03df27View commit details -
Configuration menu - View commit details
-
Copy full SHA for a56bcc8 - Browse repository at this point
Copy the full SHA a56bcc8View commit details -
Merge pull request #2141 from mayankchetan/ghcr-actions
GH actions to push docker image to Github container registry
Configuration menu - View commit details
-
Copy full SHA for 4ac6c8a - Browse repository at this point
Copy the full SHA 4ac6c8aView commit details
Commits on Apr 5, 2024
-
Adding Hyperlink to appendixD.rst
Added the missing reference link about MEMBER OUTPUT LISTS to the relevant page from the readthedocs.io site (https://openfast.readthedocs.io/en/dev/source/user/subdyn/input_files.html#member-output-list).
Configuration menu - View commit details
-
Copy full SHA for 612915b - Browse repository at this point
Copy the full SHA 612915bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43866be - Browse repository at this point
Copy the full SHA 43866beView commit details -
Merge pull request #2144 from reilandsberger/rlandsbe-readthedocs-pat…
…ch-1 Edit to readthedocs.io -- Adding Internal Reference Hyperlink for appendixD.rst
Configuration menu - View commit details
-
Copy full SHA for d4214da - Browse repository at this point
Copy the full SHA d4214daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86be053 - Browse repository at this point
Copy the full SHA 86be053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 368c6b2 - Browse repository at this point
Copy the full SHA 368c6b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8242f76 - Browse repository at this point
Copy the full SHA 8242f76View commit details
Commits on Apr 11, 2024
-
Merge pull request #2145 from andrew-platt/docs/update_for_3.5.3_release
Docs/update for 3.5.3 release
Configuration menu - View commit details
-
Copy full SHA for d5ce801 - Browse repository at this point
Copy the full SHA d5ce801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2166f9f - Browse repository at this point
Copy the full SHA 2166f9fView commit details -
Merge pull request #2154 from andrew-platt/f/docker_on_release
GH actions: build docker on release instead of merge
Configuration menu - View commit details
-
Copy full SHA for 26d570f - Browse repository at this point
Copy the full SHA 26d570fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eabd6b5 - Browse repository at this point
Copy the full SHA eabd6b5View commit details