chore: bump version to 1.15.0, promote CHANGELOG#115
Merged
Conversation
pybmodes 1.15.0 ships two additive features on the soft-monopile and floating coupling story: MudlineFoundation (Yu and Amdahl 2023 coupled-spring SSI for hub_conn = 3) and report_floating_frequency_gap (cantilever-vs-coupled tower bending reconciler). No behaviour change on any existing model path. See CHANGELOG.md [1.15.0] for the per-entry detail and the docs update.
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.
Summary
pyBmodes 1.15.0 ships two additive features on the soft-monopile and floating coupling story, all in PR #114 which has already merged onto master:
pybmodes.MudlineFoundation— Yu and Amdahl (2023) coupled-spring soil-pile interaction forhub_conn = 3, reproducing Yu Table 9 DTU 10 MW anchors to within 3 percent onK_hh,K_hr,K_rrfor both flexible and rigid reference cases.pybmodes.elastodyn.report_floating_frequency_gap+FloatingFrequencyGap— cantilever-vs-coupled tower bending reconciler, +23.9 percent gap on OC3 Hywind.No behaviour change on any existing model path; the new entry points are purely additive. Semver bump is minor (
1.14.1 -> 1.15.0).Files changed
pyproject.toml—[project] versionbumpsrc/pybmodes/__init__.py—__version__fallback bump for uninstalled source treesCITATION.cff— softwareversion:anddate-released:bump (gated bytests/test_version.py::test_citation_version_matches_pyproject)CHANGELOG.md— promote[Unreleased]block to[1.15.0] - 2026-05-29with a short release headline, reset[Unreleased]to emptyTest plan
tests/test_version.pypasses locally (pyproject +__init__.pyfallback + CITATION.cff agree on 1.15.0)python -m ruff check src/pybmodes tests scriptscleanpython scripts/audit_validation_claims.pyreports OKAfter merge: dispatch the Validation (external data) workflow on the bump commit, wait for green, then tag
v1.15.0to fire the PyPI Trusted Publishing pipeline.