You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md (#245)
* Add from_checkpoint parameter to price estimation for FT Job creation (#247)
* codegen metadata
* codegen metadata
* codegen metadata
* jig papercuts (#238)
* feat(jig): show a unique name tip when deployment create fails
* feat(jig): factor out config_path option and add short flag
* feat: jig support for multi deployment
* codegen metadata
* chore: Update descriptions for jig queue methods and properties
* chore(internal): bump dependencies
* Allow tool calls through together-py and remove alternating roles check (#244)
* Update README.md (#245)
* Add from_checkpoint parameter to price estimation for FT Job creation (#247)
* codegen metadata
* codegen metadata
* codegen metadata
* Allow tool calls through together-py and remove outdated checks
* Remove outdated tests
* lint
* Enforce that either content or tool calls exists
* Skip for empty content
* Condition field checks on role
---------
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: Artem Chumachenko <artek.chumak@gmail.com>
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
* make submit --watch signal status through exit code
* fix(cli): fine-tuning retrieve now renders data instead of schema (#250)
* fix(jig): lint errors
* fix(jig): migrate old state files properly and be even more defensive about parsing deploy errors
* fix(jig): pyright does not handle isinstance type narrowing in ternary expressions. also fix migration logic
* format code
* release: 2.1.0
---------
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: Artem Chumachenko <artek.chumak@gmail.com>
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: technillogue <technillogue@gmail.com>
Co-authored-by: Mohamad Rostami <mbrostami@proton.me>
Co-authored-by: Conner Manuel <57027354+connermanuel@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 2.1.0 (2026-02-10)
4
+
5
+
Full Changelog: [v2.0.0...v2.1.0](https://github.com/togethercomputer/together-py/compare/v2.0.0...v2.1.0)
6
+
7
+
### Features
8
+
9
+
***cli:** improve error messages for endpoint creation failures ([#230](https://github.com/togethercomputer/together-py/issues/230)) ([0285a69](https://github.com/togethercomputer/together-py/commit/0285a69893688938068d235aa109a5d7678cb713))
10
+
* jig support for multi deployment ([d1165fd](https://github.com/togethercomputer/together-py/commit/d1165fd786533e37ed401f4bb60601b39473a5d8))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***cli:** fine-tuning retrieve now renders data instead of schema ([#250](https://github.com/togethercomputer/together-py/issues/250)) ([52cde25](https://github.com/togethercomputer/together-py/commit/52cde258d39644a5a9706fc8f491c951115aa16d))
***jig:** migrate old state files properly and be even more defensive about parsing deploy errors ([92ef79b](https://github.com/togethercomputer/together-py/commit/92ef79b4229953d8e463bebe8027420c8e8decfe))
18
+
***jig:** pyright does not handle isinstance type narrowing in ternary expressions. also fix migration logic ([bf5267f](https://github.com/togethercomputer/together-py/commit/bf5267ff65fa409c21d3ac92e794dfd83f70c300))
19
+
* remove hardcoded API key from image example ([#254](https://github.com/togethercomputer/together-py/issues/254)) ([8f2c60c](https://github.com/togethercomputer/together-py/commit/8f2c60c8fa4c2352e5768aa47876dd51b379df6b))
* Update descriptions for jig queue methods and properties ([23be158](https://github.com/togethercomputer/together-py/commit/23be1581cf1986bf4e9474e70f6e1029bc082ec4))
26
+
3
27
## 2.0.0 (2026-02-04)
4
28
5
29
Full Changelog: [v2.0.0-alpha.20...v2.0.0](https://github.com/togethercomputer/together-py/compare/v2.0.0-alpha.20...v2.0.0)
0 commit comments