Skip to content

v2.7.0#388

Merged
sanguinariojoe merged 20 commits into
masterfrom
dev
Jun 9, 2026
Merged

v2.7.0#388
sanguinariojoe merged 20 commits into
masterfrom
dev

Conversation

@sanguinariojoe

Copy link
Copy Markdown
Collaborator

A small release to apply the patches on #387

sanguinariojoe and others added 17 commits February 27, 2026 07:57
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
@sanguinariojoe sanguinariojoe self-assigned this Jun 9, 2026
@sanguinariojoe sanguinariojoe merged commit 92c1ac4 into master Jun 9, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants