v2.7.0#388
Merged
Merged
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…tions/dev/actions/upload-artifact-7 build(deps): bump actions/upload-artifact from 6 to 7
…tions/dev/actions/download-artifact-8 build(deps): bump actions/download-artifact from 7 to 8
…tions/dev/docker/setup-qemu-action-4 build(deps): bump docker/setup-qemu-action from 3 to 4
…tions/dev/pypa/cibuildwheel-3.4.0 build(deps): bump pypa/cibuildwheel from 3.3.1 to 3.4.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2 to 3. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2...v3) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2 to 3. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2...v3) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Syrope model implementation * Optimization of the exponential working curve formula * Fixed wrong initial mean tension and wrong working when Tmean < Tmax * Documentation for Syrope extension * Test for Syrope model with slow loading * Three working curve formulas in one test * Formatting * Renamed the input file for the Syrope test * Syrope test passed * Added a reference for the Syrope model * Removed bold texts in Syrope input description * Keep the Syrope reference in Chicago style as the others * Use (std::max) and (std::min) instead of std::max and std::min for Windows sake * #define _USE_MATH_DEFINES before including cmath * Disabled quadratic and exponential wc formulas, increased time step size and reduced IC duration * formatted test syrope.cpp * Put the references in chronological order * Moved the nonlinear stiffness inputs to the Additional MoorDyn Files * Read syrope working curve settings from a separate file * Read initial Tmax and Tmean for Syrope lines in the LINES section * Updated the test input files * Updated the docs for Syrope model * read Tmax and Tmean from a separate section instead from LINES section * Throw a warning if a SYROPE IC is present but Syrope is not used * Read Tmax and Tmean for Syrope lines from a separate section instead from LINES section * Updated the input files for test syrope * Updated documentation for Syrope IC inputs * Excluded the syrope test from memcheck * Removed Tmax0 and Tmean0 from LINES section
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A small release to apply the patches on #387