release: 2.12.0#348
Merged
stainless-app[bot] merged 21 commits intomainfrom May 1, 2026
Merged
Conversation
15a5036 to
244b5ec
Compare
244b5ec to
01d1bcd
Compare
01d1bcd to
b628b16
Compare
* chore: Improve --json support accross multiple commands * fix file usage with combined params
b628b16 to
86ab629
Compare
86ab629 to
4a479d4
Compare
4a479d4 to
36b8d97
Compare
36b8d97 to
32810d4
Compare
32810d4 to
8f99f21
Compare
…rated from FilePurpose
8f99f21 to
46e2096
Compare
46e2096 to
4938a95
Compare
4938a95 to
a995720
Compare
a995720 to
4e7fee7
Compare
4e7fee7 to
faecccf
Compare
…#346) * Update help text * Update get_credentials.py * Rename Global Parameters → Global Options In CLI terminology, "options" is the established term for named --foo arguments (kubectl, docker, git, aws, cargo); "parameters" is generic and formally includes positional arguments. Switching to "Global Options" matches convention and stays correct if a value-taking global is added later. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Polish help text further; rename Parameters panel to Options - Rename the per-command `Parameters` panel to `Options` (matches the `Global Options` rename and aligns with kubectl/docker/git/aws CLI conventions). - Hoist the `Model` group to the top of `tg fine-tuning create -h` via `sort_key=0` — it's the primary mutually-exclusive decision. - Render `[default: X]` in the help formatter when cyclopts populates `entry.default`. Suppress noisy False/None/"" defaults so opt-in bool flags don't get cluttered. - Drop inline `(defaults to X)` parentheticals; rephrase as `; uses X if unset` clauses. - Trim long descriptions and split into `\n\n` paragraphs where appropriate. - Standardize `(e.g.,` → `(e.g.` (dominant form in this codebase). - Fix a stray mid-sentence period in `--from-checkpoint` and the trailing period on `tg files upload`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Add return type annotation to _description_renderer Fixes mypy no-untyped-def error. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * ruff format Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fix error --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
faecccf to
c69f524
Compare
c69f524 to
6961fab
Compare
6961fab to
c5fc808
Compare
c5fc808 to
307ff11
Compare
blainekasten
approved these changes
May 1, 2026
Contributor
Author
|
🤖 Release is at https://github.com/togethercomputer/together-py/releases/tag/v2.12.0 🌻 |
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.
Automated Release PR
2.12.0 (2026-05-01)
Full Changelog: v2.11.0...v2.12.0
Features
Bug Fixes
Chores
Documentation
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions