Skip to content

Toward 0 12 3#271

Merged
AlexanderFengler merged 2 commits intomainfrom
toward-0-12-3
Mar 31, 2026
Merged

Toward 0 12 3#271
AlexanderFengler merged 2 commits intomainfrom
toward-0-12-3

Conversation

@AlexanderFengler
Copy link
Copy Markdown
Member

This pull request makes a minor update to the ssm-simulators package by bumping the version and adding a new dependency.

  • Version bump:

    • Updated the package version from 0.12.2 to 0.12.3 in pyproject.toml to reflect the new release.
  • Dependency management:

    • Added cloudpickle to the list of dependencies in pyproject.toml, which may be required for serialization or parallel processing features.

AlexanderFengler and others added 2 commits March 30, 2026 22:17
cloudpickle is imported unconditionally at module level in
ssms/dataset_generators/lan_mlp.py but was missing from
pyproject.toml dependencies, causing ImportError on fresh installs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Patch release to fix missing cloudpickle core dependency that caused
ImportError on clean installs without mlflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 92.38% <ø> (+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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexanderFengler AlexanderFengler merged commit 2ac0142 into main Mar 31, 2026
11 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