Skip to content

Prepare ssm-simulators 0.14.0 release - #355

Merged
AlexanderFengler merged 2 commits into
mainfrom
release-0.14.0
Sep 6, 2026
Merged

Prepare ssm-simulators 0.14.0 release#355
AlexanderFengler merged 2 commits into
mainfrom
release-0.14.0

Conversation

@AlexanderFengler

@AlexanderFengler AlexanderFengler commented Sep 6, 2026

Copy link
Copy Markdown
Member

Version bump for the 0.14.0 release — 55 commits since v0.13.2, additive API only (runtime dependencies and the Python floor are unchanged; the ssms/ diff is +946/−35 with no removals).

Minor rather than patch because the line ships new user-facing surface:

New

  • angle_extended — angle variant with drift bounds widened to (−6, 6) (Add angle_extended: an angle variant with drift on (-6, 6) #351). Already consumed by a trained LAN; an HSSM built-in config follows this release.
  • --n-cpus on the datagen CLI, with the pipeline config no longer silently discarded, YAML-path validation, and one pool worker per allowed CPU (previously n_cpus − 1).
  • Self-describing datagen MLflow runs — model, output folder, config sha, versions, SLURM identity, repeatable --mlflow-tag.
  • Native observation-result validation — structured results, categorical labels validated against observation dtype, legacy result normalization without inference.

Fixed

Docs & CI

  • Full Diátaxis restructure, mkdocs build --strict at 0 warnings, shared ecosystem brand bundle, weekly link check.
  • Scheduled drift detection (drift.yml); ruff pinned <0.16 so CI reflects the PR, not linter drift.

Release steps after merge

  1. Publish GitHub release v0.14.0 (tag with v prefix per repo convention) — this triggers the PyPI upload via build_wheels.yml.
  2. Bump the conda-forge feedstock.
  3. Downstream: HSSM's angle_extended config PR raises its ssm-simulators floor to >=0.14.0.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the project version to 0.14.0.

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: b5bbed7b-f379-45e8-aad1-526fe2fb0bd8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: a08484b7-868b-4e14-bebb-7f63766024aa

📥 Commits

Reviewing files that changed from the base of the PR and between 807b0c9 and a15060e.

📒 Files selected for processing (1)
  • pyproject.toml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The package version in pyproject.toml was incremented from 0.13.2 to 0.14.0.

Changes

Project version update

Layer / File(s) Summary
Update package version
pyproject.toml
The project version changes from 0.13.2 to 0.14.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to a1506

This change updates the published package version to 0.14.0, which becomes the version users observe after installation. No merge-blocking risk is identified.

Suggested reviewers: krishnbera

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the project and the 0.14.0 release preparation. This matches the version bump and the stated release objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-0.14.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 94.19% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

The lockfile records the project's own version, and docs CI syncs with
--locked; first release since that workflow exists, so #305 never hit this.
One-line diff: ssm-simulators 0.13.2 -> 0.14.0, no dependency changes.
@AlexanderFengler
AlexanderFengler merged commit c7c8174 into main Sep 6, 2026
16 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.

1 participant