☢️ [BLOCKED] [WIP] 25.10 Python client#1885
Draft
benflexcompute wants to merge 6 commits intomainfrom
Draft
Conversation
…put (#1878) Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> Co-authored-by: benflexcompute <ben@flexcompute.com>
Resolve JSON ref file conflicts by keeping branch content changes and re-sorting keys with tools/sort_ref_json.py. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Note
Medium Risk
Introduces a schema change for
outputs[*].output_format(string -> list) and updates translation/migration paths, which could affect solver JSON generation and backward compatibility if any callers assume a string.Overview
Updates simulation outputs to allow multiple output formats by changing
output_formatfrom a single string (including legacy"both") to a deduplicated, sorted list and adding new optionsvtkhdfandensight, while emitting deprecation warnings when legacy string forms are used.Adds a
25.10.0params updater to migrate existing JSONs ("both"/comma-separated/string -> list) and updates solver translation to emit the solveroutputFormatas a comma-joined list. Test fixtures and validators are updated accordingly, and the package version is bumped to25.10.0b1.Written by Cursor Bugbot for commit 09ccea5. This will update automatically on new commits. Configure here.