Skip to content

release: promote develop to main (parallel config-label hotfix)#198

Merged
bartzbeielstein merged 5 commits into
mainfrom
develop
Jun 7, 2026
Merged

release: promote develop to main (parallel config-label hotfix)#198
bartzbeielstein merged 5 commits into
mainfrom
develop

Conversation

@bartzbeielstein
Copy link
Copy Markdown
Collaborator

Promotes the 5.1.1 hotfix to main for release:

  • fix(model_selection): create the parallel config-label counter regardless of show_progress — the MultiTask pipeline calls spotoptim_search with show_progress=False while the objective wrapper hardcodes the inner fold bars on, so the shared Manager counter must be gated on parallel mode only. Fixes frozen "config 1/N" labels in production parallel runs on 5.1.0.
  • chore: refresh uv.lock self-version after 5.1.0 release

🤖 Generated with Claude Code

github-actions Bot and others added 5 commits June 7, 2026 13:38
…less of show_progress

The Manager counter for 'config k/N' labels was gated on the outer
show_progress flag, but the per-config fold bars are always shown (the
objective wrapper hardcodes show_progress=True). The MultiTask pipeline
calls spotoptim_search with show_progress=False, so real runs created no
counter and the labels froze at 'config 1/N' again — the original bug,
reintroduced for exactly the pipeline path. Gate the counter on
parallel_eval only; regression test covers the show_progress=False +
n_jobs=2 path.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…rallel-config-counter-gating

fix(model_selection): parallel config-label counter must not depend on show_progress
## [5.1.1-rc.1](v5.1.0...v5.1.1-rc.1) (2026-06-07)

### Bug Fixes

* **model_selection:** create the parallel config-label counter regardless of show_progress ([67b1a1d](67b1a1d))
@bartzbeielstein
Copy link
Copy Markdown
Collaborator Author

🎉 This PR is included in version 5.1.1-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@bartzbeielstein
Copy link
Copy Markdown
Collaborator Author

🎉 This PR is included in version 5.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants