Skip to content

release: spotoptim 1.0.1 (max_surrogate_points default 30)#99

Merged
bartzbeielstein merged 6 commits into
mainfrom
develop
Jun 10, 2026
Merged

release: spotoptim 1.0.1 (max_surrogate_points default 30)#99
bartzbeielstein merged 6 commits into
mainfrom
develop

Conversation

@bartzbeielstein

Copy link
Copy Markdown
Contributor

Promote develop to main: restores the pre-1.0 max_surrogate_points default of 30 (PR #98). semantic-release will publish 1.0.1.

🤖 Generated with Claude Code

github-actions Bot and others added 5 commits June 9, 2026 18:09
spotoptim 1.0.0 shipped with max_surrogate_points=None (fit the surrogate
on all evaluated points). Restore the pre-1.0 default of 30 so long runs
keep bounded surrogate-fit cost; pass None explicitly to use all points.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…fault

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…-surrogate-points-default-30

fix(optimizer): restore max_surrogate_points default of 30
test_visualization_2d mocks plt.figure, so tricands draws into whatever
Axes gca() finds. Under pytest-xdist a 3D Axes leaked by an earlier test
on the same worker makes scatter raise 's must be a scalar, or float
array-like with the same size as x and y' (seen on CI run 27290133117).
Close all figures in setup_method so the test owns its pyplot state.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ricands-figure-isolation

test(tricands): close leaked figures before each test
@bartzbeielstein bartzbeielstein merged commit 3a034a9 into main Jun 10, 2026
5 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